Home
last modified time | relevance | path

Searched refs:target_type (Results 1 – 25 of 29) sorted by relevance

12

/NextBSD/contrib/gdb/gdb/
HDada-typeprint.c138 struct type *target_type; in print_range() local
139 target_type = TYPE_TARGET_TYPE (type); in print_range()
140 if (target_type == NULL) in print_range()
141 target_type = type; in print_range()
143 switch (TYPE_CODE (target_type)) in print_range()
152 target_type = builtin_type_ada_int; in print_range()
176 ada_print_scalar (target_type, lower_bound, stream); in print_range()
178 ada_print_scalar (target_type, upper_bound, stream); in print_range()
HDocd.c161 enum ocd_target_type target_type; in ocd_start_remote() local
163 target_type = *(enum ocd_target_type *) dummy; in ocd_start_remote()
174 buf[3] = target_type; in ocd_start_remote()
247 ocd_open (char *name, int from_tty, enum ocd_target_type target_type, in ocd_open() argument
301 if (!catch_errors (ocd_start_remote, &target_type, in ocd_open()
HDjv-valprint.c456 struct type *target_type; in java_val_print() local
486 target_type = check_typedef (TYPE_TARGET_TYPE (type)); in java_val_print()
488 if (TYPE_CODE (target_type) == TYPE_CODE_FUNC) in java_val_print()
HDada-valprint.c610 struct type *target_type = TYPE_TARGET_TYPE (type); in ada_val_print_1() local
611 if (TYPE_LENGTH (type) != TYPE_LENGTH (target_type)) in ada_val_print_1()
617 struct value *v = value_cast (target_type, in ada_val_print_1()
620 return ada_val_print_1 (target_type, VALUE_CONTENTS (v), 0, 0, in ada_val_print_1()
HDcp-valprint.c83 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); in cp_print_class_method() local
85 domain = TYPE_DOMAIN_TYPE (target_type); in cp_print_class_method()
HDarm-tdep.c1249 struct type *target_type; in arm_push_dummy_call() local
1255 target_type = TYPE_TARGET_TYPE (arg_type); in arm_push_dummy_call()
1263 && target_type != NULL in arm_push_dummy_call()
1264 && TYPE_CODE_FUNC == TYPE_CODE (target_type)) in arm_push_dummy_call()
HDp-valprint.c603 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); in pascal_object_print_class_method() local
605 domain = TYPE_DOMAIN_TYPE (target_type); in pascal_object_print_class_method()
HDgdbtypes.h350 struct type *target_type; member
772 #define TYPE_TARGET_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->target_type
HDgdbtypes.c1457 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); in check_typedef() local
1459 if (TYPE_STUB (target_type) || TYPE_TARGET_STUB (target_type)) in check_typedef()
1473 * TYPE_LENGTH (target_type)); in check_typedef()
1478 TYPE_LENGTH (type) = TYPE_LENGTH (target_type); in check_typedef()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h164 IsObjCObjectPointerType (ClangASTType *target_type = NULL);
170 IsPossibleCPlusPlusDynamicType (ClangASTType *target_type = NULL) const
172 return IsPossibleDynamicType (target_type, true, false);
176 IsPossibleDynamicType (ClangASTType *target_type, // Can pass NULL
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDCXXFormatterFunctions.cpp60 const char* target_type, in ExtractValueFromObjCExpression() argument
64 if (!target_type || !*target_type) in ExtractValueFromObjCExpression()
69 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector); in ExtractValueFromObjCExpression()
94 const char* target_type, in ExtractSummaryFromObjCExpression() argument
98 if (!target_type || !*target_type) in ExtractSummaryFromObjCExpression()
103 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector); in ExtractSummaryFromObjCExpression()
/NextBSD/contrib/libc++/include/
D__functional_03250 virtual const std::type_info& target_type() const = 0;
269 virtual const std::type_info& target_type() const = 0;
288 virtual const std::type_info& target_type() const = 0;
307 virtual const std::type_info& target_type() const = 0;
328 virtual const std::type_info& target_type() const;
391 __func<_Fp, _Alloc, _Rp()>::target_type() const
414 virtual const std::type_info& target_type() const;
477 __func<_Fp, _Alloc, _Rp(_A0)>::target_type() const
500 virtual const std::type_info& target_type() const;
563 __func<_Fp, _Alloc, _Rp(_A0, _A1)>::target_type() const
[all …]
Dfunctional419 const std::type_info& target_type() const noexcept;
1325 virtual const std::type_info& target_type() const _NOEXCEPT = 0;
1362 virtual const std::type_info& target_type() const _NOEXCEPT;
1425 __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::target_type() const _NOEXCEPT
1547 const std::type_info& target_type() const _NOEXCEPT;
1796 function<_Rp(_ArgTypes...)>::target_type() const _NOEXCEPT
1800 return __f_->target_type();
/NextBSD/contrib/gcc/cp/
HDcvt.c354 tree target_type = TREE_TYPE (type); in build_up_reference() local
382 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type) in build_up_reference()
384 && IS_AGGR_TYPE (target_type)) in build_up_reference()
387 tree binfo = lookup_base (argtype, target_type, ba_check, NULL); in build_up_reference()
391 return error_not_base_type (target_type, argtype); in build_up_reference()
396 = convert_to_pointer_force (build_pointer_type (target_type), rval); in build_up_reference()
HDclass.c245 tree target_type; in build_base_path() local
291 target_type = code == PLUS_EXPR ? BINFO_TYPE (binfo) : BINFO_TYPE (d_binfo); in build_base_path()
312 target_type in build_base_path()
313 = cp_build_qualified_type (target_type, in build_base_path()
315 return build_nop (build_pointer_type (target_type), expr); in build_base_path()
342 target_type = TREE_TYPE (expr); in build_base_path()
399 target_type = cp_build_qualified_type in build_base_path()
400 (target_type, cp_type_quals (TREE_TYPE (TREE_TYPE (expr)))); in build_base_path()
401 ptr_target_type = build_pointer_type (target_type); in build_base_path()
403 target_type = ptr_target_type; in build_base_path()
[all …]
HDrtti.c591 tree static_type, target_type, boff; in build_dynamic_cast_1() local
629 target_type = TYPE_MAIN_VARIANT (TREE_TYPE (type)); in build_dynamic_cast_1()
631 td2 = get_tinfo_decl (target_type); in build_dynamic_cast_1()
639 boff = dcast_base_hint (static_type, target_type); in build_dynamic_cast_1()
HDtypeck.c3925 tree target_type = TREE_TYPE (ptrtype); in pointer_diff() local
3927 if (!complete_type_or_else (target_type, NULL_TREE)) in pointer_diff()
3932 if (TREE_CODE (target_type) == VOID_TYPE) in pointer_diff()
3934 if (TREE_CODE (target_type) == FUNCTION_TYPE) in pointer_diff()
3936 if (TREE_CODE (target_type) == METHOD_TYPE) in pointer_diff()
3952 ? size_in_bytes (target_type) in pointer_diff()
/NextBSD/contrib/libstdc++/include/tr1/
Dfunctional_iterate.h797 const type_info& target_type() const;
870 function<_Res(_GLIBCXX_TEMPLATE_ARGS)>::target_type() const
889 if (typeid(_Functor) == target_type() && _M_manager)
909 if (typeid(_Functor) == target_type() && _M_manager)
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDCXXFormatterFunctions.h36 const char* target_type,
42 const char* target_type,
/NextBSD/contrib/binutils/binutils/
HDdebug.c244 debug_type target_type; member
1543 debug_type target_type) in debug_make_offset_type() argument
1549 if (base_type == NULL || target_type == NULL) in debug_make_offset_type()
1560 o->target_type = target_type; in debug_make_offset_type()
2605 type->u.koffset->target_type, in debug_write_type()
3176 && debug_type_samep (info, t1->u.koffset->target_type, in debug_type_samep()
3177 t2->u.koffset->target_type)); in debug_type_samep()
HDdllwrap.c89 target_type; typedef
91 static target_type which_target = UNKNOWN_TARGET;
/NextBSD/sys/dev/hptrr/
HDhptintf.h940 HPT_U8 target_type; member
/NextBSD/sys/dev/hptnr/
HDhptintf.h1135 HPT_U8 target_type; member
/NextBSD/sys/dev/hpt27xx/
HDhptintf.h1139 HPT_U8 target_type; member
/NextBSD/contrib/gcc/
HDc-typeck.c2806 tree target_type = TREE_TYPE (TREE_TYPE (op0)); in pointer_diff() local
2812 if (TREE_CODE (target_type) == VOID_TYPE) in pointer_diff()
2814 if (TREE_CODE (target_type) == FUNCTION_TYPE) in pointer_diff()
2874 op1 = c_size_in_bytes (target_type); in pointer_diff()

12