Searched refs:compiler_opts (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dmain.cpp42 const struct option compiler_opts[] = { variable in typeref:typename:const struct option[]
66 for (const struct option *o = compiler_opts; o->name != 0; ++o) {
82 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dmain.cpp42 const struct option compiler_opts[] = { variable in typeref:typename:const struct option[]
65 for (const struct option *o = compiler_opts; o->name != 0; ++o) {
81 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) {

Completed in 6 milliseconds