Searched refs:FalseState (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/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 | 1264 ProgramStateRef TrueState, FalseState; in performKernelMalloc() local 1265 std::tie(TrueState, FalseState) = State->assume(MaskedFlags); in performKernelMalloc() 1268 if (TrueState && !FalseState) { in performKernelMalloc() 1700 ProgramStateRef TrueState, FalseState; in ProcessZeroAllocCheck() local 1705 std::tie(TrueState, FalseState) = in ProcessZeroAllocCheck() 1708 if (TrueState && !FalseState) { in ProcessZeroAllocCheck() 1728 assert(FalseState); in ProcessZeroAllocCheck() 1729 return FalseState; in ProcessZeroAllocCheck()
|
| H A D | CStringChecker.cpp | 1991 ProgramStateRef TrueState, FalseState; in evalStrcpyCommon() local 1992 std::tie(TrueState, FalseState) = in evalStrcpyCommon() 1996 if (TrueState && !FalseState) { in evalStrcpyCommon() 2001 if (!TrueState && FalseState) { in evalStrcpyCommon() 2005 if (TrueState && FalseState) in evalStrcpyCommon()
|
| H A D | StreamChecker.cpp | 1749 ProgramStateRef FalseState = E.bindReturnValue(State, C, 0); in evalFeofFerror() local 1751 FalseState, in evalFeofFerror()
|