/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | aeabi_div0.c | 32 __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 D | without-debug.c | 6 int return_value = 0; in no_debug_caller_intermediate() local 14 int return_value = 0; in no_debug_caller() local
|
H A D | with-debug.c | 10 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 D | coro-aligned-alloc.cpp | 18 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 D | coro-aligned-alloc-2.cpp | 20 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 D | coro-dealloc.cpp | 18 void return_value(int) {} in return_value() function
|
H A D | pr59181.cpp | 24 void return_value(Task t) noexcept {} in return_value() function
|
H A D | pr59221.cpp | 29 constexpr void return_value(T v) noexcept { in return_value() function
|
H A D | coro-elide.cpp | 24 void return_value(int x) noexcept { in return_value() function
|
H A D | coro-symmetric-transfer-04.cpp | 23 void return_value(int x) noexcept { in return_value() function
|
H A D | coro-symmetric-transfer-03.cpp | 22 void return_value(int x) noexcept { in return_value() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | coroutine-alloc-4.cpp | 17 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 D | coroutine-no-valid-dealloc.cpp | 18 void return_value(int) {} in return_value() function
|
H A D | coroutine-dealloc.cpp | 18 void return_value(int) {} in return_value() function
|
H A D | coroutine-rvo.cpp | 59 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 D | warn-throw-out-noexcept-coro.cpp | 28 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 D | main.c | 8 int return_value = val; // basic break at the start of b in a() local
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepInRange.cpp | 343 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 D | FunctionCaller.cpp | 152 lldb::ExpressionResults return_value = lldb::eExpressionSetupError; WriteFunctionArguments() local 339 lldb::ExpressionResults return_value = lldb::eExpressionSetupError; ExecuteFunction() local
|
/llvm-project/clang/test/AST/ |
H A D | coroutine-co_yield-source-range.cpp | 16 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 D | bind_return_type.pass.cpp | 31 int return_value(int) { return dummy; } in return_value() function
|
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/ |
H A D | oneshot_func.pass.cpp | 26 void return_value(R v) { result = v; } in return_value() function
|
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | AppleGetQueuesHandler.cpp | 228 GetQueuesReturnInfo return_value; in GetCurrentQueues() local [all...] |
H A D | AppleGetItemInfoHandler.cpp | 228 GetItemInfoReturnInfo return_value; in GetItemInfo() local [all...] |
H A D | AppleGetPendingItemsHandler.cpp | 223 GetPendingItemsReturnInfo return_value; in GetPendingItems() local [all...] |