Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp506 !S.getOpenCLOptions().cl_clang_storage_class_specifiers) { in SetStorageClassSpec()
H A DSemaType.cpp872 if (S.getLangOpts().OpenCL && !S.getOpenCLOptions().cl_khr_fp64) { in ConvertDeclSpecToType()
2753 if (!S.getOpenCLOptions().cl_khr_fp16) { in GetFullTypeForDeclarator()
2941 if (!S.getOpenCLOptions().cl_khr_fp16) { in GetFullTypeForDeclarator()
H A DSemaCast.cpp2337 if (Self.getLangOpts().OpenCL && !Self.getOpenCLOptions().cl_khr_fp16) { in CheckCStyleCast()
H A DSemaExpr.cpp583 if (getLangOpts().OpenCL && !getOpenCLOptions().cl_khr_fp16 && in DefaultLvalueConversion()
3269 } else if (getLangOpts().OpenCL && !getOpenCLOptions().cl_khr_fp64) { in ActOnNumericConstant()
H A DSemaDecl.cpp5376 if (!getOpenCLOptions().cl_khr_fp16) { in ActOnVariableDeclarator()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp448 OpenCLOptions &f = Actions.getOpenCLOptions(); in HandlePragmaOpenCLExtension()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp3870 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h964 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions() function