Searched refs:falseState (Results 1 – 1 of 1) sorted by relevance
83 ProgramStateRef falseState,242 ProgramStateRef trueState, falseState; in CheckOpenVariant() local243 std::tie(trueState, falseState) = state->assume(maskedFlags); in CheckOpenVariant()247 if (!(trueState && !falseState)) in CheckOpenVariant()318 ProgramStateRef *falseState) { in IsZeroByteAllocation() argument319 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() local372 (void) ReportZeroByteAllocation(C, falseState, arg, fn); in BasicAllocationCheck()[all …]