Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp80 ProgramStateRef falseState,
249 ProgramStateRef trueState, falseState; in CheckOpenVariant() local
250 std::tie(trueState, falseState) = state->assume(maskedFlags); in CheckOpenVariant()
254 if (!(trueState && !falseState)) in CheckOpenVariant()
327 ProgramStateRef *falseState) { in IsZeroByteAllocation() argument
328 std::tie(*trueState, *falseState) = in IsZeroByteAllocation()
331 return (*falseState && !*trueState); in IsZeroByteAllocation()
339 ProgramStateRef falseState, in ReportZeroByteAllocation() argument
342 ExplodedNode *N = C.generateErrorNode(falseState); in ReportZeroByteAllocation()
375 ProgramStateRef trueState = nullptr, falseState = nullptr; in BasicAllocationCheck() local
[all …]