Searched refs:ChildState (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp173 ProgramStateRef ParentState, ChildState; local
174 std::tie(ParentState, ChildState) = C.getState()->assume(*DVal);
176 ChildState = ChildState->set<VforkResultRegion>(LhsDeclReg);
177 C.addTransition(ChildState);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp711 StateType ChildState; local
714 followUsesInContext(AA, A, *Explorer, &BB->front(), Uses, ChildState);
720 ParentState &= ChildState;

Completed in 212 milliseconds