Searched refs:FalseState (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | SmartPtrModeling.cpp | 502 ProgramStateRef TrueState, FalseState; in handleComparisionOp() local 503 std::tie(TrueState, FalseState) = in handleComparisionOp() 508 if (FalseState) in handleComparisionOp() 510 FalseState->BindExpr(ResultExpr, LCtx, Bldr.makeTruthVal(false))); in handleComparisionOp()
|
| H A D | MallocChecker.cpp | 1188 ProgramStateRef TrueState, FalseState; in performKernelMalloc() local 1189 std::tie(TrueState, FalseState) = State->assume(MaskedFlags); in performKernelMalloc() 1192 if (TrueState && !FalseState) { in performKernelMalloc() 1524 ProgramStateRef TrueState, FalseState; in ProcessZeroAllocCheck() local 1529 std::tie(TrueState, FalseState) = in ProcessZeroAllocCheck() 1532 if (TrueState && !FalseState) { in ProcessZeroAllocCheck() 1554 assert(FalseState); in ProcessZeroAllocCheck() 1555 return FalseState; in ProcessZeroAllocCheck()
|
| H A D | CStringChecker.cpp | 1752 ProgramStateRef TrueState, FalseState; in evalStrcpyCommon() local 1753 std::tie(TrueState, FalseState) = in evalStrcpyCommon() 1757 if (TrueState && !FalseState) { in evalStrcpyCommon() 1762 if (!TrueState && FalseState) { in evalStrcpyCommon() 1766 if (TrueState && FalseState) in evalStrcpyCommon()
|
| H A D | StreamChecker.cpp | 992 ProgramStateRef FalseState = bindInt(0, State, C, CE); in evalFeofFerror() local 993 C.addTransition(FalseState->set<StreamMap>( in evalFeofFerror()
|