Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp7337 unsigned IncompleteCount; // Number of Incomplete entries in the Map. member in __anonbc557ed21411::TypeStringCache
7340 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache()
7449 ++IncompleteCount; in addIncomplete()
7479 --IncompleteCount; in removeIncomplete()
7513 if (E.State == Recursive && IncompleteCount) in lookupStr()