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

  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 3040 tree first_parm_type; local
3070 for (first_parm_type = parm_types;
3080 if (parm_types == first_parm_type)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 2819 tree first_parm_type; local
2849 for (first_parm_type = parm_types;
2859 if (parm_types == first_parm_type)
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 23194 tree first_parm_type;
23205 first_parm_type = TYPE_ARG_TYPES (function_or_method_type);
23209 for (link = first_parm_type; link; )
23222 && link == first_parm_type)
23178 tree first_parm_type; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 23078 tree first_parm_type;
23089 first_parm_type = TYPE_ARG_TYPES (function_or_method_type);
23093 for (link = first_parm_type; link; )
23106 && link == first_parm_type)
23062 tree first_parm_type; local

Completed in 75 milliseconds