Searched defs:NumCached (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h79 static const unsigned NumCached = 16; member in class:clang::PartialDiagnostic::StorageAllocator
80 Storage Cached[NumCached];
81 Storage *FreeList[NumCached];
102 if (S >= Cached && S <= Cached + NumCached) {

Completed in 95 milliseconds