Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp7329 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator
7500 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()