Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1123 unsigned NumFreeListEntries; variable
1131 if (NumFreeListEntries == 0) in Allocate()
1134 DiagnosticStorage *Result = FreeList[--NumFreeListEntries]; in Allocate()
1144 FreeList[NumFreeListEntries++] = S; in Deallocate()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1216 NumFreeListEntries = NumCached; in DiagStorageAllocator()
1222 assert((NumFreeListEntries == NumCached || in ~DiagStorageAllocator()