Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp1417 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()
DDeclSpec.cpp514 !S.getOpenCLOptions().cl_clang_storage_class_specifiers) { in SetStorageClassSpec()
DSema.cpp217 getOpenCLOptions().Ext = 1; in Initialize()
DSemaCast.cpp2519 if (Self.getLangOpts().OpenCL && !Self.getOpenCLOptions().cl_khr_fp16) { in CheckCStyleCast()
DSemaExpr.cpp663 if (getLangOpts().OpenCL && !getOpenCLOptions().cl_khr_fp16 && in DefaultLvalueConversion()
3364 if (getOpenCLOptions().cl_khr_fp16) in ActOnNumericConstant()
3386 getOpenCLOptions().cl_khr_fp64)) { in ActOnNumericConstant()
DSemaDecl.cpp5893 if (!getOpenCLOptions().cl_khr_fp16) { in ActOnVariableDeclarator()
6793 !getOpenCLOptions().cl_clang_storage_class_specifiers && in CheckVariableDeclarationType()
/external/clang/lib/Parse/
DParsePragma.cpp470 OpenCLOptions &f = Actions.getOpenCLOptions(); in HandlePragmaOpenCLExtension()
/external/clang/lib/Serialization/
DASTWriter.cpp3831 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()
/external/clang/include/clang/Sema/
DSema.h1062 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions() function