Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenCLOptions.cpp46 bool OpenCLOptions::isSupportedCore(llvm::StringRef Ext, in isSupportedCore() function in clang::OpenCLOptions
62 return isSupportedCore(Ext, LO) || isSupportedOptionalCore(Ext, LO); in isSupportedCoreOrOptionalCore()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenCLOptions.h129 bool isSupportedCore(llvm::StringRef Ext, const LangOptions &LO) const;