Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1110 static const unsigned NumCached = 16; variable
1111 DiagnosticStorage Cached[NumCached];
1112 DiagnosticStorage *FreeList[NumCached];
1133 if (S >= Cached && S <= Cached + NumCached) { in Deallocate()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1153 for (unsigned I = 0; I != NumCached; ++I) in DiagStorageAllocator()
1155 NumFreeListEntries = NumCached; in DiagStorageAllocator()
1161 assert((NumFreeListEntries == NumCached || in ~DiagStorageAllocator()