Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DPartialDiagnostic.h86 static const unsigned NumCached = 16; variable
87 Storage Cached[NumCached];
88 Storage *FreeList[NumCached];
109 if (S >= Cached && S <= Cached + NumCached) { in Deallocate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp1138 for (unsigned I = 0; I != NumCached; ++I) in StorageAllocator()
1140 NumFreeListEntries = NumCached; in StorageAllocator()
1146 assert((NumFreeListEntries == NumCached || in ~StorageAllocator()