Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h90 SVal evalMinus(NonLoc val);
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp449 SVal SValBuilder::evalMinus(NonLoc X) { in evalMinus() function in SValBuilder
480 return evalMinus(*OpN); in evalUnaryOp()
H A DExprEngineC.cpp275 V = svalBuilder.evalMinus(V.castAs<NonLoc>()); in handleLValueBitCast()
1039 svalBuilder.evalMinus(V.castAs<NonLoc>())); in VisitUnaryOperator()
H A DSimpleSValBuilder.cpp1147 index = (op == BO_Add) ? rhs : evalMinus(rhs); in evalBinOpLN()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp652 SVal NegatedOffset = SVB.evalMinus(Offset.castAs<NonLoc>()); in handlePtrIncrOrDecr()