reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTContext.cpp
 1588     if (getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice)
 1592     if (getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice)
 1964           !getLangOpts().OpenMPIsDevice) {
 1968         assert(getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice &&
 1983       if (getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice &&
 1995           !getLangOpts().OpenMPIsDevice) {
 1999         assert(getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice &&
tools/clang/lib/AST/ExprConstant.cpp
10949     return Success(Info.getLangOpts().OpenMPIsDevice ? 0 : 1, E);
tools/clang/lib/AST/ItaniumMangle.cpp
 2647                                    getASTContext().getLangOpts().OpenMPIsDevice
 2655                                    getASTContext().getLangOpts().OpenMPIsDevice
tools/clang/lib/CodeGen/CGExpr.cpp
 2370   if (CGF.getLangOpts().OpenMPIsDevice) {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 2699       if (!CGM.getLangOpts().OpenMPIsDevice)
 2878       !CGM.getLangOpts().OpenMPIsDevice)
 2885     return CGM.getLangOpts().OpenMPIsDevice;
 2888     return CGM.getLangOpts().OpenMPIsDevice;
 2911     if (CGM.getLangOpts().OpenMPIsDevice) {
 2949     if (CGM.getLangOpts().OpenMPIsDevice) {
 2984   return CGM.getLangOpts().OpenMPIsDevice;
 3889   assert(CGM.getLangOpts().OpenMPIsDevice && "Initialization of entries is "
 3905   if (CGM.getLangOpts().OpenMPIsDevice) {
 3961   assert(CGM.getLangOpts().OpenMPIsDevice && "Initialization of entries is "
 3973   if (CGM.getLangOpts().OpenMPIsDevice) {
 4179         if (CGM.getLangOpts().OpenMPIsDevice &&
 4196         assert(((CGM.getLangOpts().OpenMPIsDevice && !CE->getAddress()) ||
 4197                 (!CGM.getLangOpts().OpenMPIsDevice && CE->getAddress())) &&
 4199         if (CGM.getLangOpts().OpenMPIsDevice)
 4226   if (!CGM.getLangOpts().OpenMPIsDevice)
 6520   if (CGM.getLangOpts().OpenMPIsDevice) {
 6604   assert(!CGF.getLangOpts().OpenMPIsDevice &&
 6821   assert(!CGF.getLangOpts().OpenMPIsDevice &&
 9582   if (!CGM.getLangOpts().OpenMPIsDevice) {
 9611   if (!CGM.getLangOpts().OpenMPIsDevice)
 9681       !CGM.getLangOpts().OpenMPIsDevice)
 9686     if (CGM.getLangOpts().OpenMPIsDevice) {
 9712     if (CGM.getLangOpts().OpenMPIsDevice && !VD->isExternallyVisible()) {
 9734     if (CGM.getLangOpts().OpenMPIsDevice) {
 9823   if (CGM.getLangOpts().OpenMPIsDevice) {
 9830   if (CGM.getLangOpts().OpenMPIsDevice)
 9835   if (!CGM.getLangOpts().OpenMPIsDevice || !ShouldMarkAsGlobal)
 9858       CGM.getLangOpts().OpenMPSimd || CGM.getLangOpts().OpenMPIsDevice ||
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 1922   if (!CGM.getLangOpts().OpenMPIsDevice)
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  742       getLangOpts().OpenMPIsDevice &&
 4121   if (CGM.getLangOpts().OpenMPIsDevice) {
tools/clang/lib/CodeGen/CodeGenModule.cpp
  208     assert(getLangOpts().OpenMPIsDevice &&
  819   if (RM != llvm::Reloc::Static && !LOpts.PIE && !LOpts.OpenMPIsDevice)
 2334         !LangOpts.OpenMPIsDevice &&
 2747   assert(getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice &&
 3089     if (getLangOpts().OpenMPIsDevice && OpenMPRuntime &&
 3867   if (LangOpts.OpenMPIsDevice && OpenMPRuntime &&
 5389     if (LangOpts.OpenMPIsDevice)
tools/clang/lib/CodeGen/TargetInfo.cpp
 6415       getContext().getLangOpts().OpenMPIsDevice &&
tools/clang/lib/Frontend/CompilerInstance.cpp
  921   if ((getLangOpts().CUDA || getLangOpts().OpenMPIsDevice) &&
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2994   Opts.OpenMPIsDevice =
 2997       Opts.OpenMPIsDevice || Args.hasArg(options::OPT_fopenmp_targets_EQ);
 3008     if (!Opts.OpenMPIsDevice) {
 3024   if ((Opts.OpenMPIsDevice && T.isNVPTX()) || Opts.OpenCLCPlusPlus) {
 3028   if (Opts.OpenMPIsDevice && T.isNVPTX()) {
 3077   Opts.OpenMPCUDAMode = Opts.OpenMPIsDevice && T.isNVPTX() &&
 3082       Opts.OpenMPIsDevice && T.isNVPTX() &&
 3522   if (LangOpts.OpenMPIsDevice)
tools/clang/lib/Frontend/InitPreprocessor.cpp
 1127     if ((LangOpts.CUDA || LangOpts.OpenMPIsDevice) && PP.getAuxTargetInfo())
tools/clang/lib/Sema/Sema.cpp
 1572     return LangOpts.OpenMPIsDevice ? diagIfOpenMPDeviceCode(Loc, DiagID)
tools/clang/lib/Sema/SemaDecl.cpp
 6854       if (getLangOpts().CUDA || getLangOpts().OpenMPIsDevice) {
 6948   if (getLangOpts().CUDA || getLangOpts().OpenMPIsDevice) {
 6951          (getLangOpts().OpenMPIsDevice &&
17665   if (LangOpts.OpenMPIsDevice) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
15597   if (LangOpts.OpenMP && LangOpts.OpenMPIsDevice &&
tools/clang/lib/Sema/SemaExpr.cpp
12860   if (getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice) {
13474   if (getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice) {
14447   if (getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice &&
15610     if (LangOpts.OpenMPIsDevice)
tools/clang/lib/Sema/SemaOpenMP.cpp
 1554   assert(S.LangOpts.OpenMP && S.LangOpts.OpenMPIsDevice &&
 1571   assert(LangOpts.OpenMP && LangOpts.OpenMPIsDevice &&
 1597   assert(LangOpts.OpenMP && !LangOpts.OpenMPIsDevice &&
 1620   assert(LangOpts.OpenMP && LangOpts.OpenMPIsDevice &&
 1663   assert(LangOpts.OpenMP && !LangOpts.OpenMPIsDevice &&
 1705   assert(getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice &&
 2090     if (LangOpts.OpenMPIsDevice && DevTy &&
 2094     if (!LangOpts.OpenMPIsDevice && DevTy &&
 2102       if (LangOpts.OpenMPIsDevice && DevTy &&
 2114       if (!LangOpts.OpenMPIsDevice && DevTy &&
 2606     if (LangOpts.OpenMPIsDevice &&
16318     if (LangOpts.OpenMPIsDevice && Res.hasValue() && IdLoc.isValid() &&
16321     if (!LangOpts.OpenMPIsDevice && Res.hasValue() && IdLoc.isValid() &&
16576     if (LangOpts.OpenMPIsDevice &&
tools/clang/lib/Sema/SemaType.cpp
 1470         !(S.getLangOpts().OpenMP && S.getLangOpts().OpenMPIsDevice))
 1483         !(S.getLangOpts().OpenMP && S.getLangOpts().OpenMPIsDevice))
 1498         !(S.getLangOpts().OpenMP && S.getLangOpts().OpenMPIsDevice))