Home
last modified time | relevance | path

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

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