Home
last modified time | relevance | path

Searched defs:recurse (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-backtrace-limit.cpp33 constexpr int recurse(int n) { return n ? recurse(n-1) : *(int*)n; } in recurse() function
H A Dscope-check.cpp194 bool recurse() { in recurse() function
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dsanitizer_coverage_stack_depth.cpp16 void foo(int recurse) { in foo()
/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/
H A Dmain.c4 int recurse(int x) { in recurse() function
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-overflow-recovery-mode.cpp11 static volatile int *recurse(volatile int n, volatile int *p) { recurse() function
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp158 void recurse(Operation *op) { in recurse() function in __anon0f1aa16f0211::Backedges
176 void recurse(Block &block, Block *predecessor) { in recurse() function in __anon0f1aa16f0211::Backedges
H A DOwnershipBasedBufferDeallocation.cpp119 void recurse(Operation *op) { in recurse() function in __anonb790746d0111::Backedges
137 void recurse(Block &block, Block *predecessor) { in recurse() function in __anonb790746d0111::Backedges
/llvm-project/flang/runtime/
H A Dderived.cpp212 bool recurse{parentType && !parentType->noFinalizationNeeded()}; Finalize() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp296 GetAttributes(DWARFUnit * cu,DWARFAttributes & attributes,Recurse recurse,uint32_t curr_depth) const GetAttributes() argument
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp475 bool recurse) { in GetKernelsAndKextsInDirectoryHelper()
/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2348 auto recurse = [&frame, fb_expr](const Instruction::Operand &child) { MatchesOperand() local
/llvm-project/polly/lib/External/isl/
H A Disl_scheduler_scc.c838 static __isl_give isl_schedule_node *recurse(struct isl_scc_graph *scc_graph, in recurse() function
/llvm-project/llvm/utils/UpdateTestChecks/
H A Dcommon.py1514 def recurse(old_begin, old_end, new_begin, new_end): global() function
/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp634 void Filter::recurse() { recurse() function in Filter
/llvm-project/clang/lib/AST/
H A DType.cpp927 QualType recurse(QualType type) { recurse() function
[all...]