Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp1330 S.getOpenCLOptions().cl_khr_fp64)) { in ConvertDeclSpecToType()
1385 if (!S.getOpenCLOptions().cl_khr_int64_base_atomics && !NoExtTypes) { in ConvertDeclSpecToType()
1390 if (!S.getOpenCLOptions().cl_khr_int64_extended_atomics && in ConvertDeclSpecToType()
1396 if (!S.getOpenCLOptions().cl_khr_fp64 && BT && in ConvertDeclSpecToType()
3736 if (!S.getOpenCLOptions().cl_khr_fp16) { in GetFullTypeForDeclarator()
3932 if (!S.getOpenCLOptions().cl_khr_fp16) { in GetFullTypeForDeclarator()
HDDeclSpec.cpp506 !S.getOpenCLOptions().cl_clang_storage_class_specifiers) { in SetStorageClassSpec()
HDSemaCast.cpp2375 if (Self.getLangOpts().OpenCL && !Self.getOpenCLOptions().cl_khr_fp16) { in CheckCStyleCast()
HDSemaExpr.cpp643 if (getLangOpts().OpenCL && !getOpenCLOptions().cl_khr_fp16 && in DefaultLvalueConversion()
3336 getOpenCLOptions().cl_khr_fp64)) { in ActOnNumericConstant()
HDSemaDecl.cpp5624 if (!getOpenCLOptions().cl_khr_fp16) { in ActOnVariableDeclarator()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParsePragma.cpp454 OpenCLOptions &f = Actions.getOpenCLOptions(); in HandlePragmaOpenCLExtension()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp3762 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1020 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions() function