Home
last modified time | relevance | path

Searched refs:StdExtsEnd (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp362 auto StdExtsEnd = StdExts.end(); in getArchFeatures() local
368 while (StdExtsItr != StdExtsEnd && *StdExtsItr != c) in getArchFeatures()
371 if (StdExtsItr == StdExtsEnd) { in getArchFeatures()