Searched refs:getOpenCLOptions (Results 1 – 8 of 8) sorted by relevance
1330 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()
506 !S.getOpenCLOptions().cl_clang_storage_class_specifiers) { in SetStorageClassSpec()
2375 if (Self.getLangOpts().OpenCL && !Self.getOpenCLOptions().cl_khr_fp16) { in CheckCStyleCast()
643 if (getLangOpts().OpenCL && !getOpenCLOptions().cl_khr_fp16 && in DefaultLvalueConversion()3336 getOpenCLOptions().cl_khr_fp64)) { in ActOnNumericConstant()
5624 if (!getOpenCLOptions().cl_khr_fp16) { in ActOnVariableDeclarator()
454 OpenCLOptions &f = Actions.getOpenCLOptions(); in HandlePragmaOpenCLExtension()
3762 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()
1020 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions() function