/llvm-project/clang/test/SemaCXX/ |
H A D | constexpr-backtrace-limit.cpp | 33 constexpr int recurse(int n) { return n ? recurse(n-1) : *(int*)n; } in recurse() function
|
H A D | scope-check.cpp | 194 bool recurse() { in recurse() function
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/ |
H A D | sanitizer_coverage_stack_depth.cpp | 16 void foo(int recurse) { in foo()
|
/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/ |
H A D | main.c | 4 int recurse(int x) { in recurse() function
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | stack-overflow-recovery-mode.cpp | 11 static volatile int *recurse(volatile int n, volatile int *p) { recurse() function
|
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ |
H A D | BufferDeallocation.cpp | 158 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 D | OwnershipBasedBufferDeallocation.cpp | 119 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 D | derived.cpp | 212 bool recurse{parentType && !parentType->noFinalizationNeeded()}; Finalize() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfoEntry.cpp | 296 GetAttributes(DWARFUnit * cu,DWARFAttributes & attributes,Recurse recurse,uint32_t curr_depth) const GetAttributes() argument
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwinKernel.cpp | 475 bool recurse) { in GetKernelsAndKextsInDirectoryHelper()
|
/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 2348 auto recurse = [&frame, fb_expr](const Instruction::Operand &child) { MatchesOperand() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_scheduler_scc.c | 838 static __isl_give isl_schedule_node *recurse(struct isl_scc_graph *scc_graph, in recurse() function
|
/llvm-project/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 1514 def recurse(old_begin, old_end, new_begin, new_end): global() function
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 634 void Filter::recurse() { recurse() function in Filter
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 927 QualType recurse(QualType type) { recurse() function [all...] |