HomeSort by relevance Sort by last modified time
    Searched refs:NextState (Results 1 - 4 of 4) 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/clang/lib/Serialization/
ModuleManager.cpp 242 FirstVisitState = FirstVisitState->NextState;
243 Result->NextState = nullptr;
252 assert(State->NextState == nullptr && "Visited state is in list?");
253 State->NextState = FirstVisitState;
  /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;
  /external/libnfc-nxp/src/
phFriNfc_MifareULMap.c 178 uint8_t NextState);
    [all...]

Completed in 435 milliseconds