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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h368 class SymIntExpr : public BinarySymExpr { class in namespace:clang::ento
373 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 505 milliseconds