OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026