Searched refs:getOpenCLOptions (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp294 getOpenCLOptions().addSupport(
296 getOpenCLOptions().enableSupportedCore(getLangOpts());
2420 if (!getOpenCLOptions().isEnabled(I))
2436 if (I != CurrOpenCLExtension && !getOpenCLOptions().isEnabled(I)) {
H A DDeclSpec.cpp614 !S.getOpenCLOptions().isEnabled("cl_clang_storage_class_specifiers")) {
H A DSemaCast.cpp2879 !Self.getOpenCLOptions().isEnabled("cl_khr_fp16")) {
H A DSemaExpr.cpp643 if (getLangOpts().OpenCL && !getOpenCLOptions().isEnabled("cl_khr_fp16") &&
814 !getOpenCLOptions().isEnabled("cl_khr_fp64")) {
3786 if (getOpenCLOptions().isEnabled("cl_khr_fp16"))
3812 !getOpenCLOptions().isEnabled("cl_khr_fp64")) {
12744 if (getLangOpts().OpenCL && !getOpenCLOptions().isEnabled("cl_khr_fp16") &&
H A DSemaInit.cpp5535 if (S.getOpenCLOptions().isEnabled(
8601 !S.getOpenCLOptions().isEnabled(
H A DSemaType.cpp4921 if (!S.getOpenCLOptions().isEnabled("cl_khr_fp16")) {
5139 if (!S.getOpenCLOptions().isEnabled("cl_khr_fp16")) {
H A DSemaDecl.cpp6719 if (!Se.getOpenCLOptions().isEnabled("cl_khr_fp16")) {
7818 !getOpenCLOptions().isEnabled("cl_clang_storage_class_specifiers") &&
8592 if (!S.getOpenCLOptions().isEnabled("cl_khr_fp16") && PT->isHalfType())
H A DSemaChecking.cpp839 if (!S.getOpenCLOptions().isEnabled("cl_khr_subgroups")) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp744 auto &Opt = Actions.getOpenCLOptions();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3971 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1431 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } function in class:clang::final

Completed in 582 milliseconds