Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1115 static const unsigned NumCached = 16; variable
1116 DiagnosticStorage Cached[NumCached];
1117 DiagnosticStorage *FreeList[NumCached];
1138 if (S >= Cached && S <= Cached + NumCached) { in Deallocate()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp1217 for (unsigned I = 0; I != NumCached; ++I) in DiagStorageAllocator()
1219 NumFreeListEntries = NumCached; in DiagStorageAllocator()
1225 assert((NumFreeListEntries == NumCached || in ~DiagStorageAllocator()