Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1120 static const unsigned NumCached = 16; variable
1121 DiagnosticStorage Cached[NumCached];
1122 DiagnosticStorage *FreeList[NumCached];
1143 if (S >= Cached && S <= Cached + NumCached) { in Deallocate()
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1214 for (unsigned I = 0; I != NumCached; ++I) in DiagStorageAllocator()
1216 NumFreeListEntries = NumCached; in DiagStorageAllocator()
1222 assert((NumFreeListEntries == NumCached || in ~DiagStorageAllocator()