Home
last modified time | relevance | path

Searched refs:getAsSymbolicExpression (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp121 const SymExpr *SVal::getAsSymbolicExpression() const { in getAsSymbolicExpression() function in SVal
131 Sym = getAsSymbolicExpression(); in getAsSymExpr()
DSValBuilder.cpp441 const SymExpr *se = val.getAsSymbolicExpression(); in evalIntegralCast()
DProgramState.cpp573 if (const SymExpr *Sym = val.getAsSymbolicExpression()) in scan()
DSimpleSValBuilder.cpp83 if (const SymExpr *se = val.getAsSymbolicExpression()) { in evalCastFromNonLoc()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h168 const SymExpr *getAsSymbolicExpression() const;
178 const SymExpr *SE = getAsSymbolicExpression(); in symbol_begin()