Searched refs:type_or_decl (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-aux-info.c | 61 char *const type_or_decl = ASTRDUP (param); in affix_data_type() local 62 char *p = type_or_decl; in affix_data_type() 86 if (p == type_or_decl) in affix_data_type() 87 return concat (data_type, " ", type_or_decl, NULL); in affix_data_type() 91 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL); in affix_data_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-aux-info.cc | 61 char *const type_or_decl = ASTRDUP (param); in affix_data_type() local 62 char *p = type_or_decl; in affix_data_type() 86 if (p == type_or_decl) in affix_data_type() 87 return concat (data_type, " ", type_or_decl, NULL); in affix_data_type() 91 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL); in affix_data_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | function.c | 963 assign_temp (tree type_or_decl, int memory_required, in assign_temp() argument 972 if (DECL_P (type_or_decl)) in assign_temp() 973 decl = type_or_decl, type = TREE_TYPE (decl); in assign_temp() 975 decl = NULL, type = type_or_decl; in assign_temp()
|