Searched refs:getOpenCLOptions (Results 1 – 20 of 20) sorted by relevance
297 getOpenCLOptions().addSupport( in Initialize()299 getOpenCLOptions().enableSupportedCore(getLangOpts()); in Initialize()2473 if (!getOpenCLOptions().isEnabled(I)) in isOpenCLDisabledDecl()2489 if (I != CurrOpenCLExtension && !getOpenCLOptions().isEnabled(I)) { in checkOpenCLDisabledTypeOrDecl()
627 !S.getOpenCLOptions().isEnabled("cl_clang_storage_class_specifiers")) { in SetStorageClassSpec()
2920 !Self.getOpenCLOptions().isEnabled("cl_khr_fp16")) { in CheckCStyleCast()
660 if (getLangOpts().OpenCL && !getOpenCLOptions().isEnabled("cl_khr_fp16") && in DefaultLvalueConversion()832 !getOpenCLOptions().isEnabled("cl_khr_fp64")) { in DefaultArgumentPromotion()3823 if (getOpenCLOptions().isEnabled("cl_khr_fp16")) in ActOnNumericConstant()3848 !getOpenCLOptions().isEnabled("cl_khr_fp64")) { in ActOnNumericConstant()12898 if (getLangOpts().OpenCL && !getOpenCLOptions().isEnabled("cl_khr_fp16") && in CheckAssignmentOperands()
4996 if (!S.getOpenCLOptions().isEnabled("cl_khr_fp16")) { in GetFullTypeForDeclarator()5215 if (!S.getOpenCLOptions().isEnabled("cl_khr_fp16")) { in GetFullTypeForDeclarator()
5551 if (S.getOpenCLOptions().isEnabled( in TryOCLZeroOpaqueTypeInitialization()8727 !S.getOpenCLOptions().isEnabled( in Perform()
6760 if (!Se.getOpenCLOptions().isEnabled("cl_khr_fp16")) { in diagnoseOpenCLTypes()7869 !getOpenCLOptions().isEnabled("cl_clang_storage_class_specifiers") && in CheckVariableDeclarationType()8641 if (!S.getOpenCLOptions().isEnabled("cl_khr_fp16") && PT->isHalfType()) in getOpenCLKernelParameterType()
839 if (!S.getOpenCLOptions().isEnabled("cl_khr_subgroups")) { in checkOpenCLSubgroupExt()
1417 S.getOpenCLOptions().cl_khr_fp64)) { in ConvertDeclSpecToType()1481 if (!S.getOpenCLOptions().cl_khr_int64_base_atomics && !NoExtTypes) { in ConvertDeclSpecToType()1486 if (!S.getOpenCLOptions().cl_khr_int64_extended_atomics && in ConvertDeclSpecToType()1492 if (!S.getOpenCLOptions().cl_khr_fp64 && in ConvertDeclSpecToType()1498 } else if (!S.getOpenCLOptions().cl_khr_gl_msaa_sharing && in ConvertDeclSpecToType()4035 if (!S.getOpenCLOptions().cl_khr_fp16) { in GetFullTypeForDeclarator()4242 if (!S.getOpenCLOptions().cl_khr_fp16) { in GetFullTypeForDeclarator()
514 !S.getOpenCLOptions().cl_clang_storage_class_specifiers) { in SetStorageClassSpec()
217 getOpenCLOptions().Ext = 1; in Initialize()
2519 if (Self.getLangOpts().OpenCL && !Self.getOpenCLOptions().cl_khr_fp16) { in CheckCStyleCast()
663 if (getLangOpts().OpenCL && !getOpenCLOptions().cl_khr_fp16 && in DefaultLvalueConversion()3364 if (getOpenCLOptions().cl_khr_fp16) in ActOnNumericConstant()3386 getOpenCLOptions().cl_khr_fp64)) { in ActOnNumericConstant()
5893 if (!getOpenCLOptions().cl_khr_fp16) { in ActOnVariableDeclarator()6793 !getOpenCLOptions().cl_clang_storage_class_specifiers && in CheckVariableDeclarationType()
470 OpenCLOptions &f = Actions.getOpenCLOptions(); in HandlePragmaOpenCLExtension()
768 auto &Opt = Actions.getOpenCLOptions(); in HandlePragmaOpenCLExtension()
3831 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()
3972 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()
1062 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions() function
1420 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions() function