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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 2702 enum omp_clause_code clause_code; local
2730 clause_code = OMP_CLAUSE_PRIVATE;
2733 clause_code = OMP_CLAUSE_SHARED;
2736 clause_code = OMP_CLAUSE_FIRSTPRIVATE;
2739 clause_code = OMP_CLAUSE_LASTPRIVATE;
2742 clause_code = OMP_CLAUSE_COPYIN;
2745 clause_code = OMP_CLAUSE_COPYPRIVATE;
2748 clause_code = OMP_CLAUSE_UNIFORM;
2752 clause_code = OMP_CLAUSE_USE_DEVICE_PTR;
2755 clause_code = OMP_CLAUSE_USE_DEVICE_ADDR
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 2572 enum omp_clause_code clause_code; local
2598 clause_code = OMP_CLAUSE_PRIVATE;
2601 clause_code = OMP_CLAUSE_SHARED;
2604 clause_code = OMP_CLAUSE_FIRSTPRIVATE;
2607 clause_code = OMP_CLAUSE_LASTPRIVATE;
2610 clause_code = OMP_CLAUSE_COPYIN;
2613 clause_code = OMP_CLAUSE_COPYPRIVATE;
2616 clause_code = OMP_CLAUSE_UNIFORM;
2620 clause_code = OMP_CLAUSE_USE_DEVICE_PTR;
2623 clause_code = OMP_CLAUSE_USE_DEVICE_ADDR
    [all...]

Completed in 25 milliseconds