Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp10150 unsigned IncompleteCount; // Number of Incomplete entries in the Map. member in __anon8ad051811b11::TypeStringCache
10153 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache()
10267 ++IncompleteCount; in addIncomplete()
10297 --IncompleteCount; in removeIncomplete()
10331 if (E.State == Recursive && IncompleteCount) in lookupStr()