HomeSort by: relevance | last modified time | path
    Searched refs:d_int_type (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 1471 return unsignedp ? d_uint_type : d_int_type;
1491 if (mode == TYPE_MODE (build_pointer_type (d_int_type)))
1492 return build_pointer_type (d_int_type);
1544 if (bits <= TYPE_PRECISION (d_int_type))
1545 return unsignedp ? d_uint_type : d_int_type;
1602 return d_int_type;
1609 return d_int_type;
1614 if (TYPE_PRECISION (type) < TYPE_PRECISION (d_int_type))
1615 return d_int_type;
types.cc 61 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_int_type))
62 return unsignedp ? d_uint_type : d_int_type;
289 if (width == TYPE_PRECISION (d_int_type))
290 return unsignedp ? d_uint_type : d_int_type;
735 case TY::Tint32: t->ctype = d_int_type; break;
d-tree.h 446 #define d_int_type d_global_trees[DTI_INT_TYPE] macro
526 extern tree build_integer_cst (dinteger_t, tree = d_int_type);
d-builtins.cc 830 d_int_type = make_signed_type (32);
889 TREE_TYPE (vfunc_type) = d_int_type;
d-attribs.cc 1318 if (TREE_VALUE (next) != TYPE_MIN_VALUE (d_int_type))
decl.cc 1444 newfntype = build_function_type (d_int_type, TYPE_ARG_TYPES (fntype));
  /src/external/gpl3/gdb.old/dist/gdb/
cp-name-parser.y 114 struct demangle_component *d_int_type (int flags);
138 /* Flags passed to d_int_type. */
691 { $$ = state->d_int_type ($1); }
1207 cpname_state::d_int_type (int flags)
  /src/external/gpl3/gdb/dist/gdb/
cp-name-parser.y 130 struct demangle_component *d_int_type (int flags);
154 /* Flags passed to d_int_type. */
733 { $$ = state->d_int_type ($1); }
1249 cpname_state::d_int_type (int flags)

Completed in 27 milliseconds