Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/lldb/test/API/tools/lldb-vscode/stackTrace/
H A Dmain.c4 int recurse(int x) { in recurse() function
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/
H A Dsanitizer_coverage_stack_depth.cpp16 void foo(int recurse) { in foo()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-overflow-recovery-mode.cpp11 static volatile int *recurse(volatile int n, volatile int *p) { in recurse() function
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferUtils.cpp117 std::function<bool(Region *)> recurse = [&](Region *current) { in isLoop() local
H A DBufferDeallocation.cpp150 void recurse(Operation *op) { in recurse() function in __anonf063894c0211::Backedges
168 void recurse(Block &block, Block *predecessor) { in recurse() function in __anonf063894c0211::Backedges
/llvm-project-15.0.7/flang/runtime/
H A Dderived.cpp159 bool recurse{parentType && !parentType->noFinalizationNeeded()}; in Finalize() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp409 Recurse recurse, in GetAttributes()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp479 bool recurse) { in GetKernelsAndKextsInDirectoryHelper()
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp2637 auto recurse = [&frame, fb_expr](const Instruction::Operand &child) { in MatchesOperand() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp621 void Filter::recurse() { in recurse() function in Filter
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp847 QualType recurse(QualType type) { in recurse() function