Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp6421 unsigned IncompleteCount; // Number of Incomplete entries in the Map. member in __anona890a3f31011::TypeStringCache
6424 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {}; in TypeStringCache()
6529 ++IncompleteCount; in addIncomplete()
6559 --IncompleteCount; in removeIncomplete()
6593 if (E.State == Recursive && IncompleteCount) in lookupStr()