Searched defs:SymIntExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h345 /// SymIntExpr - Represents symbolic expression like 'x' + 3.
346 class SymIntExpr : public SymExpr { class in namespace:clang::ento
353 SymIntExpr(const SymExpr *lhs, BinaryOperator::Opcode op, function in class:clang::ento::SymIntExpr
526 const SymIntExpr *getSymIntExpr(const SymExpr *lhs, BinaryOperator::Opcode op,
529 const SymIntExpr *getSymIntExpr(const SymExpr &lhs, BinaryOperator::Opcode op,

Completed in 666 milliseconds