Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp300 getOpenCLOptions().addSupport( in Initialize()
347 if (getOpenCLOptions().isSupported("cl_khr_int64_base_atomics", in Initialize()
349 getOpenCLOptions().isSupported("cl_khr_int64_extended_atomics", in Initialize()
351 if (getOpenCLOptions().isSupported("cl_khr_fp64", getLangOpts())) { in Initialize()
370 if (getOpenCLOptions().isSupported(#Ext, getLangOpts())) { \ in Initialize()
H A DSemaType.cpp1528 if (!S.getOpenCLOptions().isSupported("cl_khr_fp64", S.getLangOpts())) in ConvertDeclSpecToType()
1532 else if (!S.getOpenCLOptions().isAvailableOption("cl_khr_fp64", S.getLangOpts())) in ConvertDeclSpecToType()
1725 !S.getOpenCLOptions().isSupported("cl_khr_3d_image_writes", S.getLangOpts())) { in ConvertDeclSpecToType()
2093 !getOpenCLOptions().isAvailableOption("__cl_clang_function_pointers", in BuildPointerType()
2168 !getOpenCLOptions().isAvailableOption("__cl_clang_function_pointers", in BuildReferenceType()
2901 !getOpenCLOptions().isAvailableOption("__cl_clang_function_pointers", in BuildMemberPointerType()
5033 if (!S.getOpenCLOptions().isAvailableOption("cl_khr_fp16", in GetFullTypeForDeclarator()
5059 !S.getOpenCLOptions().isAvailableOption( in GetFullTypeForDeclarator()
5255 if (!S.getOpenCLOptions().isAvailableOption("cl_khr_fp16", in GetFullTypeForDeclarator()
H A DDeclSpec.cpp628 !S.getOpenCLOptions().isAvailableOption( in SetStorageClassSpec()
H A DSemaDecl.cpp6773 if (!Se.getOpenCLOptions().isAvailableOption("__cl_clang_function_pointers", in diagnoseOpenCLTypes()
6789 if (!Se.getOpenCLOptions().isAvailableOption("cl_khr_fp16", in diagnoseOpenCLTypes()
7925 !getOpenCLOptions().isAvailableOption("cl_clang_storage_class_specifiers", in CheckVariableDeclarationType()
8691 !S.getOpenCLOptions().isAvailableOption( in getOpenCLKernelParameterType()
8717 if (!S.getOpenCLOptions().isAvailableOption("cl_khr_fp16", S.getLangOpts()) && in getOpenCLKernelParameterType()
8735 !S.getOpenCLOptions().isAvailableOption( in getOpenCLKernelParameterType()
H A DSemaCast.cpp3045 if (Self.getLangOpts().OpenCL && !Self.getOpenCLOptions().isAvailableOption( in CheckCStyleCast()
H A DSemaExpr.cpp644 !getOpenCLOptions().isAvailableOption("cl_khr_fp16", getLangOpts()) && in DefaultLvalueConversion()
816 !getOpenCLOptions().isAvailableOption("cl_khr_fp64", getLangOpts())) { in DefaultArgumentPromotion()
3819 if (getOpenCLOptions().isAvailableOption("cl_khr_fp16", getLangOpts())) in ActOnNumericConstant()
3843 } else if (getLangOpts().OpenCL && !getOpenCLOptions().isAvailableOption( in ActOnNumericConstant()
13017 !getOpenCLOptions().isAvailableOption("cl_khr_fp16", getLangOpts()) && in CheckAssignmentOperands()
H A DSemaInit.cpp5620 if (S.getOpenCLOptions().isAvailableOption( in TryOCLZeroOpaqueTypeInitialization()
8808 !S.getOpenCLOptions().isAvailableOption( in Perform()
H A DSemaChecking.cpp841 if (!S.getOpenCLOptions().isSupported("cl_khr_subgroups", S.getLangOpts())) { in checkOpenCLSubgroupExt()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp1811 !getActions().getOpenCLOptions().isAvailableOption( in ParseCastExpression()
H A DParseDecl.cpp3078 … if (!StringRef(Ext).empty() && !getActions().getOpenCLOptions().isSupported(Ext, getLangOpts())) { in ParseDeclarationSpecifiers()
3693 !getActions().getOpenCLOptions().isAvailableOption( in ParseDeclarationSpecifiers()
H A DParsePragma.cpp778 auto &Opt = Actions.getOpenCLOptions(); in HandlePragmaOpenCLExtension()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp3954 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1535 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions() function