Home
last modified time | relevance | path

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

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