Searched refs:getSymIntExpr (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 444 const SymIntExpr *getSymIntExpr(const SymExpr *lhs, BinaryOperator::Opcode op, 447 const SymIntExpr *getSymIntExpr(const SymExpr &lhs, BinaryOperator::Opcode op, in getSymIntExpr() function 449 return getSymIntExpr(&lhs, op, rhs, t); in getSymIntExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 253 const SymIntExpr *SymbolManager::getSymIntExpr(const SymExpr *lhs, in getSymIntExpr() function in SymbolManager
|
D | SValBuilder.cpp | 51 return nonloc::SymbolVal(SymMgr.getSymIntExpr(lhs, op, rhs, type)); in makeNonLoc()
|