Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1113 unsigned NumFreeListEntries; variable
1121 if (NumFreeListEntries == 0) in Allocate()
1124 DiagnosticStorage *Result = FreeList[--NumFreeListEntries]; in Allocate()
1134 FreeList[NumFreeListEntries++] = S; in Deallocate()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1155 NumFreeListEntries = NumCached; in DiagStorageAllocator()
1161 assert((NumFreeListEntries == NumCached || in ~DiagStorageAllocator()