Searched refs:evalMinus (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h412 SVal evalMinus(SVal X) { function in class:clang::ento::ExprEngine
413 return X.isValid() ? svalBuilder.evalMinus(cast<NonLoc>(X)) : X;
H A DSValBuilder.h87 virtual SVal evalMinus(NonLoc val) = 0;
H A DSVals.h301 ConcreteInt evalMinus(SValBuilder &svalBuilder) const;
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp205 nonloc::ConcreteInt::evalMinus(SValBuilder &svalBuilder) const { function in class:nonloc::ConcreteInt
H A DSimpleSValBuilder.cpp34 virtual SVal evalMinus(NonLoc val);
155 SVal SimpleSValBuilder::evalMinus(NonLoc val) { function in class:SimpleSValBuilder
158 return cast<nonloc::ConcreteInt>(val).evalMinus(*this);
H A DExprEngineC.cpp792 state = state->BindExpr(U, LCtx, evalMinus(cast<NonLoc>(V)));

Completed in 126 milliseconds