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

  /src/external/gpl3/gcc/dist/gcc/common/config/riscv/
riscv-common.cc 1875 prefixed_with (const std::string &str, const char *prefix) function
1901 if (prefixed_with (*itr, "march="))
1903 else if (prefixed_with (*itr, "mabi="))
1971 if (prefixed_with (*itr, "march=") || prefixed_with (*itr, "mabi="))
2161 && !prefixed_with (option_cond, "!march=")
2162 && !prefixed_with (option_cond, "!mabi="))

Completed in 23 milliseconds