Searched refs:ChildState (Results 1 – 2 of 2) sorted by relevance
176 ProgramStateRef ParentState, ChildState; in checkPostCall() local177 std::tie(ParentState, ChildState) = C.getState()->assume(*DVal); in checkPostCall()179 ChildState = ChildState->set<VforkResultRegion>(LhsDeclReg); in checkPostCall()180 C.addTransition(ChildState); in checkPostCall()
681 StateType ChildState; in followUsesInMBEC() local684 followUsesInContext(AA, A, Explorer, &BB->front(), Uses, ChildState); in followUsesInMBEC()690 ParentState &= ChildState; in followUsesInMBEC()