/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | openmp.c | 2593 #define OMP_TEAMS_CLAUSES \ macro 3499 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES); in gfc_match_omp_target_teams() 3507 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute() 3516 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do() 3528 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd() 3539 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_simd() 3605 return match_omp (EXEC_OMP_TEAMS, OMP_TEAMS_CLAUSES); in gfc_match_omp_teams() 3613 OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES); in gfc_match_omp_teams_distribute() 3621 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do() 3632 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do_simd() [all …]
|
H A D | openmp.cc | 3665 #define OMP_TEAMS_CLAUSES \ macro 5576 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES); in gfc_match_omp_target_teams() 5584 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute() 5593 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do() 5605 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd() 5616 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_simd() 5680 return match_omp (EXEC_OMP_TEAMS, OMP_TEAMS_CLAUSES); in gfc_match_omp_teams() 5688 OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES); in gfc_match_omp_teams_distribute() 5696 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do() 5707 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do_simd() [all …]
|
H A D | ChangeLog | 1428 (OMP_TEAMS_CLAUSES, OMP_DISTRIBUTE_CLAUSES)
|
H A D | ChangeLog-2014 | 1452 OMP_TARGET_UPDATE_CLAUSES, OMP_TEAMS_CLAUSES,
|
H A D | ChangeLog-2016 | 659 OMP_SECTIONS_CLAUSES, OMP_TEAMS_CLAUSES, OMP_DISTRIBUTE_CLAUSES):
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | openmp.c | 2593 #define OMP_TEAMS_CLAUSES \ macro 3499 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES); in gfc_match_omp_target_teams() 3507 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute() 3516 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do() 3528 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd() 3539 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_simd() 3605 return match_omp (EXEC_OMP_TEAMS, OMP_TEAMS_CLAUSES); in gfc_match_omp_teams() 3613 OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES); in gfc_match_omp_teams_distribute() 3621 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do() 3632 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do_simd() [all …]
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | tree-pretty-print.c | 3352 dump_omp_clauses (pp, OMP_TEAMS_CLAUSES (node), spc, flags); in dump_generic_node()
|
H A D | tree-pretty-print.cc | 3548 dump_omp_clauses (pp, OMP_TEAMS_CLAUSES (node), spc, flags); in dump_generic_node()
|
H A D | tree.def | 1188 Operand 1: OMP_TEAMS_CLAUSES: List of clauses. */
|
H A D | tree.h | 1431 #define OMP_TEAMS_CLAUSES(NODE) TREE_OPERAND (OMP_TEAMS_CHECK (NODE), 1) macro
|
H A D | gimplify.c | 12728 for (c = OMP_TEAMS_CLAUSES (teams); c; c = OMP_CLAUSE_CHAIN (c)) in optimize_target_teams()
|
H A D | gimplify.cc | 13999 for (c = OMP_TEAMS_CLAUSES (teams); c; c = OMP_CLAUSE_CHAIN (c)) in optimize_target_teams()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-pretty-print.c | 3352 dump_omp_clauses (pp, OMP_TEAMS_CLAUSES (node), spc, flags); in dump_generic_node()
|
H A D | tree.def | 1176 Operand 1: OMP_TEAMS_CLAUSES: List of clauses. */
|
H A D | tree.h | 1431 #define OMP_TEAMS_CLAUSES(NODE) TREE_OPERAND (OMP_TEAMS_CHECK (NODE), 1) macro
|
H A D | gimplify.c | 12728 for (c = OMP_TEAMS_CLAUSES (teams); c; c = OMP_CLAUSE_CHAIN (c)) in optimize_target_teams()
|
/netbsd/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.c | 19372 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams() 19396 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams() 19418 OMP_TEAMS_CLAUSES (stmt) = clauses; in c_parser_omp_teams()
|
H A D | c-parser.cc | 20716 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams() 20740 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams() 20762 OMP_TEAMS_CLAUSES (stmt) = clauses; in c_parser_omp_teams()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 19372 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams() 19396 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams() 19418 OMP_TEAMS_CLAUSES (stmt) = clauses; in c_parser_omp_teams()
|
/netbsd/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.c | 40350 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams() 40378 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams() 40401 OMP_TEAMS_CLAUSES (stmt) = clauses; in cp_parser_omp_teams()
|
H A D | parser.cc | 43951 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams() 43979 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams() 44002 OMP_TEAMS_CLAUSES (stmt) = clauses; in cp_parser_omp_teams()
|
H A D | pt.c | 18744 for (c = OMP_TEAMS_CLAUSES (teams); in tsubst_expr()
|
H A D | pt.cc | 19370 for (tree c = OMP_TEAMS_CLAUSES (teams); in tsubst_expr()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 40350 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams() 40378 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams() 40401 OMP_TEAMS_CLAUSES (stmt) = clauses; in cp_parser_omp_teams()
|
H A D | pt.c | 18744 for (c = OMP_TEAMS_CLAUSES (teams); in tsubst_expr()
|