Home
last modified time | relevance | path

Searched defs:return_value (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_div0.c32 __aeabi_idiv0(int return_value) { in __aeabi_idiv0()
37 __attribute__((visibility("hidden"))) __aeabi_ldiv0(long long return_value) { in __aeabi_ldiv0()
/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwithout-debug.c6 int return_value = 0; in no_debug_caller_intermediate() local
14 int return_value = 0; in no_debug_caller() local
H A Dwith-debug.c10 int return_value = 0; in called_from_nodebug_actual() local
26 int return_value = no_debug_caller(5, called_from_nodebug); in main() local
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-aligned-alloc.cpp18 void return_value(int) {} in return_value() function
43 void return_value(int) {} in return_value() function
76 void return_value(int) {} in return_value() function
95 void return_value(int) {} in return_value() function
116 void return_value(int) {} in return_value() function
135 void return_value(int) {} in return_value() function
155 void return_value(int) {} in return_value() function
177 void return_value(int) {} in return_value() function
H A Dcoro-aligned-alloc-2.cpp20 void return_value(int) {} in return_value() function
40 void return_value(int) {} in return_value() function
60 void return_value(int) {} in return_value() function
82 void return_value(int) {} in return_value() function
105 void return_value(int) {} in return_value() function
H A Dcoro-dealloc.cpp18 void return_value(int) {} in return_value() function
H A Dpr59181.cpp24 void return_value(Task t) noexcept {} in return_value() function
H A Dpr59221.cpp29 constexpr void return_value(T v) noexcept { in return_value() function
H A Dcoro-elide.cpp24 void return_value(int x) noexcept { in return_value() function
H A Dcoro-symmetric-transfer-04.cpp23 void return_value(int x) noexcept { in return_value() function
H A Dcoro-symmetric-transfer-03.cpp22 void return_value(int x) noexcept { in return_value() function
/llvm-project/clang/test/SemaCXX/
H A Dcoroutine-alloc-4.cpp17 void return_value(int) {} in return_value() function
32 void return_value(int) {} in return_value() function
48 void return_value(int) {} in return_value() function
66 void return_value(int) {} in return_value() function
82 void return_value(int) {} in return_value() function
103 void return_value(int) {} in return_value() function
H A Dcoroutine-no-valid-dealloc.cpp18 void return_value(int) {} in return_value() function
H A Dcoroutine-dealloc.cpp18 void return_value(int) {} in return_value() function
H A Dcoroutine-rvo.cpp59 void return_value(T &&value) {} // expected-note 4{{passing argument}} in return_value() function
136 void return_value(U &&value) { in return_value() function
H A Dwarn-throw-out-noexcept-coro.cpp28 void return_value(U&& val) { return_val->value = static_cast<U&&>(val); } in return_value() function
/llvm-project/lldb/test/API/lang/c/stepping/
H A Dmain.c8 int return_value = val; // basic break at the start of b in a() local
/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp343 bool return_value = avoid_regexp_to_use->Execute(frame_function_name); in FrameMatchesAvoidCriteria() local
431 bool return_value = false; in DoPlanExplainsStop() local
[all...]
/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp152 lldb::ExpressionResults return_value = lldb::eExpressionSetupError; WriteFunctionArguments() local
339 lldb::ExpressionResults return_value = lldb::eExpressionSetupError; ExecuteFunction() local
/llvm-project/clang/test/AST/
H A Dcoroutine-co_yield-source-range.cpp16 std::suspend_always return_value(int) { return {}; } in return_value() function
/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dbind_return_type.pass.cpp31 int return_value(int) { return dummy; } in return_value() function
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Doneshot_func.pass.cpp26 void return_value(R v) { result = v; } in return_value() function
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetQueuesHandler.cpp228 GetQueuesReturnInfo return_value; in GetCurrentQueues() local
[all...]
H A DAppleGetItemInfoHandler.cpp228 GetItemInfoReturnInfo return_value; in GetItemInfo() local
[all...]
H A DAppleGetPendingItemsHandler.cpp223 GetPendingItemsReturnInfo return_value; in GetPendingItems() local
[all...]

12