Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp421 SmallVector<StringRef, 4> UnmatchedExistingFeatures, UnmatchedReadFeatures; in checkTargetOptions() local
427 std::back_inserter(UnmatchedReadFeatures)); in checkTargetOptions()
431 if (AllowCompatibleDifferences && UnmatchedReadFeatures.empty()) in checkTargetOptions()
435 for (StringRef Feature : UnmatchedReadFeatures) in checkTargetOptions()
443 return !UnmatchedReadFeatures.empty() || !UnmatchedExistingFeatures.empty(); in checkTargetOptions()