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

1 2 3

  /src/sys/arch/prep/pnpbus/
pnpbusvar.h 105 uint8_t basetype; /* PNP base type */ member in struct:pnpbus_dev_attach_args
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc 161 tree basetype = TREE_TYPE (base); local
163 && POINTER_TYPE_P (basetype))
165 tree ptype = TREE_TYPE (basetype);
gimple-ssa-warn-restrict.cc 296 tree basetype = TREE_TYPE (base); local
297 if (TREE_CODE (basetype) == ARRAY_TYPE)
301 else if (tree basesize = TYPE_SIZE_UNIT (basetype))
1046 tree basetype = TREE_TYPE (dstref->base);
1048 if (POINTER_TYPE_P (basetype))
1049 basetype = TREE_TYPE (basetype);
1051 while (TREE_CODE (basetype) == ARRAY_TYPE)
1052 basetype = TREE_TYPE (basetype);
    [all...]
omp-simd-clone.cc 986 tree basetype = TREE_TYPE (node->simdclone->args[i].orig_arg); local
988 tree r = build4 (ARRAY_REF, basetype, node->simdclone->args[i].simd_array,
  /src/external/gpl3/gdb.old/dist/gdb/
c-varobj.c 641 struct type *basetype = NULL;
647 vptr_fieldno = get_vptr_fieldno (type, &basetype);
655 if ((type == basetype && i == vptr_fieldno)
725 struct type *basetype = NULL;
728 vptr_fieldno = get_vptr_fieldno (type, &basetype);
736 if ((type == basetype && type_index == vptr_fieldno)
640 struct type *basetype = NULL; local
724 struct type *basetype = NULL; local
gnu-v2-abi.c 110 /* Now context is a pointer to the basetype containing the vtbl. */
120 /* Now context is the basetype containing the vtbl. */
215 /* Try to get the vptr basetype, fieldno. */
223 /* Make sure our basetype and known type match, otherwise, cast
293 vb_match (struct type *type, int index, struct type *basetype)
324 if (fieldtype->target_type () == basetype)
327 if (basetype->name () != NULL
329 && strcmp (basetype->name (),
345 struct type *basetype = TYPE_BASECLASS (type, index);
357 if (vb_match (type, i, basetype))
344 struct type *basetype = TYPE_BASECLASS (type, index); local
    [all...]
c-typeprint.c 968 struct type *basetype;
1016 vptr_fieldno = get_vptr_fieldno (type, &basetype);
1027 if ((i == vptr_fieldno && type == basetype)
966 struct type *basetype; local
ax-gdb.c 245 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i));
247 gen_trace_static_fields (ax, basetype);
1387 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i));
1392 basetype);
242 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i)); local
1378 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i)); local
gnu-v3-abi.c 559 struct type *basetype; local
565 basetype = domain->field (i).type ();
568 if (adjustment >= pos && adjustment < pos + basetype->length ())
569 return gnuv3_find_method_in (basetype, voffset, adjustment - pos);
  /src/external/gpl3/gdb/dist/gdb/
c-varobj.c 641 struct type *basetype = NULL;
647 vptr_fieldno = get_vptr_fieldno (type, &basetype);
655 if ((type == basetype && i == vptr_fieldno)
725 struct type *basetype = NULL;
728 vptr_fieldno = get_vptr_fieldno (type, &basetype);
736 if ((type == basetype && type_index == vptr_fieldno)
640 struct type *basetype = NULL; local
724 struct type *basetype = NULL; local
gnu-v2-abi.c 110 /* Now context is a pointer to the basetype containing the vtbl. */
120 /* Now context is the basetype containing the vtbl. */
215 /* Try to get the vptr basetype, fieldno. */
223 /* Make sure our basetype and known type match, otherwise, cast
287 vb_match (struct type *type, int index, struct type *basetype)
318 if (fieldtype->target_type () == basetype)
321 if (basetype->name () != NULL
323 && strcmp (basetype->name (),
339 struct type *basetype = TYPE_BASECLASS (type, index);
351 if (vb_match (type, i, basetype))
338 struct type *basetype = TYPE_BASECLASS (type, index); local
    [all...]
c-typeprint.c 967 struct type *basetype;
1015 vptr_fieldno = get_vptr_fieldno (type, &basetype);
1026 if ((i == vptr_fieldno && type == basetype)
965 struct type *basetype; local
ax-gdb.c 245 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i));
247 gen_trace_static_fields (ax, basetype);
1386 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i));
1391 basetype);
242 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i)); local
1377 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i)); local
gnu-v3-abi.c 559 struct type *basetype; local
565 basetype = domain->field (i).type ();
568 if (adjustment >= pos && adjustment < pos + basetype->length ())
569 return gnuv3_find_method_in (basetype, voffset, adjustment - pos);
  /src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc 153 tree basetype = TREE_TYPE (base); local
155 && POINTER_TYPE_P (basetype))
157 tree ptype = TREE_TYPE (basetype);
gimple-ssa-warn-restrict.cc 296 tree basetype = TREE_TYPE (base); local
297 if (TREE_CODE (basetype) == ARRAY_TYPE)
302 else if (tree basesize = TYPE_SIZE_UNIT (basetype))
1049 tree basetype = TREE_TYPE (dstref->base);
1051 if (POINTER_TYPE_P (basetype))
1052 basetype = TREE_TYPE (basetype);
1054 while (TREE_CODE (basetype) == ARRAY_TYPE)
1055 basetype = TREE_TYPE (basetype);
    [all...]
omp-simd-clone.cc 1153 tree basetype = TREE_TYPE (node->simdclone->args[i].orig_arg); local
1155 tree r = build4 (ARRAY_REF, basetype, node->simdclone->args[i].simd_array,
tree-ssa-strlen.cc 1249 tree basetype = TREE_TYPE (base); local
1250 tree size = TYPE_SIZE_UNIT (basetype);
  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 809 int nunits = t->basetype->isTypeSArray ()->dim->toUInteger ();
957 tree basetype = (t->sym->memtype) local
1001 || !INTEGRAL_TYPE_P (basetype)
1002 || TREE_CODE (basetype) == BOOLEAN_TYPE)
1007 t->ctype = build_variant_type_copy (basetype);
1019 TREE_TYPE (t->ctype) = basetype;
1027 TYPE_MIN_VALUE (t->ctype) = TYPE_MIN_VALUE (basetype);
1028 TYPE_MAX_VALUE (t->ctype) = TYPE_MAX_VALUE (basetype);
1044 basetype);
1048 CONST_DECL, ident, basetype);
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_template.c 236 partial_offset(const char *basetype, const char *name, int need_offset, int isstruct)
241 if (asprintf(&str, "offsetof(%s%s, %s)", isstruct ? "struct " : "", basetype, name) < 0 || str == NULL)
482 template_members(struct templatehead *temp, const char *basetype, const char *name, const Type *t, int optional, int implicit, int isstruct, int need_offset)
487 errx(1, "%s...%s is optional and not a (TTag or TType)", basetype, name);
489 poffset = partial_offset(basetype, name, need_offset, isstruct);
597 fprintf(f, "static const struct asn1_template asn1_%s_%s[] = {\n", basetype, bname);
600 basetype, (unsigned long)count);
608 add_line(temp, "{ A1_OP_BMEMBER, %s, asn1_%s_%s }", poffset, basetype, bname);
626 if (asprintf(&newbasename, "%s_%s", basetype, name) < 0)
629 newbasename = strdup(basetype);
648 fprintf(get_code_file(), "\/* template_members: %s %s %s *\/\\n", basetype, implicit ? "imp" : "exp", tagimplicit ? "imp" : "exp"); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 1806 tree basetype = TREE_TYPE (expr);
1821 if (basetype == error_mark_node)
1824 if (! MAYBE_CLASS_TYPE_P (basetype))
1825 switch (TREE_CODE (basetype))
1848 if (!gnu_vector_type_p (basetype))
1854 switch (TREE_CODE (TREE_TYPE (basetype)))
1873 if (!complete_type_or_maybe_complain (basetype, expr, complain))
1875 if (!TYPE_HAS_CONVERSION (basetype))
1878 for (conv = lookup_conversions (basetype); conv; conv = TREE_CHAIN (conv))
1952 basetype);
1804 tree basetype = TREE_TYPE (expr); local
    [all...]
search.cc 2232 tree basetype = BINFO_TYPE (base_binfo);
2234 if (TYPE_POLYMORPHIC_P (basetype))
2235 found += look_for_overrides_r (basetype, fndecl);
2230 tree basetype = BINFO_TYPE (base_binfo); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 1760 tree basetype = TREE_TYPE (expr);
1775 if (basetype == error_mark_node)
1778 if (! MAYBE_CLASS_TYPE_P (basetype))
1779 switch (TREE_CODE (basetype))
1802 if (!gnu_vector_type_p (basetype))
1808 switch (TREE_CODE (TREE_TYPE (basetype)))
1827 if (!complete_type_or_maybe_complain (basetype, expr, complain))
1829 if (!TYPE_HAS_CONVERSION (basetype))
1832 for (conv = lookup_conversions (basetype); conv; conv = TREE_CHAIN (conv))
1906 basetype);
1758 tree basetype = TREE_TYPE (expr); local
    [all...]
  /src/external/bsd/tcpdump/dist/
print-snmp.c 894 SmiBasetype basetype; member in struct:smi2be
951 static int smi_check_type(SmiBasetype basetype, int be)
955 for (i = 0; smi2betab[i].basetype != SMI_BASETYPE_UNKNOWN; i++) {
956 if (smi2betab[i].basetype == basetype && smi2betab[i].be == be) {
969 switch (smiType->basetype) {
1117 if (! smi_check_type(smiType->basetype, elem->type)) {
1135 if (smiType->basetype == SMI_BASETYPE_BITS) {
1161 if (smiType->basetype == SMI_BASETYPE_ENUM) {
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 309 enum basetype enum
358 basetype base;
1020 [const] [[signed|unsigned] <basetype> | <vectype>] [*]
1022 Legal values of <basetype> are (for now):
1066 We don't currently support a <basetype> of "_Float16". "signed"
1550 diag (pos, "unhandled basetype %d.\n", typeptr->base);
1610 diag (pos, "unhandled basetype %d.\n", typeptr->base);

Completed in 58 milliseconds

1 2 3