Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree.c1168 TREE_TYPE (t) = type ? type : build_complex_type (TREE_TYPE (real)); in build_complex()
5414 build_complex_type (tree component_type) in build_complex_type() function
H A Dc-decl.c8901 specs->type = build_complex_type (specs->type); in finish_declspecs()
8927 specs->type = build_complex_type (specs->type); in finish_declspecs()
H A Dtree.h3690 extern tree build_complex_type (tree);
H A Dc-common.c1816 return build_complex_type (inner_type); in c_common_type_for_mode()
H A Dc-typeck.c671 return build_complex_type (subtype); in c_common_type()
H A DChangeLog-19994322 * tree.c (build_complex_type): Likewise.
6766 * tree.c (build_complex_type): If we are writing dwarf2 output,
H A DChangeLog-200024790 build_method_type, build_offset_type, build_complex_type): Likewise.
26993 (build_complex_type): Likewise.
H A DChangeLog-19983444 (build_complex_type): Use set_type_quals.
H A DChangeLog-200437878 (build_complex_type): Properly qualify resulting type.
39181 (build_offset_type, build_complex_type): Likewise.
H A DChangeLog-20013388 * tree.c: (build_complex_type): Test for VMS_AND_DWARF2_DEBUG.
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c286 return build_type_attribute_variant (build_complex_type (subtype), in type_after_usual_arithmetic_conversions()
H A Ddecl.c7917 type = build_complex_type (type); in grokdeclarator()