Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h202 static bool diagnoseUnsupportedFeatureDependencies(const TargetInfo &TI,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp122 bool OpenCLOptions::diagnoseUnsupportedFeatureDependencies( in diagnoseUnsupportedFeatureDependencies() function in clang::OpenCLOptions
H A DTargets.cpp870 return OpenCLOptions::diagnoseUnsupportedFeatureDependencies(*this, Diags) && in validateOpenCLTarget()