Lines Matching defs:matcha
616 #define matcha(keyword, subr, st) \
659 matcha ("routine", gfc_match_oacc_routine, ST_OACC_ROUTINE);
674 matcha ("atomic", gfc_match_oacc_atomic, ST_OACC_ATOMIC);
677 matcha ("cache", gfc_match_oacc_cache, ST_OACC_CACHE);
680 matcha ("data", gfc_match_oacc_data, ST_OACC_DATA);
684 matcha ("end atomic", gfc_match_omp_eos_error, ST_OACC_END_ATOMIC);
685 matcha ("end data", gfc_match_omp_eos_error, ST_OACC_END_DATA);
686 matcha ("end host_data", gfc_match_omp_eos_error, ST_OACC_END_HOST_DATA);
687 matcha ("end kernels loop", gfc_match_omp_eos_error, ST_OACC_END_KERNELS_LOOP);
688 matcha ("end kernels", gfc_match_omp_eos_error, ST_OACC_END_KERNELS);
689 matcha ("end loop", gfc_match_omp_eos_error, ST_OACC_END_LOOP);
690 matcha ("end parallel loop", gfc_match_omp_eos_error,
692 matcha ("end parallel", gfc_match_omp_eos_error, ST_OACC_END_PARALLEL);
693 matcha ("end serial loop", gfc_match_omp_eos_error,
695 matcha ("end serial", gfc_match_omp_eos_error, ST_OACC_END_SERIAL);
696 matcha ("enter data", gfc_match_oacc_enter_data, ST_OACC_ENTER_DATA);
697 matcha ("exit data", gfc_match_oacc_exit_data, ST_OACC_EXIT_DATA);
700 matcha ("host_data", gfc_match_oacc_host_data, ST_OACC_HOST_DATA);
703 matcha ("parallel loop", gfc_match_oacc_parallel_loop,
705 matcha ("parallel", gfc_match_oacc_parallel, ST_OACC_PARALLEL);
708 matcha ("kernels loop", gfc_match_oacc_kernels_loop,
710 matcha ("kernels", gfc_match_oacc_kernels, ST_OACC_KERNELS);
713 matcha ("loop", gfc_match_oacc_loop, ST_OACC_LOOP);
716 matcha ("serial loop", gfc_match_oacc_serial_loop, ST_OACC_SERIAL_LOOP);
717 matcha ("serial", gfc_match_oacc_serial, ST_OACC_SERIAL);
720 matcha ("update", gfc_match_oacc_update, ST_OACC_UPDATE);
723 matcha ("wait", gfc_match_oacc_wait, ST_OACC_WAIT);