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

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 119 /// getAsSymbolicExpression - If this Sval wraps a symbolic expression then
121 const SymExpr *SVal::getAsSymbolicExpression() const {
131 Sym = getAsSymbolicExpression();
ProgramState.cpp 590 if (const SymExpr *Sym = val.getAsSymbolicExpression())
SimpleSValBuilder.cpp 83 if (const SymExpr *se = val.getAsSymbolicExpression()) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 166 /// getAsSymbolicExpression - If this Sval wraps a symbolic expression then
168 const SymExpr *getAsSymbolicExpression() const;
178 const SymExpr *SE = getAsSymbolicExpression();

Completed in 58 milliseconds