Searched refs:falseState (Results 1 – 1 of 1) sorted by relevance
80 ProgramStateRef falseState,249 ProgramStateRef trueState, falseState; in CheckOpenVariant() local250 std::tie(trueState, falseState) = state->assume(maskedFlags); in CheckOpenVariant()254 if (!(trueState && !falseState)) in CheckOpenVariant()327 ProgramStateRef *falseState) { in IsZeroByteAllocation() argument328 std::tie(*trueState, *falseState) = in IsZeroByteAllocation()331 return (*falseState && !*trueState); in IsZeroByteAllocation()339 ProgramStateRef falseState, in ReportZeroByteAllocation() argument342 ExplodedNode *N = C.generateErrorNode(falseState); in ReportZeroByteAllocation()375 ProgramStateRef trueState = nullptr, falseState = nullptr; in BasicAllocationCheck() local[all …]