Searched refs:type_decl (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Ddebug.h98 void (* type_decl) (tree decl, int local); member in struct:gcc_debug_hooks
H A Dflags.h74 extern bool should_emit_struct_debug (tree type_decl, enum debug_info_usage);
H A Dopts.c280 tree type_decl = TYPE_STUB_DECL (type); local
281 tree t = type_decl;
290 DECL_IN_SYSTEM_HEADER (type_decl) ? "sys" : "usr",
296 (void*) type_decl, name);
314 tree type_decl; local
327 type_decl = TYPE_STUB_DECL (type);
329 if (criterion == DINFO_STRUCT_FILE_SYS && DECL_IN_SYSTEM_HEADER (type_decl))
332 if (matches_main_base (DECL_SOURCE_FILE (type_decl)))
H A Dpasses.c183 debug_hooks->type_decl (decl, !top_level);
203 debug_hooks->type_decl (TYPE_STUB_DECL (type), !toplev);
H A Dc-decl.c7676 if (debug_hooks->type_decl)
7677 debug_hooks->type_decl (decl, false);
H A Dtree.h3292 struct tree_type_decl GTY ((tag ("TS_TYPE_DECL"))) type_decl;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dcgram.y206 %type <y_sym> type_decl
377 | declspecs deftyp type_decl {
702 type_decl {
705 | type_decl T_COLON constant {
828 type_decl opt_asm_or_symbolrename {
832 | type_decl opt_asm_or_symbolrename {
852 | T_LPARN type_decl T_RPARN {
868 type_decl: label
881 | T_LPARN type_decl T_RPARN {
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c2483 /* This routine checks that type_decl is a class or class object followed by a '.'
3670 tree type_decl;
3750 type_decl = NULL_TREE;
3754 type_decl = cp_parser_class_name (parser,
3771 type_decl
3789 type_decl
3806 type_decl
3819 if (type_decl == error_mark_node && scope)
3821 else if (type_decl == error_mark_node)
3825 if (declarator_p && scope && !check_dtor_name (scope, type_decl))
3668 tree type_decl; local
10477 tree type_decl; local
15917 tree type_decl = NULL_TREE; local
17544 cp_parser_objc_reference_expression(cp_parser* parser, tree type_decl) argument
[all...]
H A Dpt.c4623 tree type_decl; local
4821 type_decl = create_implicit_typedef (DECL_NAME (template), t);
4822 DECL_CONTEXT (type_decl) = TYPE_CONTEXT (t);
4823 TYPE_STUB_DECL (t) = type_decl;
4824 DECL_SOURCE_LOCATION (type_decl)
4828 type_decl = TYPE_NAME (t);
4830 TREE_PRIVATE (type_decl)
4832 TREE_PROTECTED (type_decl)
4834 DECL_IN_SYSTEM_HEADER (type_decl)
4838 DECL_VISIBILITY_SPECIFIED (type_decl)
[all...]
H A Ddecl.c3038 debug_hooks->type_decl (tdecl, 0);
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c7861 tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl;
7865 type_decl =
7885 TREE_CHAIN (record) = type_decl;
7886 TYPE_NAME (record) = type_decl;
7860 tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl; local
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c4408 tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl;
4415 type_decl = build_decl (TYPE_DECL, get_identifier ("__va_list_tag"), record);
4434 TREE_CHAIN (record) = type_decl;
4435 TYPE_NAME (record) = type_decl;
4399 tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c5804 tree f_gpr, f_fpr, f_res, f_ovf, f_sav, record, type_decl;
5812 type_decl = build_decl (TYPE_DECL, get_identifier ("__va_list_tag"), record);
5836 TREE_CHAIN (record) = type_decl;
5837 TYPE_NAME (record) = type_decl;
5788 tree f_gpr, f_fpr, f_res, f_ovf, f_sav, record, type_decl; local

Completed in 605 milliseconds