Home
last modified time | relevance | path

Searched refs:build_complex_type (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.c561 TREE_TYPE (t) = type ? type : build_complex_type (TREE_TYPE (real));
3839 build_complex_type (component_type) in build_complex_type() function
H A Dtree.h2275 extern tree build_complex_type PARAMS ((tree));
H A Dc-decl.c3836 type = build_complex_type (type);
H A Dc-typeck.c262 return build_type_attribute_variant (build_complex_type (subtype),
H A DChangeLog.24322 * tree.c (build_complex_type): Likewise.
6766 * tree.c (build_complex_type): If we are writing dwarf2 output,
H A DChangeLog.39524 build_method_type, build_offset_type, build_complex_type): Likewise.
11727 (build_complex_type): Likewise.
H A DChangeLog.110763 (build_complex_type): Use set_type_quals.
H A DChangeLog.63388 * tree.c: (build_complex_type): Test for VMS_AND_DWARF2_DEBUG.
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c7785 specs->type = build_complex_type (specs->type); in finish_declspecs()
7811 specs->type = build_complex_type (specs->type); in finish_declspecs()
H A Dtree.c1160 TREE_TYPE (t) = type ? type : build_complex_type (TREE_TYPE (real)); in build_complex()
5383 build_complex_type (tree component_type) in build_complex_type() function
H A Dtree.h3608 extern tree build_complex_type (tree);
H A Dc-common.c1737 return build_complex_type (inner_type); in c_common_type_for_mode()
H A Dc-parser.c5442 expr.value = build2 (COMPLEX_EXPR, build_complex_type ( in c_parser_postfix_expression()
H A Dc-typeck.c658 return build_complex_type (subtype); in c_common_type()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c367 return build_type_attribute_variant (build_complex_type (subtype),
H A Ddecl.c11229 type = build_complex_type (type);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c285 return build_type_attribute_variant (build_complex_type (subtype), in type_after_usual_arithmetic_conversions()
H A Ddecl.c7441 type = build_complex_type (type); in grokdeclarator()