Home
last modified time | relevance | path

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

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