Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp328 clang::QualType target_type = in BuildType() local
330 if (target_type.isNull()) in BuildType()
332 else if (target_type == ast_ctx.UnknownAnyTy) in BuildType()
335 return ast_ctx.getConstType(target_type); in BuildType()
346 clang::QualType target_type = in BuildType() local
348 if (target_type.isNull()) in BuildType()
350 else if (target_type == ast_ctx.UnknownAnyTy) in BuildType()
353 return ast_ctx.getPointerType(target_type); in BuildType()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Darm-linux-tdep.c150 struct type *arg_type, *target_type; in arm_linux_push_arguments() local
153 target_type = TYPE_TARGET_TYPE (arg_type); in arm_linux_push_arguments()
177 && NULL != target_type in arm_linux_push_arguments()
178 && TYPE_CODE_FUNC == TYPE_CODE (target_type)) in arm_linux_push_arguments()
H A Dada-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_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()
H A Docd.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()
H A Djv-valprint.c460 struct type *target_type; in java_val_print() local
490 target_type = check_typedef (TYPE_TARGET_TYPE (type)); in java_val_print()
492 if (TYPE_CODE (target_type) == TYPE_CODE_FUNC) in java_val_print()
H A Dada-valprint.c690 struct type *target_type = TYPE_TARGET_TYPE (type); in ada_val_print_1() local
691 if (TYPE_LENGTH (type) != TYPE_LENGTH (target_type)) in ada_val_print_1()
697 struct value *v = value_cast (target_type, in ada_val_print_1()
700 return ada_val_print_1 (target_type, VALUE_CONTENTS (v), 0, 0, in ada_val_print_1()
H A Dgdbtypes.c1444 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); in check_typedef() local
1446 if (TYPE_STUB (target_type) || TYPE_TARGET_STUB (target_type)) in check_typedef()
1460 * TYPE_LENGTH (target_type)); in check_typedef()
1465 TYPE_LENGTH (type) = TYPE_LENGTH (target_type); in check_typedef()
3337 build_complex (int bit, char *name, struct type *target_type) in build_complex() argument
3340 if (bit <= 0 || target_type == builtin_type_error) in build_complex()
3347 TYPE_TARGET_TYPE (t) = target_type; in build_complex()
H A Dcp-valprint.c79 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); in cp_print_class_method() local
81 domain = TYPE_DOMAIN_TYPE (target_type); in cp_print_class_method()
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DCoverageReport.cmake35 get_target_property(target_type ${target} TYPE)
36 if("${target_type}" STREQUAL "SHARED_LIBRARY" OR "${target_type}" STREQUAL "EXECUTABLE")
H A DLLVMExternalProjectUtils.cmake109 get_target_property(target_type "${tool}" TYPE)
110 if(NOT target_type STREQUAL "OBJECT_LIBRARY" AND
111 NOT target_type STREQUAL "UTILITY" AND
112 NOT target_type STREQUAL "GLOBAL_TARGET" AND
113 NOT target_type STREQUAL "INTERFACE_LIBRARY")
/openbsd/gnu/llvm/libcxx/include/__functional/
H A Dfunction.h273 virtual const std::type_info& target_type() const _NOEXCEPT = 0;
310 virtual const std::type_info& target_type() const _NOEXCEPT;
372 __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::target_type() const _NOEXCEPT
558 const std::type_info& target_type() const _NOEXCEPT
562 return __f_->target_type();
866 const std::type_info& target_type() const _NOEXCEPT
955 virtual const std::type_info& target_type() const _NOEXCEPT {
1061 const std::type_info& target_type() const _NOEXCEPT;
1163 function<_Rp(_ArgTypes...)>::target_type() const _NOEXCEPT
1165 return __f_.target_type();
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c374 can_widen_reference_to (source_type, target_type) in can_widen_reference_to() argument
375 tree source_type, target_type; in can_widen_reference_to()
383 if (TREE_CODE (target_type) == POINTER_TYPE)
384 target_type = TREE_TYPE (target_type);
386 if (source_type == target_type)
408 target_type = TYPE_ARRAY_ELEMENT (target_type);
409 if (source_type == target_type)
419 int target_depth = class_depth (target_type);
425 if (CLASS_INTERFACE (TYPE_NAME (target_type)))
435 target_type))
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c354 tree target_type = TREE_TYPE (type); local
382 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type)
384 && IS_AGGR_TYPE (target_type))
387 tree binfo = lookup_base (argtype, target_type, ba_check, NULL);
391 return error_not_base_type (target_type, argtype);
396 = convert_to_pointer_force (build_pointer_type (target_type), rval);
H A Dclass.c259 tree target_type; local
363 target_type = cp_build_qualified_type
367 target_type = ptr_target_type;
6036 tree target_type; in resolve_address_of_overloaded_function()
6081 && (TREE_CODE (TREE_TYPE (target_type))
6088 if (TYPE_PTRFN_P (target_type))
6097 target_type = build_reference_type (target_type);
6162 target_fn_type = TREE_TYPE (target_type);
6230 target_type);
6253 target_type);
[all …]
H A Drtti.c574 tree static_type, target_type, boff; local
606 target_type = TYPE_MAIN_VARIANT (TREE_TYPE (type));
608 td2 = build_unary_op (ADDR_EXPR, get_tinfo_decl (target_type), 0);
612 boff = get_dynamic_cast_base_type (static_type, target_type);
H A Dtypeck.c72 target_type (type) in target_type() function
3738 tree target_type = TREE_TYPE (ptrtype); local
3745 if (TREE_CODE (target_type) == VOID_TYPE)
3747 if (TREE_CODE (target_type) == FUNCTION_TYPE)
3749 if (TREE_CODE (target_type) == METHOD_TYPE)
3751 if (TREE_CODE (target_type) == OFFSET_TYPE)
3766 op1 = ((TREE_CODE (target_type) == VOID_TYPE
3767 || TREE_CODE (target_type) == FUNCTION_TYPE
3768 || TREE_CODE (target_type) == METHOD_TYPE
3769 || TREE_CODE (target_type) == OFFSET_TYPE)
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A Dcvt.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()
H A Dclass.c245 tree target_type; in build_base_path() local
312 target_type 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()
403 target_type = ptr_target_type; in build_base_path()
418 fold_build1 (NOP_EXPR, target_type, in build_base_path()
5776 if (TYPE_PTRFN_P (target_type)) in resolve_address_of_overloaded_function()
5785 target_type = build_reference_type (target_type); in resolve_address_of_overloaded_function()
5922 target_type); in resolve_address_of_overloaded_function()
5945 target_type); in resolve_address_of_overloaded_function()
[all …]
H A Drtti.c590 tree static_type, target_type, boff; in build_dynamic_cast_1() local
628 target_type = TYPE_MAIN_VARIANT (TREE_TYPE (type)); in build_dynamic_cast_1()
630 td2 = get_tinfo_decl (target_type); in build_dynamic_cast_1()
638 boff = dcast_base_hint (static_type, target_type); in build_dynamic_cast_1()
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A 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)
/openbsd/usr.sbin/ldomctl/
H A Dldomctl.h97 uint64_t target_type; member
H A Dconfig.c777 md_get_prop_val(md, node, "target_type", &endpoint->target_type); in hvmd_init_endpoint()
1230 md_add_prop_val(md, node, "target_type", endpoint->target_type); in hvmd_finalize_endpoint()
1502 console->client_endpoint->target_type = LDC_GUEST; in hvmd_add_console()
1511 console->server_endpoint->target_type = LDC_GUEST; in hvmd_add_console()
1536 ds->client_endpoint->target_type = LDC_GUEST; in hvmd_add_domain_services()
1544 ds->server_endpoint->target_type = LDC_GUEST; in hvmd_add_domain_services()
1564 lc->client_endpoint->target_type = LDC_GUEST; in hvmd_add_vio()
1572 lc->server_endpoint->target_type = LDC_GUEST; in hvmd_add_vio()
2442 if (peer && peer->target_type == LDC_GUEST && in guest_delete_endpoint()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddebug.c245 debug_type target_type; member
1544 debug_type target_type) in debug_make_offset_type() argument
1550 if (base_type == NULL || target_type == NULL) in debug_make_offset_type()
1561 o->target_type = target_type; in debug_make_offset_type()
2606 type->u.koffset->target_type, in debug_write_type()
3177 && debug_type_samep (info, t1->u.koffset->target_type, in debug_type_samep()
3178 t2->u.koffset->target_type)); in debug_type_samep()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.c246 debug_type target_type; member
1545 debug_type target_type) in debug_make_offset_type() argument
1551 if (base_type == NULL || target_type == NULL) in debug_make_offset_type()
1562 o->target_type = target_type; in debug_make_offset_type()
2607 type->u.koffset->target_type, in debug_write_type()
3178 && debug_type_samep (info, t1->u.koffset->target_type, in debug_type_samep()
3179 t2->u.koffset->target_type)); in debug_type_samep()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp550 lldb_private::Type *target_type = in CreateLLDBTypeFromPDBType() local
552 if (!target_type) in CreateLLDBTypeFromPDBType()
564 CompilerType target_ast_type = target_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
588 target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID, decl, in CreateLLDBTypeFromPDBType()

123