Home
last modified time | relevance | path

Searched refs:declared_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c4976 tree declared_type = NULL_TREE; in check_tag_decl() local
4996 declared_type = declspecs->type; in check_tag_decl()
5000 if (type_uses_auto (declared_type)) in check_tag_decl()
5008 if (declared_type && !OVERLOAD_TYPE_P (declared_type)) in check_tag_decl()
5009 declared_type = NULL_TREE; in check_tag_decl()
5011 if (!declared_type && !saw_friend && !error_p) in check_tag_decl()
5014 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type)) in check_tag_decl()
5015 && TYPE_UNNAMED_P (declared_type)) in check_tag_decl()
5040 SET_ANON_AGGR_TYPE_P (declared_type); in check_tag_decl()
5042 if (TREE_CODE (declared_type) != UNION_TYPE) in check_tag_decl()
[all …]
H A Dtypeck.c6674 tree declared_type = unlowered_expr_type (arg); in cp_build_unary_op() local
6763 if (TREE_CODE (declared_type) == BOOLEAN_TYPE) in cp_build_unary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc5306 tree declared_type = NULL_TREE; in check_tag_decl() local
5326 declared_type = declspecs->type; in check_tag_decl()
5330 if (type_uses_auto (declared_type)) in check_tag_decl()
5338 if (declared_type && !OVERLOAD_TYPE_P (declared_type)) in check_tag_decl()
5339 declared_type = NULL_TREE; in check_tag_decl()
5341 if (!declared_type && !saw_friend && !error_p) in check_tag_decl()
5344 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type)) in check_tag_decl()
5345 && TYPE_UNNAMED_P (declared_type)) in check_tag_decl()
5370 SET_ANON_AGGR_TYPE_P (declared_type); in check_tag_decl()
5372 if (TREE_CODE (declared_type) != UNION_TYPE) in check_tag_decl()
[all …]
H A Dtypeck.cc7189 tree declared_type = unlowered_expr_type (arg); in cp_build_unary_op() local
7278 if (TREE_CODE (declared_type) == BOOLEAN_TYPE) in cp_build_unary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc20626 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local
20628 machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c20001 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local
20003 machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201010517 (struct cplus_struct_type) <declared_type>: Remove.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201010517 (struct cplus_struct_type) <declared_type>: Remove.