Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp62 bool OpenCLOptions::isSupportedCoreOrOptionalCore(llvm::StringRef Ext, in isSupportedCoreOrOptionalCore() function in clang::OpenCLOptions
72 !isSupportedCoreOrOptionalCore(Ext, LO); in isSupportedExtension()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h157 bool isSupportedCoreOrOptionalCore(llvm::StringRef Ext,
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp802 else if (Opt.isSupportedCoreOrOptionalCore(Name, getLangOpts())) in HandlePragmaOpenCLExtension()