Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp9886 unsigned IncompleteCount; // Number of Incomplete entries in the Map. member in __anoncdae85851a11::TypeStringCache
9889 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache()
10002 ++IncompleteCount; in addIncomplete()
10032 --IncompleteCount; in removeIncomplete()
10066 if (E.State == Recursive && IncompleteCount) in lookupStr()