Searched refs:falseState (Results 1 – 1 of 1) sorted by relevance
52 ProgramStateRef falseState,148 ProgramStateRef trueState, falseState; in CheckOpen() local149 std::tie(trueState, falseState) = state->assume(maskedFlags); in CheckOpen()153 if (!(trueState && !falseState)) in CheckOpen()220 ProgramStateRef *falseState) { in IsZeroByteAllocation() argument221 std::tie(*trueState, *falseState) = in IsZeroByteAllocation()224 return (*falseState && !*trueState); in IsZeroByteAllocation()231 ProgramStateRef falseState, in ReportZeroByteAllocation() argument234 ExplodedNode *N = C.generateErrorNode(falseState); in ReportZeroByteAllocation()266 ProgramStateRef trueState = nullptr, falseState = nullptr; in BasicAllocationCheck() local[all …]