Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenCLOptions.cpp13 bool OpenCLOptions::isKnown(llvm::StringRef Ext) const { in isKnown()
17 bool OpenCLOptions::isAvailableOption(llvm::StringRef Ext, in isAvailableOption()
29 bool OpenCLOptions::isEnabled(llvm::StringRef Ext) const { in isEnabled()
34 bool OpenCLOptions::isWithPragma(llvm::StringRef Ext) const { in isWithPragma()
39 bool OpenCLOptions::isSupported(llvm::StringRef Ext, in isSupported()
46 bool OpenCLOptions::isSupportedCore(llvm::StringRef Ext, in isSupportedCore()
53 bool OpenCLOptions::isSupportedOptionalCore(llvm::StringRef Ext, in isSupportedOptionalCore()
60 bool OpenCLOptions::isSupportedCoreOrOptionalCore(llvm::StringRef Ext, in isSupportedCoreOrOptionalCore()
65 bool OpenCLOptions::isSupportedExtension(llvm::StringRef Ext, in isSupportedExtension()
73 void OpenCLOptions::enable(llvm::StringRef Ext, bool V) { in enable()
[all …]
H A DCMakeLists.txt57 OpenCLOptions.cpp
H A DTargets.cpp736 if (OpenCLOptions::isOpenCLOptionCoreIn(Opts, OptArgs...) && in validateOpenCLTarget()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenCLOptions.h66 class OpenCLOptions {
157 OpenCLOptions();
/netbsd-src/external/apache2/llvm/lib/libclangBasic/
H A DMakefile27 OpenCLOptions.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Basic/
H A DBUILD.gn74 "OpenCLOptions.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp623 OpenCLOptions::isOpenCLOptionAvailableIn(Opts, OptArgs...)) in InitializeOpenCLFeatureTestMacros()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h890 OpenCLOptions OpenCLExtensions;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h403 OpenCLOptions OpenCLFeatures;
1535 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp3954 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()