Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReader.cpp294 SmallVector<StringRef, 4> UnmatchedExistingFeatures, UnmatchedReadFeatures; in checkTargetOptions() local
297 ReadFeatures.end(), std::back_inserter(UnmatchedExistingFeatures)); in checkTargetOptions()
311 for (StringRef Feature : UnmatchedExistingFeatures) in checkTargetOptions()
316 return !UnmatchedReadFeatures.empty() || !UnmatchedExistingFeatures.empty(); in checkTargetOptions()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp411 SmallVector<StringRef, 4> UnmatchedExistingFeatures, UnmatchedReadFeatures; in checkTargetOptions() local
414 ReadFeatures.end(), std::back_inserter(UnmatchedExistingFeatures)); in checkTargetOptions()
428 for (StringRef Feature : UnmatchedExistingFeatures) in checkTargetOptions()
433 return !UnmatchedReadFeatures.empty() || !UnmatchedExistingFeatures.empty(); in checkTargetOptions()