Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp9887 unsigned IncompleteUsedCount; // Number of IncompleteUsed entries in the Map. member in __anoncdae85851a11::TypeStringCache
9889 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache()
10022 --IncompleteUsedCount; in removeIncomplete()
10040 if (!ID || IncompleteUsedCount) in addIfComplete()
10072 ++IncompleteUsedCount; in lookupStr()