Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp177 ProgramStateRef ParentState, ChildState; in checkPostCall() local
178 std::tie(ParentState, ChildState) = C.getState()->assume(*DVal); in checkPostCall()
180 ChildState = ChildState->set<VforkResultRegion>(LhsDeclReg); in checkPostCall()
181 C.addTransition(ChildState); in checkPostCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp651 StateType ChildState; in followUsesInMBEC() local
654 followUsesInContext(AA, A, Explorer, &BB->front(), Uses, ChildState); in followUsesInMBEC()
660 ParentState &= ChildState; in followUsesInMBEC()