Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp415 SmallVector<StringRef, 4> UnmatchedExistingFeatures, UnmatchedReadFeatures; in checkTargetOptions() local
418 ReadFeatures.end(), std::back_inserter(UnmatchedExistingFeatures)); in checkTargetOptions()
432 for (StringRef Feature : UnmatchedExistingFeatures) in checkTargetOptions()
437 return !UnmatchedReadFeatures.empty() || !UnmatchedExistingFeatures.empty(); in checkTargetOptions()