Searched refs:return_value (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_div0.c32 __aeabi_idiv0(int return_value) { argument
33 return return_value;
37 __attribute__((visibility("hidden"))) __aeabi_ldiv0(long long return_value) { argument
38 return return_value;
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dreturns.h51 void *return_value; /* used if return_type is ret_num or member in struct:__anon5157
53 size_t return_len; /* number of bytes in return_value iff
H A Dtestlang_parse.y282 (const char *)command.returns[1].return_value,
287 command.returns[1].return_value,
295 retvar.return_value = vptr->value;
543 memcpy(vars[i].value, ret->return_value, vars[i].len);
606 memcpy(cur.arg_string, ret->return_value, cur.arg_len);
645 cur.return_value = malloc(cur.return_len + 1);
646 if (cur.return_value == NULL)
649 strcpy(cur.return_value, ret_str);
653 cur.return_value = malloc(cur.return_len);
654 if (cur.return_value
[all...]
H A Dtestlang_conf.l349 if ((yylval.retval->return_value = dequote(p, &len))
376 if ((yylval.retval->return_value = malloc(chlen))
380 rv = yylval.retval->return_value;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp360 bool return_value = local
362 if (return_value && matches.size() > 1) {
371 return return_value;
451 bool return_value = false; local
454 return_value = true;
462 return_value = true;
469 return_value = false;
471 return_value = true;
474 return_value = true;
477 return return_value;
[all...]
H A DThreadPlanStepOverRange.cpp346 bool return_value; local
352 return_value = true;
354 return_value = NextRangeBreakpointExplainsStop(stop_info_sp);
359 return_value = false;
362 return_value = true;
364 return return_value;
H A DProcess.cpp3439 bool return_value = true;
3458 return_value = true;
3462 return_value = false;
3474 return_value = true;
3480 return_value = false;
3493 return_value = true;
3496 return_value = false;
3521 return_value = true;
3543 return_value = true;
3547 return_value
[all...]
/freebsd-13-stable/contrib/libarchive/cpio/
H A Dcpio.h85 int return_value; /* Value returned by main() */ member in struct:cpio
H A Dcpio.c440 return (cpio->return_value);
719 cpio->return_value = 1;
1019 cpio->return_value = 1;
1038 exit(cpio->return_value);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp138 lldb::ExpressionResults return_value = lldb::eExpressionSetupError; local
143 return return_value;
317 lldb::ExpressionResults return_value = lldb::eExpressionSetupError; local
360 return_value = exe_ctx.GetProcessRef().RunThreadPlan(
364 if (return_value != lldb::eExpressionCompleted) {
369 Process::ExecutionResultAsCString(return_value));
384 if (return_value != lldb::eExpressionCompleted)
385 return return_value;
H A DIRExecutionUnit.cpp588 uint8_t *return_value = m_default_mm_up->allocateCodeSection( local
592 (uintptr_t)return_value,
600 (uint64_t)Size, Alignment, SectionID, (void *)return_value);
610 return return_value;
618 uint8_t *return_value = m_default_mm_up->allocateDataSection( local
625 (uintptr_t)return_value, permissions,
631 (uint64_t)Size, Alignment, SectionID, (void *)return_value);
641 return return_value;
/freebsd-13-stable/contrib/libarchive/tar/
H A Dread.c97 bsdtar->return_value = 1;
116 bsdtar->return_value = 1;
267 bsdtar->return_value = 1;
278 bsdtar->return_value = 1;
340 bsdtar->return_value = 1;
380 bsdtar->return_value = 1;
394 bsdtar->return_value = 1;
H A Dwrite.c494 bsdtar->return_value = 1;
500 bsdtar->return_value = 1;
542 bsdtar->return_value = 1;
558 bsdtar->return_value = 1;
573 bsdtar->return_value = 1;
616 bsdtar->return_value = 1;
639 * bsdtar->return_value but return zero, so the overall archiving
668 bsdtar->return_value = 1;
677 bsdtar->return_value = 1;
873 bsdtar->return_value
[all...]
H A Dbsdtar.h85 int return_value; /* Value returned by main() */ member in struct:bsdtar
H A Dbsdtar.c936 if (bsdtar->return_value != 0)
939 return (bsdtar->return_value);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i272 without executing any more code in those frames. If return_value contains
277 ReturnFromFrame (SBFrame &frame, SBValue &return_value);
445 return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb object that represents the return value from the last stop (lldb.SBValue) if we just stopped due to stepping out of a function.''')
/freebsd-13-stable/sys/dev/nvdimm/
H A Dnvdimm_acpi.c64 void **return_value)
73 *(ACPI_HANDLE *)return_value = handle;
63 find_dimm(ACPI_HANDLE handle, UINT32 nesting_level, void *context, void **return_value) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp928 bool return_value = true; local
942 return_value = false;
945 return return_value;
950 bool return_value = true; local
975 m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value);
976 if (return_value)
980 m_end_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value);
981 if (return_value)
998 return return_value;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h135 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp970 uint64_t return_value[2]; local
980 return_value[0] = f0_data.GetU64(&offset);
984 return_value[1] = f1_data.GetU64(&offset);
986 return_value[1] = f0_data.GetU64(&offset);
990 return_value[0] = f1_data.GetU64(&offset);
993 f0_data.SetData(return_value, *field_byte_width,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1467 Value return_value;
1468 return_value.SetValueType(Value::eValueTypeScalar);
1469 return_value.SetCompilerType(clang_uint32_t_type);
1470 return_value.GetScalar() = 0;
1476 exe_ctx, &m_get_class_info_args, options, diagnostics, return_value);
1480 num_class_infos = return_value.GetScalar().ULong();
1761 Value return_value;
1762 return_value.SetValueType(Value::eValueTypeScalar);
1763 return_value.SetCompilerType(clang_uint32_t_type);
1764 return_value
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp808 Value return_value; local
819 return_value.SetCompilerType(clang_void_pointer_type);
822 exe_ctx, &func_args_addr, options, diagnostics, return_value);
/freebsd-13-stable/sys/kern/
H A Dkern_fail.c541 * us to return a value, this function returns 1 and fills in 'return_value'
542 * (return_value is allowed to be null). If the fail point tells us to panic,
547 fail_point_eval_nontrivial(struct fail_point *fp, int *return_value) argument
599 if (return_value != NULL)
600 *return_value = ent->fe_arg;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp950 PythonObject return_value(
954 if (return_value.IsValid())
1162 Expected<PythonObject> return_value = local
1165 if (!return_value) {
1167 llvm::handleErrors(return_value.takeError(), [&](PythonException &E) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp973 SBError SBThread::ReturnFromFrame(SBFrame &frame, SBValue &return_value) { argument
975 (lldb::SBFrame &, lldb::SBValue &), frame, return_value);
985 thread->ReturnFromFrame(frame.GetFrameSP(), return_value.GetSP()));

Completed in 154 milliseconds

12