Home
last modified time | relevance | path

Searched refs:in_where (Results 1 – 5 of 5) sorted by relevance

/netbsd/usr.bin/config/
H A Dscan.l109 struct where in_where; member
548 in->in_where.w_srcfile = yyfile;
549 in->in_where.w_srcline = (u_short)yyline;
620 yyfile = in->in_where.w_srcfile;
621 yyline = in->in_where.w_srcline;
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.c101 static bool in_where; variable
1780 if (in_where > 0) in combine_array_constructor()
2830 || in_omp_atomic || in_where || in_assoc_list) in matmul_to_var_expr()
2892 || in_omp_atomic || in_where) in matmul_temp_args()
3849 if (in_where || in_assoc_list) in inline_matmul_assign()
4399 if (in_where || in_assoc_list) in call_external_blas()
5081 saved_in_where = in_where; in gfc_code_walker()
5114 in_where = true; in gfc_code_walker()
5401 in_where = saved_in_where; in gfc_code_walker()
H A Dfrontend-passes.cc101 static bool in_where; variable
1780 if (in_where > 0) in combine_array_constructor()
3096 || in_omp_atomic || in_where || in_assoc_list) in matmul_to_var_expr()
3158 || in_omp_atomic || in_where) in matmul_temp_args()
4127 if (in_where || in_assoc_list) in inline_matmul_assign()
4679 if (in_where || in_assoc_list) in call_external_blas()
5361 saved_in_where = in_where; in gfc_code_walker()
5394 in_where = true; in gfc_code_walker()
5694 in_where = saved_in_where; in gfc_code_walker()
H A DChangeLog-20162948 * frontend-passes.c (in_where): New variable.
2951 (gfc_code_walker): Keep track of in_where.
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dfrontend-passes.c101 static bool in_where; variable
1780 if (in_where > 0) in combine_array_constructor()
2830 || in_omp_atomic || in_where || in_assoc_list) in matmul_to_var_expr()
2892 || in_omp_atomic || in_where) in matmul_temp_args()
3849 if (in_where || in_assoc_list) in inline_matmul_assign()
4399 if (in_where || in_assoc_list) in call_external_blas()
5081 saved_in_where = in_where; in gfc_code_walker()
5114 in_where = true; in gfc_code_walker()
5401 in_where = saved_in_where; in gfc_code_walker()