HomeSort by relevance Sort by last modified time
    Searched refs:getAsSymbolicExpression (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 135 /// getAsSymbolicExpression - If this Sval wraps a symbolic expression then
137 const SymExpr *getAsSymbolicExpression() const;
160 const SymExpr *SE = getAsSymbolicExpression();
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 108 /// getAsSymbolicExpression - If this Sval wraps a symbolic expression then
110 const SymExpr *SVal::getAsSymbolicExpression() const {
ProgramState.cpp 561 if (const SymExpr *Sym = val.getAsSymbolicExpression())
SimpleSValBuilder.cpp 75 if (const SymExpr *se = val.getAsSymbolicExpression()) {
    [all...]

Completed in 28 milliseconds