HomeSort by: relevance | last modified time | path
    Searched defs:fopenmp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
mkoffload.cc 478 bool fopenmp = false; local
496 else if (strcmp (argv[i], "-fopenmp") == 0)
497 fopenmp = true;
512 if (!(fopenacc ^ fopenmp))
513 fatal_error (input_location, "either %<-fopenacc%> or %<-fopenmp%> "
535 if (fopenmp)
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
mkoffload.cc 706 bool fopenmp = false; local
724 else if (strcmp (argv[i], "-fopenmp") == 0)
725 fopenmp = true;
752 if (!(fopenacc ^ fopenmp))
753 fatal_error (input_location, "either %<-fopenacc%> or %<-fopenmp%> "
775 if (fopenmp)
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
mkoffload.cc 883 bool fopenmp = false; local
902 else if (strcmp (argv[i], "-fopenmp") == 0)
903 fopenmp = true;
946 if (!(fopenacc ^ fopenmp))
947 fatal_error (input_location, "either -fopenacc or -fopenmp must be set");
996 if (fopenmp)
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
mkoffload.cc 993 bool fopenmp = false; local
1011 else if (strcmp (argv[i], "-fopenmp") == 0)
1012 fopenmp = true;
1058 if (!(fopenacc ^ fopenmp))
1060 "either %<-fopenacc%> or %<-fopenmp%> must be set");
1127 if (fopenmp)

Completed in 16 milliseconds