Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp62 Recursive("recursive", cl::desc("Recursively extract all called functions"), variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1494 bool Recursive = false; in run() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4658 bool Recursive, in InstantiateFunctionDefinition()
5185 VarDecl *Var, bool Recursive, in InstantiateVariableDefinition()
H A DSemaDeclObjC.cpp4267 bool Recursive; member in __anon32e380960711::OverrideSearch
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp9832 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator