HomeSort by: relevance | last modified time | path
    Searched defs:target_type (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/snapshot/
dmeventd_snapshot.c 111 char *target_type = NULL; local
126 dm_get_next_target(dmt, next, &start, &length, &target_type, &params);
127 if (!target_type)
  /src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/
dmeventd_mirror.c 185 char *target_type = NULL; local
195 &target_type, &params);
197 if (!target_type) {
202 if (strcmp(target_type, "mirror")) {
  /src/external/gpl2/lvm2/dist/libdm/ioctl/
libdm-compat.h 58 char target_type[DM_MAX_TYPE_NAME]; member in struct:dm_target_spec_v1
  /src/external/gpl3/gcc/dist/gcc/c/
c-objc-common.cc 148 tree target_type = get_aka_type (TREE_TYPE (type)); local
150 if (target_type == TREE_TYPE (type))
153 if (canonical && target_type == TREE_TYPE (canonical))
157 ? build_pointer_type (target_type)
158 : build_reference_type (target_type));
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-objc-common.cc 111 tree target_type = get_aka_type (TREE_TYPE (type)); local
113 if (target_type == TREE_TYPE (type))
116 if (canonical && target_type == TREE_TYPE (canonical))
120 ? build_pointer_type (target_type)
121 : build_reference_type (target_type));
  /src/external/gpl3/gdb/dist/gdb/
c-varobj.c 87 struct type *target_type = get_target_type (*type); local
88 if (target_type->code () == TYPE_CODE_STRUCT
89 || target_type->code () == TYPE_CODE_UNION)
104 *type = target_type;
405 *ctype = type->target_type ();
484 type = check_typedef (type->target_type ());
go-lang.c 87 struct type *target_type = type0->target_type (); local
89 target_type = check_typedef (target_type);
91 if (target_type->code () == TYPE_CODE_INT
92 && target_type->length () == 1
93 && strcmp (target_type->name (), "uint8") == 0)
ada-valprint.c 76 index_type = index_type->target_type ();
127 elttype = type->target_type ();
148 index_type = index_type->target_type ();
412 ada_print_scalar (type->target_type (), val, stream);
679 struct type *elttype = type->target_type ();
723 && val->type ()->target_type ()->code () == TYPE_CODE_INT
724 && val->type ()->target_type ()->length () == 0)
753 && (type->target_type ()->code () == TYPE_CODE_ENUM
754 || type->target_type ()->code () == TYPE_CODE_BOOL
755 || type->target_type ()->code () == TYPE_CODE_CHAR)
760 struct type *target_type = type->target_type (); local
    [all...]
cp-valprint.c 82 type = type->target_type ();
85 type = type->target_type ();
608 struct type *target_type = type->target_type (); local
617 if (target_type == first_dont_print[i])
627 (char *) &target_type,
ppc-sysv-tdep.c 46 ftype = check_typedef (ftype->target_type ());
345 struct type *eltype = check_typedef (type->target_type ());
818 struct type *eltype = check_typedef (type->target_type ());
1098 type = type->target_type ();
1124 (type->target_type (), field_type);
1505 struct type *target_type local
1506 = check_typedef (type->target_type ());
1508 if (target_type->code () == TYPE_CODE_FUNC
1509 || target_type->code () == TYPE_CODE_METHOD)
1704 struct type *eltype = check_typedef (type->target_type ());
    [all...]
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-c-types.c 31 gcc_type target = context->convert_type (type->target_type ());
44 element_type = context->convert_type (type->target_type ());
161 struct type *target_type = type->target_type (); local
168 if (target_type == NULL)
170 target_type = builtin_type (type->arch ())->builtin_int;
176 return_type = context->convert_type (target_type);
266 gcc_type base = context->convert_type (type->target_type ());
  /src/external/gpl3/gdb.old/dist/gdb/
c-varobj.c 87 struct type *target_type = get_target_type (*type); local
88 if (target_type->code () == TYPE_CODE_STRUCT
89 || target_type->code () == TYPE_CODE_UNION)
104 *type = target_type;
405 *ctype = type->target_type ();
484 type = check_typedef (type->target_type ());
go-lang.c 88 struct type *target_type = type0->target_type (); local
90 target_type = check_typedef (target_type);
92 if (target_type->code () == TYPE_CODE_INT
93 && target_type->length () == 1
94 && strcmp (target_type->name (), "uint8") == 0)
ada-valprint.c 76 index_type = index_type->target_type ();
127 elttype = type->target_type ();
148 index_type = index_type->target_type ();
412 ada_print_scalar (type->target_type (), val, stream);
679 struct type *elttype = type->target_type ();
723 && val->type ()->target_type ()->code () == TYPE_CODE_INT
724 && val->type ()->target_type ()->length () == 0)
753 && (type->target_type ()->code () == TYPE_CODE_ENUM
754 || type->target_type ()->code () == TYPE_CODE_BOOL
755 || type->target_type ()->code () == TYPE_CODE_CHAR)
760 struct type *target_type = type->target_type (); local
    [all...]
cp-valprint.c 82 type = type->target_type ();
85 type = type->target_type ();
608 struct type *target_type = type->target_type (); local
617 if (target_type == first_dont_print[i])
627 (char *) &target_type,
ppc-sysv-tdep.c 46 ftype = check_typedef (ftype->target_type ());
345 struct type *eltype = check_typedef (type->target_type ());
818 struct type *eltype = check_typedef (type->target_type ());
1098 type = type->target_type ();
1124 (type->target_type (), field_type);
1505 struct type *target_type local
1506 = check_typedef (type->target_type ());
1508 if (target_type->code () == TYPE_CODE_FUNC
1509 || target_type->code () == TYPE_CODE_METHOD)
1704 struct type *eltype = check_typedef (type->target_type ());
    [all...]
loongarch-tdep.c 1164 struct type *target_type = check_typedef (type->target_type ()); local
1165 size_t target_len = target_type->length ();
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-c-types.c 31 gcc_type target = context->convert_type (type->target_type ());
44 element_type = context->convert_type (type->target_type ());
161 struct type *target_type = type->target_type (); local
168 if (target_type == NULL)
170 target_type = builtin_type (type->arch ())->builtin_int;
176 return_type = context->convert_type (target_type);
266 gcc_type base = context->convert_type (type->target_type ());
  /src/external/gpl2/lvm2/dist/include/
dm-ioctl.h 172 char target_type[DM_MAX_TYPE_NAME]; member in struct:dm_target_spec
  /src/external/gpl2/lvm2/dist/libdm/misc/
dm-ioctl.h 172 char target_type[DM_MAX_TYPE_NAME]; member in struct:dm_target_spec
  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 325 tree target_type = TREE_TYPE (type);
335 arg = make_temporary_var_for_ref_to_temp (decl, target_type);
353 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type)
355 && MAYBE_CLASS_TYPE_P (target_type))
358 tree binfo = lookup_base (argtype, target_type, ba_check,
363 return error_not_base_type (target_type, argtype);
368 = convert_to_pointer_force (build_pointer_type (target_type),
324 tree target_type = TREE_TYPE (type); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 325 tree target_type = TREE_TYPE (type);
335 arg = make_temporary_var_for_ref_to_temp (decl, target_type);
353 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type)
355 && MAYBE_CLASS_TYPE_P (target_type))
358 tree binfo = lookup_base (argtype, target_type, ba_check,
363 return error_not_base_type (target_type, argtype);
368 = convert_to_pointer_force (build_pointer_type (target_type),
324 tree target_type = TREE_TYPE (type); local
  /src/external/gpl2/lvm2/dist/lib/activate/
dev_manager.c 164 char *target_type = NULL; local
195 &target_type, &params);
197 if (target_type && !strcmp(target_type, "mirror"))
349 const char *target_type, int wait,
400 if (!type || !params || strcmp(type, target_type))
449 const char *target_type, int wait,
454 if (_percent_run(dm, NULL, dlid, target_type, wait, lv, percent,
458 target_type, wait, lv, percent,
463 if (name && _percent_run(dm, name, NULL, target_type, wait, lv, percent
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dllwrap.c 83 target_type; typedef in typeref:enum:__anon9885
93 static target_type which_target = UNKNOWN_TARGET;
  /src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c 83 target_type; typedef in typeref:enum:__anon11367
93 static target_type which_target = UNKNOWN_TARGET;

Completed in 38 milliseconds

1 2 3