Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DOpenCLOptions.h203 static bool diagnoseUnsupportedFeatureDependencies(const TargetInfo &TI,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DOpenCLOptions.cpp109 bool OpenCLOptions::diagnoseUnsupportedFeatureDependencies( in diagnoseUnsupportedFeatureDependencies() function in clang::OpenCLOptions
DTargets.cpp751 return OpenCLOptions::diagnoseUnsupportedFeatureDependencies(*this, Diags) && in validateOpenCLTarget()