Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp287 auto StdExtsEnd = StdExts.end(); in getRISCVTargetFeatures() local
293 while (StdExtsItr != StdExtsEnd && *StdExtsItr != c) in getRISCVTargetFeatures()
296 if (StdExtsItr == StdExtsEnd) { in getRISCVTargetFeatures()