Searched refs:target_type (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp323 clang::QualType target_type = local
325 if (target_type.isNull())
327 else if (target_type == ast_ctx.UnknownAnyTy)
330 return ast_ctx.getConstType(target_type);
341 clang::QualType target_type = local
343 if (target_type.isNull())
345 else if (target_type == ast_ctx.UnknownAnyTy)
348 return ast_ctx.getPointerType(target_type);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-typeprint.c139 struct type *target_type;
140 target_type = TYPE_TARGET_TYPE (type);
141 if (target_type == NULL)
142 target_type = type;
144 switch (TYPE_CODE (target_type))
153 target_type = builtin_type_ada_int;
177 ada_print_scalar (target_type, lower_bound, stream);
179 ada_print_scalar (target_type, upper_bound, stream);
138 struct type *target_type; local
H A Dada-valprint.c611 struct type *target_type = TYPE_TARGET_TYPE (type);
612 if (TYPE_LENGTH (type) != TYPE_LENGTH (target_type))
618 struct value *v = value_cast (target_type,
621 return ada_val_print_1 (target_type, VALUE_CONTENTS (v), 0, 0,
610 struct type *target_type = TYPE_TARGET_TYPE (type); local
H A Docd.c163 enum ocd_target_type target_type;
165 target_type = *(enum ocd_target_type *) dummy;
176 buf[3] = target_type;
249 ocd_open (char *name, int from_tty, enum ocd_target_type target_type,
303 if (!catch_errors (ocd_start_remote, &target_type,
161 enum ocd_target_type target_type; local
247 ocd_open(char *name, int from_tty, enum ocd_target_type target_type, struct target_ops *ops) argument
H A Djv-valprint.c456 struct type *target_type; local
486 target_type = check_typedef (TYPE_TARGET_TYPE (type));
488 if (TYPE_CODE (target_type) == TYPE_CODE_FUNC)
H A Dcp-valprint.c83 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); local
85 domain = TYPE_DOMAIN_TYPE (target_type);
H A Darm-tdep.c1251 struct type *target_type; local
1257 target_type = TYPE_TARGET_TYPE (arg_type);
1265 && target_type != NULL
1266 && TYPE_CODE_FUNC == TYPE_CODE (target_type))
H A Dgdbtypes.h350 struct type *target_type; member in struct:main_type
772 #define TYPE_TARGET_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->target_type
H A Dp-valprint.c605 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type));
607 domain = TYPE_DOMAIN_TYPE (target_type);
603 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); local
H A Dgdbtypes.c1457 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); local
1459 if (TYPE_STUB (target_type) || TYPE_TARGET_STUB (target_type))
1473 * TYPE_LENGTH (target_type));
1478 TYPE_LENGTH (type) = TYPE_LENGTH (target_type);
2988 printfi_filtered (spaces, "target_type ");
/freebsd-11-stable/contrib/gcc/cp/
H A Dcvt.c355 tree target_type = TREE_TYPE (type);
383 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type)
385 && IS_AGGR_TYPE (target_type))
388 tree binfo = lookup_base (argtype, target_type, ba_check, NULL);
392 return error_not_base_type (target_type, argtype);
397 = convert_to_pointer_force (build_pointer_type (target_type), rval);
354 tree target_type = TREE_TYPE (type); local
H A Dclass.c245 tree target_type; local
291 target_type = code == PLUS_EXPR ? BINFO_TYPE (binfo) : BINFO_TYPE (d_binfo);
312 target_type
313 = cp_build_qualified_type (target_type,
315 return build_nop (build_pointer_type (target_type), expr);
342 target_type = TREE_TYPE (expr);
399 target_type = cp_build_qualified_type
400 (target_type, cp_type_quals (TREE_TYPE (TREE_TYPE (expr))));
401 ptr_target_type = build_pointer_type (target_type);
403 target_type
5755 resolve_address_of_overloaded_function(tree target_type, tree overload, tsubst_flags_t flags, bool template_only, tree explicit_targs, tree access_path) argument
[all...]
H A Drtti.c593 tree static_type, target_type, boff;
631 target_type = TYPE_MAIN_VARIANT (TREE_TYPE (type));
633 td2 = get_tinfo_decl (target_type);
641 boff = dcast_base_hint (static_type, target_type);
591 tree static_type, target_type, boff; local
H A Dtypeck.c3933 tree target_type = TREE_TYPE (ptrtype);
3935 if (!complete_type_or_else (target_type, NULL_TREE))
3940 if (TREE_CODE (target_type) == VOID_TYPE)
3942 if (TREE_CODE (target_type) == FUNCTION_TYPE)
3944 if (TREE_CODE (target_type) == METHOD_TYPE)
3960 ? size_in_bytes (target_type)
3925 tree target_type = TREE_TYPE (ptrtype); local
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dfunctional_iterate.h797 const type_info& target_type() const;
803 * if @c typeid(Functor).equals(target_type()); otherwise, a NULL
870 function<_Res(_GLIBCXX_TEMPLATE_ARGS)>::target_type() const function in class:std::function
889 if (typeid(_Functor) == target_type() && _M_manager)
909 if (typeid(_Functor) == target_type() && _M_manager)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h118 bool IsPossibleDynamicType(CompilerType *target_type, // Can pass nullptr
H A DClangASTContext.h530 CompilerType *target_type = nullptr);
539 CompilerType *target_type, // Can pass nullptr
H A DTypeSystem.h175 CompilerType *target_type, // Can pass NULL
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c244 debug_type target_type; member in struct:debug_offset_type
1545 debug_type target_type)
1551 if (base_type == NULL || target_type == NULL)
1562 o->target_type = target_type;
2608 type->u.koffset->target_type,
3179 && debug_type_samep (info, t1->u.koffset->target_type,
3180 t2->u.koffset->target_type));
1542 debug_make_offset_type(void *handle, debug_type base_type, debug_type target_type) argument
H A Ddllwrap.c89 target_type; typedef in typeref:enum:__anon275
91 static target_type which_target = UNKNOWN_TARGET;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp535 lldb_private::Type *target_type = local
537 if (!target_type)
549 CompilerType target_ast_type = target_type->GetFullCompilerType();
573 size, nullptr, target_type->GetID(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1372 TypeSP target_type = GetOrCreateType(udt.Type); local
1378 toOpaqueUid(id), this, ConstString(udt.Name), target_type->GetByteSize(),
1379 nullptr, target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID,
1380 decl, target_type->GetForwardCompilerType(),
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptintf.h937 /* param type is determined by target_type and info_type*/
940 HPT_U8 target_type; member in struct:_SET_DEV_INFO
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhptintf.h1136 /* param type is determined by target_type and info_type*/
1139 HPT_U8 target_type; member in struct:_SET_DEV_INFO
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptintf.h1132 /* param type is determined by target_type and info_type*/
1135 HPT_U8 target_type; member in struct:_SET_DEV_INFO

Completed in 636 milliseconds

12