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

  /src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc 256 ptr_type_node, d_uint_type, ptr_type_node,
913 this->layout_field (build_integer_cst (flags, d_uint_type));
968 this->layout_field (build_integer_cst (flags, d_uint_type));
1095 this->layout_field (build_integer_cst (m_flags, d_uint_type));
1109 this->layout_field (build_integer_cst (ti->alignsize (), d_uint_type));
1636 d_uint_type, ptr_type_node,
1637 ptr_type_node, d_uint_type,
modules.cc 225 tree fields = create_field_decl (d_uint_type, NULL, 1, 1);
226 DECL_CHAIN (fields) = create_field_decl (d_uint_type, NULL, 1, 1);
616 build_integer_cst (flags, d_uint_type));
619 build_integer_cst (0, d_uint_type));
types.cc 62 return unsignedp ? d_uint_type : d_int_type;
290 return unsignedp ? d_uint_type : d_int_type;
736 case TY::Tuns32: t->ctype = d_uint_type; break;
d-lang.cc 1471 return unsignedp ? d_uint_type : d_int_type;
1545 return unsignedp ? d_uint_type : d_int_type;
1612 return d_uint_type;
d-tree.h 447 #define d_uint_type d_global_trees[DTI_UINT_TYPE] macro
d-builtins.cc 831 d_uint_type = make_unsigned_type (32);

Completed in 80 milliseconds