Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp334 BumpPtrAllocator &Alloc, int CurLevel) { in getEntry() argument
335 const uint32_t NumEntries = CurLevel == 0 ? InitialSize : IncSize; in getEntry()
355 Key, Remainder, Alloc, CurLevel + 1); in getEntry()
361 for (int I = 0; I < CurLevel; ++I) in getEntry()
366 return getEntry(NextLevelTbl, Key, Remainder, Alloc, CurLevel + 1); in getEntry()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp479 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings() local
480 if (CurLevel < DiagnosticsEngine::Error) in checkDiagnosticGroupMappings()