Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp176 ProgramStateRef ParentState, ChildState; in checkPostCall() local
177 std::tie(ParentState, ChildState) = C.getState()->assume(*DVal); in checkPostCall()
179 ChildState = ChildState->set<VforkResultRegion>(LhsDeclReg); in checkPostCall()
180 C.addTransition(ChildState); in checkPostCall()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp681 StateType ChildState; in followUsesInMBEC() local
684 followUsesInContext(AA, A, Explorer, &BB->front(), Uses, ChildState); in followUsesInMBEC()
690 ParentState &= ChildState; in followUsesInMBEC()