Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp431 return makeTruthVal(true, resultTy); in evalBinOpNN()
435 return makeTruthVal(false, resultTy); in evalBinOpNN()
721 return SVB.makeTruthVal(false, resultTy); in evalBinOpFieldRegionFieldRegion()
723 return SVB.makeTruthVal(true, resultTy); in evalBinOpFieldRegionFieldRegion()
794 return makeTruthVal(true, resultTy); in evalBinOpLL()
798 return makeTruthVal(false, resultTy); in evalBinOpLL()
817 return makeTruthVal(false, resultTy); in evalBinOpLL()
821 return makeTruthVal(true, resultTy); in evalBinOpLL()
872 return makeTruthVal(true, resultTy); in evalBinOpLL()
938 return makeTruthVal(true, resultTy); in evalBinOpLL()
[all …]
H A DSValBuilder.cpp137 return makeTruthVal(boolean->getValue()); in makeBoolVal()
365 return makeTruthVal(TE->getValue(), TE->getType()); in getConstantVal()
667 return VB.makeTruthVal(V.getValue().getBoolValue(), CastTy); in VisitLocConcreteInt()
690 return VB.makeTruthVal(true, CastTy); in VisitLocGotoLabel()
738 return VB.makeTruthVal(true, CastTy); in VisitLocMemRegionVal()
871 return VB.makeTruthVal(V.getValue().getBoolValue(), CastTy); in VisitNonLocConcreteInt()
H A DExprEngineC.cpp356 V = svalBuilder.makeTruthVal(!PTMSV->isNullMemberPointer(), ExTy); in VisitCast()
1128 Result = svalBuilder.makeTruthVal(true, U->getType()); in VisitIncrementDecrementOperator()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h276 return makeTruthVal(boolean->getValue(), boolean->getType()); in makeBoolVal()
329 nonloc::ConcreteInt makeTruthVal(bool b, QualType type) { in makeTruthVal() function
333 nonloc::ConcreteInt makeTruthVal(bool b) { in makeTruthVal() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp507 TrueState->BindExpr(ResultExpr, LCtx, Bldr.makeTruthVal(true))); in handleComparisionOp()
510 FalseState->BindExpr(ResultExpr, LCtx, Bldr.makeTruthVal(false))); in handleComparisionOp()
863 C.getSValBuilder().makeTruthVal(false)); in handleBoolConversion()
869 C.getSValBuilder().makeTruthVal(true)); in handleBoolConversion()
888 C.getSValBuilder().makeTruthVal(false)); in handleBoolConversion()
899 C.getSValBuilder().makeTruthVal(true)); in handleBoolConversion()
H A DCastValueChecker.cpp318 C.getSValBuilder().makeTruthVal(true)), in addInstanceOfTransition()
332 C.getSValBuilder().makeTruthVal(false)), in addInstanceOfTransition()