Home
last modified time | relevance | path

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

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