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

  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 900 #define matcho(keyword, subr, st) \ macro
993 matcho ("assumes", gfc_match_omp_assumes, ST_OMP_ASSUMES);
1009 matcho ("error", gfc_match_omp_error, ST_OMP_ERROR);
1016 matcho ("nothing", gfc_match_omp_nothing, ST_NONE);
1036 matcho ("allocate", gfc_match_omp_allocate, ST_OMP_ALLOCATE_EXEC);
1038 matcho ("allocate", gfc_match_omp_allocate, ST_OMP_ALLOCATE);
1039 matcho ("allocators", gfc_match_omp_allocators, ST_OMP_ALLOCATORS);
1040 matcho ("atomic", gfc_match_omp_atomic, ST_OMP_ATOMIC);
1043 matcho ("barrier", gfc_match_omp_barrier, ST_OMP_BARRIER);
1046 matcho ("cancellation% point", gfc_match_omp_cancellation_point
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc 771 #define matcho(keyword, subr, st) \ macro
888 matcho ("atomic", gfc_match_omp_atomic, ST_OMP_ATOMIC);
891 matcho ("barrier", gfc_match_omp_barrier, ST_OMP_BARRIER);
894 matcho ("cancellation% point", gfc_match_omp_cancellation_point,
896 matcho ("cancel", gfc_match_omp_cancel, ST_OMP_CANCEL);
897 matcho ("critical", gfc_match_omp_critical, ST_OMP_CRITICAL);
902 matcho ("depobj", gfc_match_omp_depobj, ST_OMP_DEPOBJ);
906 matcho ("distribute parallel do", gfc_match_omp_distribute_parallel_do,
910 matcho ("distribute", gfc_match_omp_distribute, ST_OMP_DISTRIBUTE);
912 matcho ("do", gfc_match_omp_do, ST_OMP_DO)
    [all...]

Completed in 17 milliseconds