Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp32 SVal evalComplement(NonLoc val) override;
72 SVal SimpleSValBuilder::evalComplement(NonLoc X) { in evalComplement() function in SimpleSValBuilder
75 return X.castAs<nonloc::ConcreteInt>().evalComplement(*this); in evalComplement()
H A DSVals.cpp292 nonloc::ConcreteInt::evalComplement(SValBuilder &svalBuilder) const { in evalComplement() function in nonloc::ConcreteInt
H A DExprEngineC.cpp1030 state = state->BindExpr(U, LCtx, evalComplement(V.castAs<NonLoc>())); in VisitUnaryOperator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h596 SVal evalComplement(SVal X) { in evalComplement() function
597 return X.isValid() ? svalBuilder.evalComplement(X.castAs<NonLoc>()) : X; in evalComplement()
H A DSValBuilder.h127 virtual SVal evalComplement(NonLoc val) = 0;
H A DSVals.h398 ConcreteInt evalComplement(SValBuilder &svalBuilder) const;