Searched refs:falseState (Results 1 – 1 of 1) sorted by relevance
114 ProgramStateRef falseState,288 ProgramStateRef trueState, falseState; in CheckOpenVariant() local289 std::tie(trueState, falseState) = state->assume(maskedFlags); in CheckOpenVariant()293 if (!(trueState && !falseState)) in CheckOpenVariant()465 ProgramStateRef *falseState) { in IsZeroByteAllocation() argument466 std::tie(*trueState, *falseState) = in IsZeroByteAllocation()469 return (*falseState && !*trueState); in IsZeroByteAllocation()477 ProgramStateRef falseState, in ReportZeroByteAllocation() argument480 ExplodedNode *N = C.generateErrorNode(falseState); in ReportZeroByteAllocation()510 ProgramStateRef trueState = nullptr, falseState = nullptr; in BasicAllocationCheck() local[all …]