Searched defs:Recursive (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | DeepRecursionTest.cpp | 14 void Recursive(const uint8_t *Data, size_t Size, int Depth) { in Recursive() function
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | new-ctor-recursive.cpp | 20 Recursive enumerator
|
| /llvm-project-15.0.7/llvm/tools/llvm-extract/ |
| H A D | llvm-extract.cpp | 63 Recursive("recursive", cl::desc("Recursively extract all called functions"), variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 1495 bool Recursive = false; in run() local
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNarrowingTest.cpp | 211 DeclarationMatcher Recursive = in TEST_P() local 268 DeclarationMatcher Recursive = recordDecl( in TEST_P() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4794 bool Recursive, in InstantiateFunctionDefinition() 5396 VarDecl *Var, bool Recursive, in InstantiateVariableDefinition()
|
| H A D | SemaDeclObjC.cpp | 4275 bool Recursive; member in __anon33d50cbb0711::OverrideSearch
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | unparse.cpp | 1719 void Post(const PrefixSpec::Recursive) { Word("RECURSIVE"); } in Post()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 10142 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator
|