Searched refs:TrueState (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | SmartPtrModeling.cpp | 500 ProgramStateRef TrueState, FalseState; in handleComparisionOp() local 501 std::tie(TrueState, FalseState) = in handleComparisionOp() 503 if (TrueState) in handleComparisionOp() 505 TrueState->BindExpr(ResultExpr, LCtx, Bldr.makeTruthVal(true))); in handleComparisionOp()
|
| H A D | MallocChecker.cpp | 1203 ProgramStateRef TrueState, FalseState; in performKernelMalloc() local 1204 std::tie(TrueState, FalseState) = State->assume(MaskedFlags); in performKernelMalloc() 1207 if (TrueState && !FalseState) { in performKernelMalloc() 1209 return MallocMemAux(C, Call, Call.getArgExpr(0), ZeroVal, TrueState, in performKernelMalloc() 1539 ProgramStateRef TrueState, FalseState; in ProcessZeroAllocCheck() local 1544 std::tie(TrueState, FalseState) = in ProcessZeroAllocCheck() 1547 if (TrueState && !FalseState) { in ProcessZeroAllocCheck() 1555 return TrueState->set<RegionState>(Sym, in ProcessZeroAllocCheck() 1564 return TrueState->add<ReallocSizeZeroSymbols>(Sym); in ProcessZeroAllocCheck()
|
| H A D | CStringChecker.cpp | 1726 ProgramStateRef TrueState, FalseState; in evalStrcpyCommon() local 1727 std::tie(TrueState, FalseState) = in evalStrcpyCommon() 1731 if (TrueState && !FalseState) { in evalStrcpyCommon() 1736 if (!TrueState && FalseState) { in evalStrcpyCommon() 1740 if (TrueState && FalseState) in evalStrcpyCommon()
|
| H A D | StreamChecker.cpp | 812 ProgramStateRef TrueState = bindAndAssumeTrue(State, C, CE); in evalFeofFerror() local 813 C.addTransition(TrueState->set<StreamMap>( in evalFeofFerror()
|