Home
last modified time | relevance | path

Searched refs:return_value (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_div0.c32 __aeabi_idiv0(int return_value) { in __aeabi_idiv0() argument
33 return return_value; in __aeabi_idiv0()
37 __attribute__((visibility("hidden"))) __aeabi_ldiv0(long long return_value) { in __aeabi_ldiv0() argument
38 return return_value; in __aeabi_ldiv0()
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
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); in set_var()
606 memcpy(cur.arg_string, ret->return_value, cur.arg_len); in assign_arg()
645 cur.return_value = malloc(cur.return_len + 1); in assign_rets()
646 if (cur.return_value == NULL) in assign_rets()
649 strcpy(cur.return_value, ret_str); in assign_rets()
653 cur.return_value = malloc(cur.return_len); in assign_rets()
654 if (cur.return_value == NULL) in assign_rets()
[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;
H A Dreturns.h51 void *return_value; /* used if return_type is ret_num or member
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp343 bool return_value = avoid_regexp_to_use->Execute(frame_function_name); in FrameMatchesAvoidCriteria() local
344 if (return_value) { in FrameMatchesAvoidCriteria()
351 return return_value; in FrameMatchesAvoidCriteria()
431 bool return_value = false; in DoPlanExplainsStop() local
434 return_value = true; in DoPlanExplainsStop()
442 return_value = true; in DoPlanExplainsStop()
449 return_value = false; in DoPlanExplainsStop()
451 return_value = true; in DoPlanExplainsStop()
454 return_value = true; in DoPlanExplainsStop()
457 return return_value; in DoPlanExplainsStop()
H A DThreadPlanStepOverRange.cpp350 bool return_value; in DoPlanExplainsStop() local
356 return_value = true; in DoPlanExplainsStop()
358 return_value = NextRangeBreakpointExplainsStop(stop_info_sp); in DoPlanExplainsStop()
363 return_value = false; in DoPlanExplainsStop()
366 return_value = true; in DoPlanExplainsStop()
368 return return_value; in DoPlanExplainsStop()
H A DProcess.cpp3600 bool return_value = true; in ShouldBroadcastEvent() local
3618 return_value = true; in ShouldBroadcastEvent()
3622 return_value = false; in ShouldBroadcastEvent()
3634 return_value = true; in ShouldBroadcastEvent()
3640 return_value = false; in ShouldBroadcastEvent()
3653 return_value = true; in ShouldBroadcastEvent()
3656 return_value = false; in ShouldBroadcastEvent()
3681 return_value = true; in ShouldBroadcastEvent()
3703 return_value = true; in ShouldBroadcastEvent()
3707 return_value = false; in ShouldBroadcastEvent()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp152 lldb::ExpressionResults return_value = lldb::eExpressionSetupError; in WriteFunctionArguments() local
157 return return_value; in WriteFunctionArguments()
339 lldb::ExpressionResults return_value = lldb::eExpressionSetupError; in ExecuteFunction() local
385 return_value = exe_ctx.GetProcessRef().RunThreadPlan( in ExecuteFunction()
389 if (return_value != lldb::eExpressionCompleted) { in ExecuteFunction()
394 Process::ExecutionResultAsCString(return_value)); in ExecuteFunction()
409 if (return_value != lldb::eExpressionCompleted) in ExecuteFunction()
410 return return_value; in ExecuteFunction()
H A DIRExecutionUnit.cpp613 uint8_t *return_value = m_default_mm_up->allocateCodeSection( in allocateCodeSection() local
617 (uintptr_t)return_value, in allocateCodeSection()
625 (uint64_t)Size, Alignment, SectionID, (void *)return_value); in allocateCodeSection()
635 return return_value; in allocateCodeSection()
643 uint8_t *return_value = m_default_mm_up->allocateDataSection( in allocateDataSection() local
650 (uintptr_t)return_value, permissions, in allocateDataSection()
656 (uint64_t)Size, Alignment, SectionID, (void *)return_value); in allocateDataSection()
666 return return_value; in allocateDataSection()
/freebsd/contrib/libarchive/tar/
H A Dread.c78 bsdtar->return_value = 1; in tar_mode_t()
97 bsdtar->return_value = 1; in tar_mode_x()
248 bsdtar->return_value = 1; in read_archive()
259 bsdtar->return_value = 1; in read_archive()
321 bsdtar->return_value = 1; in read_archive()
361 bsdtar->return_value = 1; in read_archive()
375 bsdtar->return_value = 1; in read_archive()
H A Dwrite.c481 bsdtar->return_value = 1; in write_archive()
487 bsdtar->return_value = 1; in write_archive()
529 bsdtar->return_value = 1; in write_archive()
545 bsdtar->return_value = 1; in write_archive()
560 bsdtar->return_value = 1; in write_archive()
603 bsdtar->return_value = 1; in archive_names_from_file()
655 bsdtar->return_value = 1; in append_archive_filename()
664 bsdtar->return_value = 1; in append_archive_filename()
862 bsdtar->return_value = 1; in write_hierarchy()
877 bsdtar->return_value = 1; in write_hierarchy()
H A Dbsdtar.h65 int return_value; /* Value returned by main() */ member
H A Dbsdtar.c1001 if (bsdtar->return_value != 0) in main()
1004 return (bsdtar->return_value); in main()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp972 uint64_t return_value[2]; in GetReturnValueObjectImpl() local
982 return_value[0] = f0_data.GetU64(&offset); in GetReturnValueObjectImpl()
986 return_value[1] = f1_data.GetU64(&offset); in GetReturnValueObjectImpl()
988 return_value[1] = f0_data.GetU64(&offset); in GetReturnValueObjectImpl()
992 return_value[0] = f1_data.GetU64(&offset); in GetReturnValueObjectImpl()
995 f0_data.SetData(return_value, *field_byte_width, in GetReturnValueObjectImpl()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_acpi.c63 void **return_value) in find_dimm() argument
73 *(ACPI_HANDLE *)return_value = handle; in find_dimm()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp939 bool return_value = true; in AddLineSpecification() local
953 return_value = false; in AddLineSpecification()
956 return return_value; in AddLineSpecification()
961 bool return_value = true; in AddSpecification() local
987 if ((return_value = llvm::to_integer(spec_string, m_start_line))) in AddSpecification()
991 if ((return_value = llvm::to_integer(spec_string, m_end_line))) in AddSpecification()
1008 return return_value; in AddSpecification()
/freebsd/contrib/libarchive/cpio/
H A Dcpio.h66 int return_value; /* Value returned by main() */ member
H A Dcpio.c435 return (cpio->return_value); in main()
714 cpio->return_value = 1; in file_to_archive()
1016 cpio->return_value = 1; in mode_in()
1021 cpio->return_value = 1; in mode_in()
1040 exit(cpio->return_value); in mode_in()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadExtensions.i50 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/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2135 Value return_value; in UpdateISAToDescriptorMap() local
2136 return_value.SetValueType(Value::ValueType::Scalar); in UpdateISAToDescriptorMap()
2137 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap()
2138 return_value.GetScalar() = 0; in UpdateISAToDescriptorMap()
2144 exe_ctx, &GetClassInfoArgs(helper), options, diagnostics, return_value); in UpdateISAToDescriptorMap()
2148 num_class_infos = return_value.GetScalar().ULong(); in UpdateISAToDescriptorMap()
2373 Value return_value; in UpdateISAToDescriptorMap() local
2374 return_value.SetValueType(Value::ValueType::Scalar); in UpdateISAToDescriptorMap()
2375 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap()
2376 return_value.GetScalar() = 0; in UpdateISAToDescriptorMap()
[all …]
/freebsd/sys/kern/
H A Dkern_fail.c544 fail_point_eval_nontrivial(struct fail_point *fp, int *return_value) in fail_point_eval_nontrivial() argument
596 if (return_value != NULL) in fail_point_eval_nontrivial()
597 *return_value = ent->fe_arg; in fail_point_eval_nontrivial()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp879 Value return_value; in DoLoadImage() local
891 return_value.SetCompilerType(clang_void_pointer_type); in DoLoadImage()
894 exe_ctx, &func_args_addr, options, diagnostics, return_value); in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h142 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp957 SBError SBThread::ReturnFromFrame(SBFrame &frame, SBValue &return_value) { in ReturnFromFrame() argument
958 LLDB_INSTRUMENT_VA(this, frame, return_value); in ReturnFromFrame()
968 thread->ReturnFromFrame(frame.GetFrameSP(), return_value.GetSP())); in ReturnFromFrame()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c2034 int return_value = 0; /* success */ in iconv_strncat_in_locale() local
2099 return_value = -1; /* failure */ in iconv_strncat_in_locale()
2115 return (return_value); in iconv_strncat_in_locale()
2235 int return_value = 0; /* success */ in best_effort_strncat_in_locale() local
2266 return_value = -1; in best_effort_strncat_in_locale()
2272 return (return_value); in best_effort_strncat_in_locale()

12