Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp10276 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator
10452 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()