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

  /src/external/gpl3/gcc.old/dist/gcc/common/config/riscv/
riscv-common.cc 267 const char *ext_pos = strchr (all_ext, ext); local
268 if (ext_pos == NULL)
273 rank = (int)(ext_pos - all_ext) + 2 /* e and i has higher rank. */;
  /src/external/gpl3/gcc/dist/gcc/common/config/riscv/
riscv-common.cc 535 const char *ext_pos = strchr (all_ext, ext); local
536 if (ext_pos == NULL)
541 rank = (int)(ext_pos - all_ext) + 2 /* e and i has higher rank. */;

Completed in 134 milliseconds