HomeSort by: relevance | last modified time | path
    Searched defs:type_or_decl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-aux-info.cc 62 char *const type_or_decl = ASTRDUP (param);
63 char *p = type_or_decl;
87 if (p == type_or_decl)
88 return concat (data_type, " ", type_or_decl, NULL);
92 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
61 char *const type_or_decl = ASTRDUP (param); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-aux-info.cc 62 char *const type_or_decl = ASTRDUP (param);
63 char *p = type_or_decl;
87 if (p == type_or_decl)
88 return concat (data_type, " ", type_or_decl, NULL);
92 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
61 char *const type_or_decl = ASTRDUP (param); local

Completed in 46 milliseconds