Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h192 static const unsigned NumCached = 16; variable
193 DiagnosticStorage Cached[NumCached];
194 DiagnosticStorage *FreeList[NumCached];
215 if (S >= Cached && S <= Cached + NumCached) { in Deallocate()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1501 for (unsigned I = 0; I != NumCached; ++I) in DiagStorageAllocator()
1503 NumFreeListEntries = NumCached; in DiagStorageAllocator()
1509 assert((NumFreeListEntries == NumCached || in ~DiagStorageAllocator()