Searched refs:build_complex_type (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-dce.c1272 tree ctype = build_complex_type (type);
H A Dtree.c1963 TREE_TYPE (t) = type ? type : build_complex_type (TREE_TYPE (real));
8401 build_complex_type (tree component_type)
8428 = build_complex_type (TYPE_CANONICAL (component_type));
9930 complex_integer_type_node = build_complex_type (integer_type_node);
9931 complex_float_type_node = build_complex_type (float_type_node);
9932 complex_double_type_node = build_complex_type (double_type_node);
9933 complex_long_double_type_node = build_complex_type (long_double_type_node);
8378 build_complex_type (tree component_type) function
H A Dstor-layout.c509 return build_complex_type (inner_type);
H A Dbuiltins.c2664 tree ctype = build_complex_type (type);
2704 return expand_expr (build2 (COMPLEX_EXPR, build_complex_type (type),
9972 tree ctype = build_complex_type (type);
12097 return build_complex (build_complex_type (type),
H A Dgimple-fold.c3331 tree ctype = build_complex_type (TREE_TYPE (result));
H A Dtree.h3833 extern tree build_complex_type (tree);
/haiku-buildtools/gcc/libcc1/
H A Dplugin.cc782 return convert_out (ctx->preserve (build_complex_type (convert_in (base_type))));
/haiku-buildtools/gcc/gcc/lto/
H A Dlto-lang.c959 return build_complex_type (inner_type);
/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.h1488 extern tree build_complex_type PROTO((tree));
H A Dtree.c1584 TREE_TYPE (t) = type ? type : build_complex_type (TREE_TYPE (real));
4505 build_complex_type (component_type)
4479 build_complex_type (component_type) function
H A Dc-decl.c4713 type = build_complex_type (type);
H A Dc-typeck.c230 return build_type_attribute_variant (build_complex_type (subtype),
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc766 type = build_complex_type(type);
1356 build_complex_type(TREE_TYPE(real_tree)),
/haiku-buildtools/gcc/gcc/c/
H A Dc-decl.c10566 specs->type = build_complex_type (specs->type);
10579 specs->type = build_complex_type (specs->type);
10605 specs->type = build_complex_type (specs->type);
H A Dc-parser.c7567 build_complex_type
H A Dc-typeck.c809 return build_complex_type (subtype);
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Ddecl.c2887 = build_complex_type
8790 return build_complex_type (nt);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck.c504 return build_type_attribute_variant (build_complex_type (subtype),
H A Ddecl.c10072 type = build_complex_type (type);
/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck.c325 return build_type_attribute_variant (build_complex_type (subtype),
H A Ddecl.c9523 type = build_complex_type (type);
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c3689 return build_complex_type (inner_type);

Completed in 680 milliseconds