Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp9832 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator
10007 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()