Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DDeepRecursionTest.cpp14 void Recursive(const uint8_t *Data, size_t Size, int Depth) { in Recursive() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnew-ctor-recursive.cpp20 Recursive enumerator
/llvm-project-15.0.7/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp63 Recursive("recursive", cl::desc("Recursively extract all called functions"), variable
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1495 bool Recursive = false; in run() local
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp211 DeclarationMatcher Recursive = in TEST_P() local
268 DeclarationMatcher Recursive = recordDecl( in TEST_P() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4794 bool Recursive, in InstantiateFunctionDefinition()
5396 VarDecl *Var, bool Recursive, in InstantiateVariableDefinition()
H A DSemaDeclObjC.cpp4275 bool Recursive; member in __anon33d50cbb0711::OverrideSearch
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp1719 void Post(const PrefixSpec::Recursive) { Word("RECURSIVE"); } in Post()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp10142 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator