Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp83 ProgramStateRef falseState,
242 ProgramStateRef trueState, falseState; in CheckOpenVariant() local
243 std::tie(trueState, falseState) = state->assume(maskedFlags); in CheckOpenVariant()
247 if (!(trueState && !falseState)) in CheckOpenVariant()
318 ProgramStateRef *falseState) { in IsZeroByteAllocation() argument
319 std::tie(*trueState, *falseState) = in IsZeroByteAllocation()
322 return (*falseState && !*trueState); in IsZeroByteAllocation()
333 ExplodedNode *N = C.generateErrorNode(falseState); in ReportZeroByteAllocation()
363 ProgramStateRef trueState = nullptr, falseState = nullptr; in BasicAllocationCheck() local
372 (void) ReportZeroByteAllocation(C, falseState, arg, fn); in BasicAllocationCheck()
[all …]