Home
last modified time | relevance | path

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

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