Home
last modified time | relevance | path

Searched refs:evalComplement (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h91 SVal evalComplement(NonLoc val);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp459 SVal SValBuilder::evalComplement(NonLoc X) { in evalComplement() function in SValBuilder
480 return evalComplement(*OpN); in evalUnaryOp()
H A DExprEngineC.cpp1033 U, LCtx, svalBuilder.evalComplement(V.castAs<NonLoc>())); in VisitUnaryOperator()