Searched refs:EXEC_WHERE (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | st.c | 106 case EXEC_WHERE: in gfc_free_statement()
|
H A D | match.c | 7106 c = gfc_get_code (EXEC_WHERE); in match_simple_where() 7114 new_st.op = EXEC_WHERE; in match_simple_where() 7148 new_st.op = EXEC_WHERE; in gfc_match_where() 7165 c = gfc_get_code (EXEC_WHERE); in gfc_match_where() 7176 new_st.op = EXEC_WHERE; in gfc_match_where() 7239 new_st.op = EXEC_WHERE; in gfc_match_elsewhere()
|
H A D | parse.c | 3990 d->op = EXEC_WHERE; in parse_where_block() 4027 d->op = EXEC_WHERE; in parse_where_block()
|
H A D | trans.c | 2044 case EXEC_WHERE: in trans_code()
|
H A D | gfortran.h | 2599 EXEC_SELECT, EXEC_BLOCK, EXEC_FORALL, EXEC_WHERE, EXEC_CYCLE, EXEC_EXIT, enumerator
|
H A D | frontend-passes.c | 992 if ((*c)->op == EXEC_WHERE) in cfe_code() 5113 case EXEC_WHERE: in gfc_code_walker()
|
H A D | dump-parse-tree.c | 2302 case EXEC_WHERE: in show_code_node()
|
H A D | resolve.c | 10429 case EXEC_WHERE: in resolve_where() 10516 case EXEC_WHERE: in gfc_resolve_where_code_in_forall() 10561 case EXEC_WHERE: in gfc_resolve_forall_body() 10725 case EXEC_WHERE: in gfc_resolve_blocks() 11868 case EXEC_WHERE: in gfc_resolve_code()
|
H A D | trans-stmt.c | 5171 case EXEC_WHERE: in gfc_trans_forall_1() 5833 case EXEC_WHERE: in gfc_trans_where_2()
|
H A D | trans-openmp.c | 5590 case EXEC_WHERE: in gfc_trans_omp_workshare()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | st.cc | 106 case EXEC_WHERE: in gfc_free_statement()
|
H A D | match.cc | 7197 c = gfc_get_code (EXEC_WHERE); in match_simple_where() 7205 new_st.op = EXEC_WHERE; in match_simple_where() 7239 new_st.op = EXEC_WHERE; in gfc_match_where() 7256 c = gfc_get_code (EXEC_WHERE); in gfc_match_where() 7267 new_st.op = EXEC_WHERE; in gfc_match_where() 7330 new_st.op = EXEC_WHERE; in gfc_match_elsewhere()
|
H A D | trans.cc | 2117 case EXEC_WHERE: in trans_code()
|
H A D | parse.cc | 4240 d->op = EXEC_WHERE; in parse_where_block() 4277 d->op = EXEC_WHERE; in parse_where_block()
|
H A D | frontend-passes.cc | 992 if ((*c)->op == EXEC_WHERE) in cfe_code() 5393 case EXEC_WHERE: in gfc_code_walker()
|
H A D | gfortran.h | 2888 EXEC_SELECT, EXEC_BLOCK, EXEC_FORALL, EXEC_WHERE, EXEC_CYCLE, EXEC_EXIT, enumerator
|
H A D | resolve.cc | 10576 case EXEC_WHERE: in resolve_where() 10663 case EXEC_WHERE: in gfc_resolve_where_code_in_forall() 10708 case EXEC_WHERE: in gfc_resolve_forall_body() 10872 case EXEC_WHERE: in gfc_resolve_blocks() 12042 case EXEC_WHERE: in gfc_resolve_code()
|
H A D | dump-parse-tree.cc | 2616 case EXEC_WHERE: in show_code_node()
|
H A D | trans-stmt.cc | 5207 case EXEC_WHERE: in gfc_trans_forall_1() 5869 case EXEC_WHERE: in gfc_trans_where_2()
|
H A D | trans-openmp.cc | 7274 case EXEC_WHERE: in gfc_trans_omp_workshare()
|