| /NextBSD/contrib/gdb/gdb/ |
| HD | ada-typeprint.c | 138 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()
|
| HD | ocd.c | 161 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()
|
| HD | jv-valprint.c | 456 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()
|
| HD | ada-valprint.c | 610 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()
|
| HD | cp-valprint.c | 83 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()
|
| HD | arm-tdep.c | 1249 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()
|
| HD | p-valprint.c | 603 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()
|
| HD | gdbtypes.h | 350 struct type *target_type; member 772 #define TYPE_TARGET_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->target_type
|
| HD | gdbtypes.c | 1457 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/ |
| HD | ClangASTType.h | 164 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/ |
| HD | CXXFormatterFunctions.cpp | 60 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_03 | 250 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 …]
|
| D | functional | 419 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/ |
| HD | cvt.c | 354 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()
|
| HD | class.c | 245 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 …]
|
| HD | rtti.c | 591 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()
|
| HD | typeck.c | 3925 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/ |
| D | functional_iterate.h | 797 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/ |
| HD | CXXFormatterFunctions.h | 36 const char* target_type, 42 const char* target_type,
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | debug.c | 244 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()
|
| HD | dllwrap.c | 89 target_type; typedef 91 static target_type which_target = UNKNOWN_TARGET;
|
| /NextBSD/sys/dev/hptrr/ |
| HD | hptintf.h | 940 HPT_U8 target_type; member
|
| /NextBSD/sys/dev/hptnr/ |
| HD | hptintf.h | 1135 HPT_U8 target_type; member
|
| /NextBSD/sys/dev/hpt27xx/ |
| HD | hptintf.h | 1139 HPT_U8 target_type; member
|
| /NextBSD/contrib/gcc/ |
| HD | c-typeck.c | 2806 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()
|