HomeSort by relevance Sort by last modified time
    Searched defs:NextState (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Serialization/
ModuleManager.h 76 : VisitNumber(N, 0), NextVisitNumber(1), NextState(nullptr)
82 delete NextState;
97 VisitState *NextState;
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 85 WinEHNumbering(WinEHFuncInfo &FuncInfo) : FuncInfo(FuncInfo), NextState(0) {}
88 int NextState;
370 int TryHigh = NextState - 1;
373 ++NextState;
403 Actions[I]->setEHState(NextState);
404 NextState++;
446 FuncInfo.CatchHandlerMaxState[&F] = NextState - 1;

Completed in 55 milliseconds