Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp407 SmallVector<StringRef, 4> UnmatchedExistingFeatures, UnmatchedReadFeatures; in checkTargetOptions() local
410 ReadFeatures.end(), std::back_inserter(UnmatchedExistingFeatures)); in checkTargetOptions()
424 for (StringRef Feature : UnmatchedExistingFeatures) in checkTargetOptions()
429 return !UnmatchedReadFeatures.empty() || !UnmatchedExistingFeatures.empty(); in checkTargetOptions()