HomeSort by: relevance | last modified time | path
    Searched refs:matchs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc 750 #define matchs(keyword, subr, st) \ macro
854 -fopenmp, matchs for directives that should be recognized
869 matchs ("simd", gfc_match_omp_simd, ST_OMP_SIMD);
883 -fopenmp, matchs for directives that should be recognized
903 matchs ("distribute parallel do simd",
908 matchs ("distribute simd", gfc_match_omp_distribute_simd,
911 matchs ("do simd", gfc_match_omp_do_simd, ST_OMP_DO_SIMD);
918 matchs ("end distribute parallel do simd", gfc_match_omp_eos_error,
922 matchs ("end distribute simd", gfc_match_omp_eos_error,
925 matchs ("end do simd", gfc_match_omp_end_nowait, ST_OMP_END_DO_SIMD)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 879 #define matchs(keyword, subr, st) \ macro
983 -fopenmp, matchs for directives that should be recognized
994 matchs ("assume", gfc_match_omp_assume, ST_OMP_ASSUME);
1007 matchs ("end assume", gfc_match_omp_eos_error, ST_OMP_END_ASSUME);
1008 matchs ("end simd", gfc_match_omp_eos_error, ST_OMP_END_SIMD);
1012 matchs ("scan", gfc_match_omp_scan, ST_OMP_SCAN);
1013 matchs ("simd", gfc_match_omp_simd, ST_OMP_SIMD);
1030 -fopenmp, matchs for directives that should be recognized
1053 matchs ("distribute parallel do simd",
1058 matchs ("distribute simd", gfc_match_omp_distribute_simd
    [all...]
  /src/bin/csh/
lex.c 69 static int matchs(Char *, Char *);
943 if (matchs(mp, lhsb)) {
1031 matchs(Char *str, Char *pat) function

Completed in 22 milliseconds