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

  /src/external/gpl3/gcc/dist/gcc/
gengtype-parse.cc 1124 options_p opts, opts2, dopts;
1136 ty = type (&opts2, true); /* if we get here, it's got a GTY(()) */
1139 if ((opts && dopts) || (opts && opts2) || (opts2 && dopts))
1141 else if (opts2)
1142 opts = opts2;
1120 options_p opts, opts2, dopts; local
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-parse.cc 1117 options_p opts, opts2, dopts;
1129 ty = type (&opts2, true); /* if we get here, it's got a GTY(()) */
1132 if ((opts && dopts) || (opts && opts2) || (opts2 && dopts))
1134 else if (opts2)
1135 opts = opts2;
1113 options_p opts, opts2, dopts; local

Completed in 34 milliseconds