Searched refs:falseState (Results 1 – 1 of 1) sorted by relevance
72 ProgramStateRef falseState,214 ProgramStateRef trueState, falseState; in CheckOpenVariant() local215 std::tie(trueState, falseState) = state->assume(maskedFlags); in CheckOpenVariant()219 if (!(trueState && !falseState)) in CheckOpenVariant()290 ProgramStateRef *falseState) { in IsZeroByteAllocation() argument291 std::tie(*trueState, *falseState) = in IsZeroByteAllocation()294 return (*falseState && !*trueState); in IsZeroByteAllocation()304 ExplodedNode *N = C.generateErrorNode(falseState); in ReportZeroByteAllocation()336 ProgramStateRef trueState = nullptr, falseState = nullptr; in BasicAllocationCheck() local345 (void) ReportZeroByteAllocation(C, falseState, arg, fn); in BasicAllocationCheck()[all …]