Home
last modified time | relevance | path

Searched defs:Recursive (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-extract/
HDllvm-extract.cpp57 Recursive("recursive", cl::desc("Recursively extract all called functions"), variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDPartialInlining.cpp1469 bool Recursive = false; in run() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp4518 bool Recursive, in InstantiateFunctionDefinition()
5031 VarDecl *Var, bool Recursive, in InstantiateVariableDefinition()
HDSemaDeclObjC.cpp4207 bool Recursive; member in __anon99b3b0220711::OverrideSearch
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp8794 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator