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

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-driver.cc 116 int switch_idx = M_OPTION_NOT_SEEN; local
119 switch_idx, argv[0])
121 if (switch_idx != M_OPTION_NOT_SEEN)
122 opt_switches |= loongarch_switch_mask[switch_idx];

Completed in 21 milliseconds