| /netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/ |
| H A D | dmeventd_mirror.c | 185 char *target_type = NULL; in process_event() local 195 &target_type, ¶ms); in process_event() 197 if (!target_type) { in process_event() 202 if (strcmp(target_type, "mirror")) { in process_event()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-objc-common.cc | 111 tree target_type = get_aka_type (TREE_TYPE (type)); in get_aka_type() local 113 if (target_type == TREE_TYPE (type)) in get_aka_type() 116 if (canonical && target_type == TREE_TYPE (canonical)) in get_aka_type() 120 ? build_pointer_type (target_type) in get_aka_type() 121 : build_reference_type (target_type)); in get_aka_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-objc-common.c | 111 tree target_type = get_aka_type (TREE_TYPE (type)); in get_aka_type() local 113 if (target_type == TREE_TYPE (type)) in get_aka_type() 116 if (canonical && target_type == TREE_TYPE (canonical)) in get_aka_type() 120 ? build_pointer_type (target_type) in get_aka_type() 121 : build_reference_type (target_type)); in get_aka_type()
|
| /netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/snapshot/ |
| H A D | dmeventd_snapshot.c | 111 char *target_type = NULL; in process_event() local 126 dm_get_next_target(dmt, next, &start, &length, &target_type, ¶ms); in process_event() 127 if (!target_type) in process_event()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/cmake/Modules/ |
| H A D | DefineLinkerScript.cmake | 21 get_target_property(target_type "${target}" TYPE) 22 if (NOT "${target_type}" STREQUAL "SHARED_LIBRARY") 23 …AL_ERROR "The provided target '${target}' is not a shared library (its type is '${target_type}').")
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | __functional_03 | 38 virtual const std::type_info& target_type() const = 0; 57 virtual const std::type_info& target_type() const = 0; 76 virtual const std::type_info& target_type() const = 0; 95 virtual const std::type_info& target_type() const = 0; 116 virtual const std::type_info& target_type() const; 179 __func<_Fp, _Alloc, _Rp()>::target_type() const 202 virtual const std::type_info& target_type() const; 265 __func<_Fp, _Alloc, _Rp(_A0)>::target_type() const 288 virtual const std::type_info& target_type() const; 351 __func<_Fp, _Alloc, _Rp(_A0, _A1)>::target_type() const [all …]
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/activate/ |
| H A D | dev_manager.c | 164 char *target_type = NULL; in device_is_usable() local 195 &target_type, ¶ms); in device_is_usable() 197 if (target_type && !strcmp(target_type, "mirror")) in device_is_usable() 349 const char *target_type, int wait, in _percent_run() argument 400 if (!type || !params || strcmp(type, target_type)) in _percent_run() 449 const char *target_type, int wait, in _percent() argument 454 if (_percent_run(dm, NULL, dlid, target_type, wait, lv, percent, in _percent() 458 target_type, wait, lv, percent, in _percent() 463 if (name && _percent_run(dm, name, NULL, target_type, wait, lv, percent, in _percent()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | LLVMExternalProjectUtils.cmake | 103 get_target_property(target_type "${tool}" TYPE) 104 if(NOT target_type STREQUAL "OBJECT_LIBRARY" AND 105 NOT target_type STREQUAL "UTILITY" AND 106 NOT target_type STREQUAL "GLOBAL_TARGET" AND 107 NOT target_type STREQUAL "INTERFACE_LIBRARY")
|
| /netbsd-src/external/gpl2/lvm2/dist/libdm/ioctl/ |
| H A D | libdm-iface.c | 428 spec->target_type, in _unmarshal_status_v1() 517 strncpy(sp.target_type, t->type, sizeof(sp.target_type)); in _add_target_v1() 885 char **target_type, char **params) in dm_get_next_target() argument 897 *target_type = t->type; in dm_get_next_target() 915 spec->target_type, in _unmarshal_status() 1212 strncpy(sp.target_type, t->type, sizeof(sp.target_type)); in _add_target()
|
| H A D | libdm-compat.h | 58 char target_type[DM_MAX_TYPE_NAME]; member
|
| H A D | libdm-nbsd-iface.c | 330 char **target_type, char **params) in dm_get_next_target() argument 342 *target_type = t->type; in dm_get_next_target() 360 spec->target_type, in _unmarshal_status()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | std_function.h | 524 const type_info& target_type() const noexcept; in _GLIBCXX_VISIBILITY() 629 target_type() const noexcept in _GLIBCXX_VISIBILITY() 658 if (typeid(_Functor) == target_type() && _M_manager) in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cvt.c | 324 tree target_type = TREE_TYPE (type); in build_up_reference() local 334 arg = make_temporary_var_for_ref_to_temp (decl, target_type); in build_up_reference() 352 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type) in build_up_reference() 354 && MAYBE_CLASS_TYPE_P (target_type)) in build_up_reference() 357 tree binfo = lookup_base (argtype, target_type, ba_check, in build_up_reference() 362 return error_not_base_type (target_type, argtype); in build_up_reference() 367 = convert_to_pointer_force (build_pointer_type (target_type), in build_up_reference()
|
| H A D | class.c | 250 tree target_type; in build_base_path() local 354 target_type = code == PLUS_EXPR ? BINFO_TYPE (binfo) : BINFO_TYPE (d_binfo); in build_base_path() 358 target_type = cp_build_qualified_type in build_base_path() 359 (target_type, cp_type_quals (TREE_TYPE (TREE_TYPE (expr)))); in build_base_path() 360 ptr_target_type = build_pointer_type (target_type); in build_base_path() 436 target_type = TREE_TYPE (expr); in build_base_path() 503 target_type = ptr_target_type; in build_base_path() 527 expr = fold_build3_loc (input_location, COND_EXPR, target_type, null_test, expr, in build_base_path() 528 build_zero_cst (target_type)); in build_base_path() 8254 resolve_address_of_overloaded_function (tree target_type, in resolve_address_of_overloaded_function() argument [all …]
|
| H A D | rtti.c | 684 tree static_type, target_type, boff; in build_dynamic_cast_1() local 728 target_type = TYPE_MAIN_VARIANT (TREE_TYPE (type)); in build_dynamic_cast_1() 730 td2 = get_tinfo_decl (target_type); in build_dynamic_cast_1() 740 boff = dcast_base_hint (static_type, target_type); in build_dynamic_cast_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cvt.cc | 324 tree target_type = TREE_TYPE (type); in build_up_reference() local 334 arg = make_temporary_var_for_ref_to_temp (decl, target_type); in build_up_reference() 352 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type) in build_up_reference() 354 && MAYBE_CLASS_TYPE_P (target_type)) in build_up_reference() 357 tree binfo = lookup_base (argtype, target_type, ba_check, in build_up_reference() 362 return error_not_base_type (target_type, argtype); in build_up_reference() 367 = convert_to_pointer_force (build_pointer_type (target_type), in build_up_reference()
|
| H A D | class.cc | 261 tree target_type; in build_base_path() local 365 target_type = code == PLUS_EXPR ? BINFO_TYPE (binfo) : BINFO_TYPE (d_binfo); in build_base_path() 369 target_type = cp_build_qualified_type in build_base_path() 370 (target_type, cp_type_quals (TREE_TYPE (TREE_TYPE (expr)))); in build_base_path() 371 ptr_target_type = build_pointer_type (target_type); in build_base_path() 440 target_type = TREE_TYPE (expr); in build_base_path() 507 target_type = ptr_target_type; in build_base_path() 8357 resolve_address_of_overloaded_function (tree target_type, in resolve_address_of_overloaded_function() argument 8401 gcc_assert (!TYPE_PTR_P (target_type) in resolve_address_of_overloaded_function() 8402 || TREE_CODE (TREE_TYPE (target_type)) != METHOD_TYPE); in resolve_address_of_overloaded_function() [all …]
|
| H A D | rtti.cc | 702 tree static_type, target_type, boff; in build_dynamic_cast_1() local 746 target_type = TYPE_MAIN_VARIANT (TREE_TYPE (type)); in build_dynamic_cast_1() 748 td2 = get_tinfo_decl (target_type); in build_dynamic_cast_1() 758 boff = dcast_base_hint (static_type, target_type); in build_dynamic_cast_1()
|
| /netbsd-src/external/gpl2/lvm2/dist/include/ |
| H A D | dm-ioctl.h | 172 char target_type[DM_MAX_TYPE_NAME]; member
|
| /netbsd-src/external/gpl2/lvm2/dist/libdm/misc/ |
| H A D | dm-ioctl.h | 172 char target_type[DM_MAX_TYPE_NAME]; member
|
| /netbsd-src/external/gpl2/lvm2/dist/tools/ |
| H A D | dmsetup.c | 1140 char *target_type, *params; in _get_device_size() local 1164 &target_type, ¶ms); in _get_device_size() 1346 char *target_type = NULL; in _status() local 1396 &target_type, ¶ms); in _status() 1399 (!target_type || strcmp(target_type, _target))) in _status() 1412 if (target_type) { in _status() 1416 !strcmp(target_type, "crypt")) { in _status() 1426 start, length, target_type, params); in _status()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | std_function.h | 606 target_type() const noexcept in _GLIBCXX_VISIBILITY() 653 || (_M_manager && typeid(_Functor) == target_type()) in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | debug.c | 245 debug_type target_type; member 1542 debug_type target_type) in debug_make_offset_type() argument 1548 if (base_type == NULL || target_type == NULL) in debug_make_offset_type() 1559 o->target_type = target_type; in debug_make_offset_type() 2614 type->u.koffset->target_type, in debug_write_type() 3186 && debug_type_samep (info, t1->u.koffset->target_type, in debug_type_samep() 3187 t2->u.koffset->target_type)); in debug_type_samep()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | debug.c | 250 debug_type target_type; member 1542 debug_type target_type) in debug_make_offset_type() argument 1548 if (base_type == NULL || target_type == NULL) in debug_make_offset_type() 1558 o->target_type = target_type; in debug_make_offset_type() 2614 type->u.koffset->target_type, in debug_write_type() 3185 && debug_type_samep (info, t1->u.koffset->target_type, in debug_type_samep() 3186 t2->u.koffset->target_type)); in debug_type_samep()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | target.c | 1745 int target_type, const void *target_data) in GOMP_offload_register_ver() argument 1760 if (devicep->type == target_type in GOMP_offload_register_ver() 1773 offload_images[num_offload_images].type = target_type; in GOMP_offload_register_ver() 1782 GOMP_offload_register (const void *host_table, int target_type, in GOMP_offload_register() argument 1785 GOMP_offload_register_ver (0, host_table, target_type, target_data); in GOMP_offload_register() 1794 int target_type, const void *target_data) in GOMP_offload_unregister_ver() argument 1805 if (devicep->type == target_type in GOMP_offload_unregister_ver() 1824 GOMP_offload_unregister (const void *host_table, int target_type, in GOMP_offload_unregister() argument 1827 GOMP_offload_unregister_ver (0, host_table, target_type, target_data); in GOMP_offload_unregister()
|