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

  /src/external/gpl3/gcc/dist/gcc/
optinfo-emit-json.cc 256 json::array *optgroups = new json::array (); local
257 obj->set ("optgroups", optgroups);
262 optgroups->append (new json::string (optgroup->name));
  /src/external/gpl3/gcc.old/dist/gcc/
optinfo-emit-json.cc 257 json::array *optgroups = new json::array (); local
258 obj->set ("optgroups", optgroups);
263 optgroups->append (new json::string (optgroup->name));

Completed in 49 milliseconds