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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h371 class SymIntExpr : public BinarySymExpr { class in namespace:clang::ento
376 SymIntExpr(const SymExpr *lhs, BinaryOperator::Opcode op, function in class:clang::ento::SymIntExpr
529 const SymIntExpr *getSymIntExpr(const SymExpr *lhs, BinaryOperator::Opcode op,
532 const SymIntExpr *getSymIntExpr(const SymExpr &lhs, BinaryOperator::Opcode op,

Completed in 156 milliseconds