Searched refs:do_not_warn (Results 1 – 9 of 9) sorted by relevance
2025 if (warn_conversion && !src->do_not_warn && kind < src->ts.kind) in gfc_int2int()
2231 unsigned int do_not_warn : 1; member
2569 if (v->do_not_warn) in do_subscript()2572 v->do_not_warn = 1; in do_subscript()
5185 expr->do_not_warn = ! wflag; in gfc_convert_type_warn()
2801 * arith.c (gfc_int2int): Do not warn if src->do_not_warn is set.2802 * gfortran.h (gfc_expr): Add flag do_not_warn.2803 * intrinsic.c (gfc_convert_type_warn): Set expr->do_not_warn if
2810 if (v->do_not_warn) in do_subscript()2813 v->do_not_warn = 1; in do_subscript()
2520 unsigned int do_not_warn : 1; member
2075 if (warn_conversion && !src->do_not_warn && kind < src->ts.kind) in gfc_int2int()
5227 expr->do_not_warn = ! wflag; in gfc_convert_type_warn()