Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h90 SVal evalMinus(NonLoc val);
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp456 SVal SValBuilder::evalMinus(NonLoc X) { in evalMinus() function in SValBuilder
487 return evalMinus(*OpN); in evalUnaryOp()
H A DExprEngineC.cpp271 V = svalBuilder.evalMinus(V.castAs<NonLoc>()); in handleLValueBitCast()
1028 svalBuilder.evalMinus(V.castAs<NonLoc>())); in VisitUnaryOperator()
H A DSimpleSValBuilder.cpp1173 index = (op == BO_Add) ? rhs : evalMinus(rhs); in evalBinOpLN()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp648 SVal NegatedOffset = SVB.evalMinus(Offset.castAs<NonLoc>()); in handlePtrIncrOrDecr()