Home
last modified time | relevance | path

Searched defs:evalMinus (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp238 nonloc::ConcreteInt::evalMinus(SValBuilder &svalBuilder) const { in evalMinus() function in nonloc::ConcreteInt
H A DSimpleSValBuilder.cpp63 SVal SimpleSValBuilder::evalMinus(NonLoc val) { in evalMinus() function in SimpleSValBuilder
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h593 SVal evalMinus(SVal X) { in evalMinus() function