Home
last modified time | relevance | path

Searched refs:matcho (Results 1 – 25 of 85) sorted by relevance

1234

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dparse.c771 #define matcho(keyword, subr, st) \ macro
912 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
1026 matcho ("loop", gfc_match_omp_loop, ST_OMP_LOOP); in decode_omp_directive()
1034 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
1046 matcho ("parallel masked taskloop simd", in decode_omp_directive()
1049 matcho ("parallel masked taskloop", in decode_omp_directive()
1054 matcho ("parallel master taskloop simd", in decode_omp_directive()
1057 matcho ("parallel master taskloop", in decode_omp_directive()
1072 matcho ("scan", gfc_match_omp_scan, ST_OMP_SCAN); in decode_omp_directive()
1096 matcho ("target teams distribute parallel do", in decode_omp_directive()
[all …]
H A DChangeLog-2017608 * parse.c (match, matcha, matchs, matcho, matchds, matchdo): Remove
1271 * parse.c (decode_omp_directive): Use matchs instead of matcho for
2069 * parse.c (matchs, matcho, matchds, matchdo): Replace return st;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Dparse.c573 #define matcho(keyword, subr, st) \ macro
647 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
667 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
669 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
694 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
697 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
701 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive()
730 matcho ("target teams distribute parallel do", in decode_omp_directive()
745 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
749 matcho ("teams distribute parallel do", in decode_omp_directive()
[all …]
H A DChangeLog367 (matchs, matcho): New macros.
369 or matcho. Handle -fopenmp-simd.
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dparse.c741 #define matcho(keyword, subr, st) \ macro
870 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
890 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
892 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
902 matcho ("end target parallel", gfc_match_omp_eos, in decode_omp_directive()
927 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
930 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
945 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
982 matcho ("target teams distribute parallel do", in decode_omp_directive()
1000 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
[all …]
H A DChangeLog-2017608 * parse.c (match, matcha, matchs, matcho, matchds, matchdo): Remove
1271 * parse.c (decode_omp_directive): Use matchs instead of matcho for
2069 * parse.c (matchs, matcho, matchds, matchdo): Replace return st;
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Dparse.c747 #define matcho(keyword, subr, st) \ macro
876 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
896 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
898 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
908 matcho ("end target parallel", gfc_match_omp_eos, in decode_omp_directive()
933 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
936 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
951 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
988 matcho ("target teams distribute parallel do", in decode_omp_directive()
1006 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
[all …]
H A DChangeLog-2017608 * parse.c (match, matcha, matchs, matcho, matchds, matchdo): Remove
1271 * parse.c (decode_omp_directive): Use matchs instead of matcho for
2069 * parse.c (matchs, matcho, matchds, matchdo): Replace return st;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Dparse.c741 #define matcho(keyword, subr, st) \ macro
870 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
890 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
892 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
902 matcho ("end target parallel", gfc_match_omp_eos, in decode_omp_directive()
927 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
930 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
945 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
982 matcho ("target teams distribute parallel do", in decode_omp_directive()
1000 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dparse.c741 #define matcho(keyword, subr, st) \ macro
870 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
890 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
892 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
902 matcho ("end target parallel", gfc_match_omp_eos, in decode_omp_directive()
927 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
930 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
945 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
982 matcho ("target teams distribute parallel do", in decode_omp_directive()
1000 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Dparse.c741 #define matcho(keyword, subr, st) \ macro
870 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
890 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
892 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
902 matcho ("end target parallel", gfc_match_omp_eos, in decode_omp_directive()
927 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
930 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
945 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
982 matcho ("target teams distribute parallel do", in decode_omp_directive()
1000 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dparse.c741 #define matcho(keyword, subr, st) \ macro
870 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
890 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
892 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
902 matcho ("end target parallel", gfc_match_omp_eos, in decode_omp_directive()
927 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
930 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
945 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
982 matcho ("target teams distribute parallel do", in decode_omp_directive()
1000 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/fortran/
H A Dparse.c747 #define matcho(keyword, subr, st) \ macro
876 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
896 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
898 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
908 matcho ("end target parallel", gfc_match_omp_eos, in decode_omp_directive()
933 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
936 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
951 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
988 matcho ("target teams distribute parallel do", in decode_omp_directive()
1006 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/fortran/
H A Dparse.c747 #define matcho(keyword, subr, st) \ macro
876 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
896 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
898 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
908 matcho ("end target parallel", gfc_match_omp_eos, in decode_omp_directive()
933 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
936 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
951 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
988 matcho ("target teams distribute parallel do", in decode_omp_directive()
1006 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/fortran/
H A Dparse.c741 #define matcho(keyword, subr, st) \ macro
870 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
890 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
892 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
902 matcho ("end target parallel", gfc_match_omp_eos, in decode_omp_directive()
927 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
930 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
945 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
982 matcho ("target teams distribute parallel do", in decode_omp_directive()
1000 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/fortran/
H A Dparse.c769 #define matcho(keyword, subr, st) \ macro
907 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
967 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
971 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive()
982 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
1002 matcho ("scan", gfc_match_omp_scan, ST_OMP_SCAN); in decode_omp_directive()
1023 matcho ("target teams distribute parallel do", in decode_omp_directive()
1032 matcho ("target update", gfc_match_omp_target_update, in decode_omp_directive()
1041 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
1045 matcho ("teams distribute parallel do", in decode_omp_directive()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/fortran/
H A Dparse.c769 #define matcho(keyword, subr, st) \ macro
907 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
967 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
971 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive()
982 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
1002 matcho ("scan", gfc_match_omp_scan, ST_OMP_SCAN); in decode_omp_directive()
1023 matcho ("target teams distribute parallel do", in decode_omp_directive()
1032 matcho ("target update", gfc_match_omp_target_update, in decode_omp_directive()
1041 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
1045 matcho ("teams distribute parallel do", in decode_omp_directive()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/fortran/
H A Dparse.c769 #define matcho(keyword, subr, st) \ macro
907 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
967 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
971 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive()
982 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
1002 matcho ("scan", gfc_match_omp_scan, ST_OMP_SCAN); in decode_omp_directive()
1023 matcho ("target teams distribute parallel do", in decode_omp_directive()
1032 matcho ("target update", gfc_match_omp_target_update, in decode_omp_directive()
1041 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
1045 matcho ("teams distribute parallel do", in decode_omp_directive()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Dparse.c767 #define matcho(keyword, subr, st) \ macro
882 matcho ("atomic", gfc_match_omp_atomic, ST_OMP_ATOMIC); in decode_omp_directive()
905 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
965 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
969 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive()
980 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
1017 matcho ("target teams distribute parallel do", in decode_omp_directive()
1026 matcho ("target update", gfc_match_omp_target_update, in decode_omp_directive()
1035 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
1039 matcho ("teams distribute parallel do", in decode_omp_directive()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/fortran/
H A Dparse.c767 #define matcho(keyword, subr, st) \ macro
882 matcho ("atomic", gfc_match_omp_atomic, ST_OMP_ATOMIC); in decode_omp_directive()
905 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
965 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
969 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive()
980 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
1017 matcho ("target teams distribute parallel do", in decode_omp_directive()
1026 matcho ("target update", gfc_match_omp_target_update, in decode_omp_directive()
1035 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
1039 matcho ("teams distribute parallel do", in decode_omp_directive()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/fortran/
H A Dparse.c767 #define matcho(keyword, subr, st) \ macro
882 matcho ("atomic", gfc_match_omp_atomic, ST_OMP_ATOMIC); in decode_omp_directive()
905 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
965 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
969 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive()
980 matcho ("ordered", gfc_match_omp_ordered_depend, in decode_omp_directive()
1017 matcho ("target teams distribute parallel do", in decode_omp_directive()
1026 matcho ("target update", gfc_match_omp_target_update, in decode_omp_directive()
1035 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
1039 matcho ("teams distribute parallel do", in decode_omp_directive()
[all …]
/dports/math/R-cran-VGAM/VGAM/R/
H A Dvgam.match.q16 ooo <- matrix(temp$matcho, length(temp$matcho), nvar)
27 ooo[, ii] <- temp$matcho
38 return(list(matcho = ooo, neffec = neffec, nknots = nknots, nameattr
87 return(list(matcho = ooo, neffec = neffec, nknots = nk, knots = knot, nameattr
H A Ds.vam.q162 as.integer(smooth.frame$matcho), as.integer(smooth.frame$neffec),
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dparse.c726 #define matcho(keyword, subr, st) \ macro
829 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
849 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
851 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
876 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
879 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
883 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive()
912 matcho ("target teams distribute parallel do", in decode_omp_directive()
927 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
931 matcho ("teams distribute parallel do", in decode_omp_directive()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Dparse.c726 #define matcho(keyword, subr, st) \ macro
829 matcho ("do", gfc_match_omp_do, ST_OMP_DO); in decode_omp_directive()
849 matcho ("end parallel sections", gfc_match_omp_eos, in decode_omp_directive()
851 matcho ("end parallel workshare", gfc_match_omp_eos, in decode_omp_directive()
876 matcho ("end teams distribute", gfc_match_omp_eos, in decode_omp_directive()
879 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
883 matcho ("flush", gfc_match_omp_flush, ST_OMP_FLUSH); in decode_omp_directive()
912 matcho ("target teams distribute parallel do", in decode_omp_directive()
927 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
931 matcho ("teams distribute parallel do", in decode_omp_directive()
[all …]

1234