Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4215 for (auto &CurFeat : VerFeats) in emitMultiVersionFunctions() local
4216 Feature.push_back(CurFeat.trim()); in emitMultiVersionFunctions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3606 for (auto &CurFeat : CurFeatures) { in checkTargetClonesAttrString() local
3609 Res.append(CurFeat); in checkTargetClonesAttrString()