Searched refs:type_or_decl (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-aux-info.c69 char *const type_or_decl = ASTRDUP (param);
70 char *p = type_or_decl;
94 if (p == type_or_decl)
95 return concat (data_type, " ", type_or_decl, NULL);
99 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
68 char *const type_or_decl = ASTRDUP (param); local
H A Dfunction.c810 assign_temp (tree type_or_decl, int keep, int memory_required,
819 if (DECL_P (type_or_decl))
820 decl = type_or_decl, type = TREE_TYPE (decl);
822 decl = NULL, type = type_or_decl;
803 assign_temp(tree type_or_decl, int keep, int memory_required, int dont_promote ATTRIBUTE_UNUSED) argument

Completed in 98 milliseconds