Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2342 SmallVector<StringRef, 1> OrFeatures; in hasRequiredFeatures() local
2343 Feature.split(OrFeatures, '|'); in hasRequiredFeatures()
2344 return llvm::any_of(OrFeatures, [&](StringRef Feature) { in hasRequiredFeatures()