Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp8482 unsigned IncompleteCount; // Number of Incomplete entries in the Map. member in __anon2eb210401711::TypeStringCache
8485 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache()
8594 ++IncompleteCount; in addIncomplete()
8624 --IncompleteCount; in removeIncomplete()
8658 if (E.State == Recursive && IncompleteCount) in lookupStr()