HomeSort by relevance Sort by last modified time
    Searched refs:ParentState (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 224 int ParentState) {
237 int TryLow = addUnwindMapEntry(FuncInfo, ParentState, nullptr);
244 int CatchLow = addUnwindMapEntry(FuncInfo, ParentState, nullptr);
270 int CleanupState = addUnwindMapEntry(FuncInfo, ParentState, BB);
290 static int addSEHExcept(WinEHFuncInfo &FuncInfo, int ParentState,
293 Entry.ToState = ParentState;
301 static int addSEHFinally(WinEHFuncInfo &FuncInfo, int ParentState,
304 Entry.ToState = ParentState;
314 int ParentState) {
334 int TryState = addSEHExcept(FuncInfo, ParentState, Filter, CatchPadBB)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VforkChecker.cpp 175 ProgramStateRef ParentState, ChildState;
176 std::tie(ParentState, ChildState) = C.getState()->assume(*DVal);
177 C.addTransition(ParentState);
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
StateMachineTest.java 788 class ParentState extends State {
813 private ParentState mParentState = new ParentState();
875 class ParentState extends State {
908 private ParentState mParentState = new ParentState();
    [all...]

Completed in 66 milliseconds