Home
last modified time | relevance | path

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

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