Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp175 ProgramStateRef ParentState, ChildState; in checkPostCall() local
176 std::tie(ParentState, ChildState) = C.getState()->assume(*DVal); in checkPostCall()
178 ChildState = ChildState->set<VforkResultRegion>(LhsDeclReg); in checkPostCall()
179 C.addTransition(ChildState); in checkPostCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp720 StateType ChildState; in followUsesInMBEC() local
723 followUsesInContext(AA, A, Explorer, &BB->front(), Uses, ChildState); in followUsesInMBEC()
729 ParentState &= ChildState; in followUsesInMBEC()