Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 88) sorted by relevance

1234

/llvm-project/lldb/test/API/lang/c/recurse/
H A Dmain.c5 recurse_crash (uint32_t depth) in recurse_crash()
18 uint32_t depth = UINT32_MAX; in main() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dheavy_uar_test.cpp40 void RecursiveFunctionWithStackFrame(int depth) { in RecursiveFunctionWithStackFrame()
56 int depth = argc >= 3 ? atoi(argv[2]) : 500; in main() local
H A Duar_and_exceptions.cpp23 void Func(int depth) { in Func()
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Drich-stack.c18 void FOO(int depth, int err_depth, int offset) { in FOO()
38 void BAR(int depth, int err_depth, int offset) { in BAR()
55 int depth = atoi(argv[1]); in main() local
/llvm-project/compiler-rt/test/dfsan/
H A Dstack_trace.c11 NOINLINE size_t bar(int depth, char *buf, size_t len) { in bar()
19 NOINLINE size_t baz(int depth, char *buf, size_t len) { in baz()
H A Dorigin_id_stack_trace.c15 __attribute__((noinline)) void bar(int depth, void *addr, int size) { in bar()
23 __attribute__((noinline)) void baz(int depth, void *addr, int size) { in baz()
H A Dorigin_stack_trace.c19 NOINLINE void bar(int depth, void *addr, int size) { in bar()
27 NOINLINE void baz(int depth, void *addr, int size) { bar(depth, addr, size); } in baz()
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp30 lldb::SearchDepth depth, const StructuredDataImpl &args_data) in BreakpointResolverScripted() argument
74 lldb::SearchDepth depth = lldb::eSearchDepthTarget; CreateFromStructuredData() local
121 lldb::SearchDepth depth = lldb::eSearchDepthModule; GetDepth() local
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h74 int depth = prev.isChainedOrigin() ? prev.depth() : -1; in CreateChainedOrigin() local
116 int depth() const { in depth() function
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-depth.cpp5 constexpr int depth(int n) { return n > 1 ? depth(n-1) : 0; } // expected-note {{exceeded maximum d… in depth() function
/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp36 SetMaximumPointerDepth(PointerDepth depth) SetMaximumPointerDepth() argument
42 SetMaximumDepth(uint32_t depth,bool is_default) SetMaximumDepth() argument
106 SetOmitSummaryDepth(uint32_t depth) SetOmitSummaryDepth() argument
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Ddeep_call_stack.cpp14 RecursiveFunc(int depth,int * ptr) RecursiveFunc() argument
/llvm-project/compiler-rt/test/msan/
H A Dstack-origin2.cpp25 extern "C" void f(int depth) { in f()
/llvm-project/clang/test/CodeGen/
H A DPR4611-bitfield-layout.c6 unsigned int type:3, pack_id:16, depth:13; member
/llvm-project/clang/bindings/python/examples/cindex/
H A Dcindex-dump.py43 def get_info(node, depth=0): argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h110 int depth = prev.isChainedOrigin() ? prev.depth() : 0; in CreateChainedOrigin() local
157 int depth() const { in depth() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp395 emitMatch(DagNode tree,StringRef name,int depth) emitMatch() argument
451 emitNativeCodeMatch(DagNode tree,StringRef opName,int depth) emitNativeCodeMatch() argument
561 emitOpMatch(DagNode tree,StringRef opName,int depth) emitOpMatch() argument
729 emitEitherOperandMatch(DagNode tree,DagNode eitherArgTree,StringRef opName,int argIndex,int & operandIndex,int depth) emitEitherOperandMatch() argument
809 emitVariadicOperandMatch(DagNode tree,DagNode variadicArgTree,StringRef opName,int argIndex,int & operandIndex,int depth) emitVariadicOperandMatch() argument
868 emitAttributeMatch(DagNode tree,StringRef opName,int argIndex,int depth) emitAttributeMatch() argument
957 int depth = 0; emitMatchLogic() local
1232 handleResultPattern(DagNode resultTree,int resultIndex,int depth) handleResultPattern() argument
1261 handleVariadic(DagNode tree,int depth) handleVariadic() argument
1348 handleReturnTypeArg(DagNode returnType,int i,int depth) handleReturnTypeArg() argument
1399 handleReplaceWithNativeCodeCall(DagNode tree,int depth) handleReplaceWithNativeCodeCall() argument
1529 handleOpCreation(DagNode tree,int resultIndex,int depth) handleOpCreation() argument
1749 supplyValuesForOpArgs(DagNode node,const ChildNodeIndexNameMap & childNodeNames,int depth) supplyValuesForOpArgs() argument
1791 createAggregateLocalVarsForOpArgs(DagNode node,const ChildNodeIndexNameMap & childNodeNames,int depth) createAggregateLocalVarsForOpArgs() argument
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_ast_codegen.c415 int *depth = user; in cmp_constraint() local
738 isl_size depth; in add_implied_guards() local
1059 isl_size depth; in for_inc() local
1095 __isl_keep isl_set *domain, int depth) in use_upper_bound_list()
1173 isl_size depth; in refine_generic_bounds() local
1279 isl_size depth; in refine_generic_split() local
1344 isl_size depth; in create_for() local
1474 isl_size depth; in create_node_scaled() local
1571 int depth; member
1696 isl_size depth; in create_node() local
[all …]
/llvm-project/clang/utils/
H A Danalyze_safe_buffer_debug_notes.py17 def print(self, depth): argument
/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp51 ompt_team_info_t *__ompt_get_teaminfo(int depth, int *size) { in __ompt_get_teaminfo() argument
103 ompt_task_info_t *__ompt_get_task_info_object(int depth) { in __ompt_get_task_info_object() argument
143 ompt_task_info_t *__ompt_get_scheduling_taskinfo(int depth) { in __ompt_get_scheduling_taskinfo() argument
/llvm-project/lld/Common/
H A DTimer.cpp57 void Timer::print(int depth, double totalDuration, bool recurse) const { in print()
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Duar_signals.cpp44 void RecursiveFunction(int depth) { in RecursiveFunction()
/llvm-project/mlir/lib/Debug/
H A DExecutionContext.cpp60 int depth = 0; in operator ()() local
/llvm-project/llvm/tools/llvm-c-test/
H A Dcalc.c45 int depth = 0; in build_from_tokens() local
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgInterfaces.h81 SmallVector<unsigned, 2> depth; member

1234