Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp259 getOpenCLOptions().addSupport( in Initialize()
261 getOpenCLOptions().enableSupportedCore(getLangOpts()); in Initialize()
1957 if (!getOpenCLOptions().isEnabled(I)) in isOpenCLDisabledDecl()
1973 if (I != CurrOpenCLExtension && !getOpenCLOptions().isEnabled(I)) { in checkOpenCLDisabledTypeOrDecl()
H A DDeclSpec.cpp593 !S.getOpenCLOptions().isEnabled("cl_clang_storage_class_specifiers")) { in SetStorageClassSpec()
H A DSemaCast.cpp2647 !Self.getOpenCLOptions().isEnabled("cl_khr_fp16")) { in CheckCStyleCast()
H A DSemaExpr.cpp586 if (getLangOpts().OpenCL && !getOpenCLOptions().isEnabled("cl_khr_fp16") && in DefaultLvalueConversion()
749 !getOpenCLOptions().isEnabled("cl_khr_fp64")) { in DefaultArgumentPromotion()
3431 if (getOpenCLOptions().isEnabled("cl_khr_fp16")) in ActOnNumericConstant()
3457 !getOpenCLOptions().isEnabled("cl_khr_fp64")) { in ActOnNumericConstant()
11370 if (getLangOpts().OpenCL && !getOpenCLOptions().isEnabled("cl_khr_fp16") && in CheckAssignmentOperands()
H A DSemaType.cpp4539 if (!S.getOpenCLOptions().isEnabled("cl_khr_fp16")) { in GetFullTypeForDeclarator()
4751 if (!S.getOpenCLOptions().isEnabled("cl_khr_fp16")) { in GetFullTypeForDeclarator()
H A DSemaInit.cpp5301 if (S.getOpenCLOptions().isEnabled( in TryOCLZeroOpaqueTypeInitialization()
8090 !S.getOpenCLOptions().isEnabled( in Perform()
H A DSemaDecl.cpp6318 if (!getOpenCLOptions().isEnabled("cl_khr_fp16")) { in ActOnVariableDeclarator()
7321 !getOpenCLOptions().isEnabled("cl_clang_storage_class_specifiers") && in CheckVariableDeclarationType()
8088 if (!S.getOpenCLOptions().isEnabled("cl_khr_fp16") && PT->isHalfType()) in getOpenCLKernelParameterType()
H A DSemaChecking.cpp405 if (!S.getOpenCLOptions().isEnabled("cl_khr_subgroups")) { in checkOpenCLSubgroupExt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp688 auto &Opt = Actions.getOpenCLOptions(); in HandlePragmaOpenCLExtension()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4264 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1232 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions() function