Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp8474 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator
8645 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()