Home
last modified time | relevance | path

Searched refs:INTEGER_CST_P (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c1954 if ((c->iterator || c->expr->rank > 0) && INTEGER_CST_P (*poffset)) in gfc_trans_array_constructor_value()
2102 if (!INTEGER_CST_P (*poffset)) in gfc_trans_array_constructor_value()
2235 if (*len && INTEGER_CST_P (*len)) in get_array_ctor_all_strlen()
2280 if (*len && INTEGER_CST_P (*len)) in get_array_ctor_var_strlen()
2370 if (len && !(*len && INTEGER_CST_P (*len))) in get_array_ctor_strlen()
2571 if (!INTEGER_CST_P (loop->from[i]) || !INTEGER_CST_P (loop->to[i])) in constant_array_constructor_loop_size()
2825 gcc_assert (INTEGER_CST_P (offset)); in trans_array_constructor()
5232 else if (INTEGER_CST_P (info->stride[dim]) in set_loop_bounds()
5233 && !INTEGER_CST_P (specinfo->stride[spec_dim])) in set_loop_bounds()
5235 else if (INTEGER_CST_P (info->start[dim]) in set_loop_bounds()
[all …]
H A Dtrans.h963 #define INTEGER_CST_P(node) (TREE_CODE(node) == INTEGER_CST) macro
H A Dtrans-types.c1944 if (INTEGER_CST_P (lower)) in gfc_get_array_type_bounds()
1956 if (INTEGER_CST_P (upper)) in gfc_get_array_type_bounds()
1975 gcc_assert (INTEGER_CST_P (stride)); in gfc_get_array_type_bounds()
H A Dtrans-decl.c494 if (!INTEGER_CST_P (size)) in gfc_can_put_var_on_stack()
743 && INTEGER_CST_P (DECL_SIZE_UNIT (decl)) in gfc_finish_var_decl()
1230 || INTEGER_CST_P (sym->ts.u.cl->backend_decl); in gfc_build_dummy_array_decl()
5339 if (length && !INTEGER_CST_P (length)) in gfc_create_module_variable()
H A Dtrans-expr.c2687 gcc_assert (tmp && INTEGER_CST_P (tmp)); in gfc_conv_component_ref()
3292 if (INTEGER_CST_P (lse.expr) in gfc_conv_power_op()
4036 && INTEGER_CST_P (len1) && INTEGER_CST_P (len2)) in gfc_build_compare_string()
4054 if (INTEGER_CST_P (len1) && INTEGER_CST_P (len2) in gfc_build_compare_string()
7726 if (!INTEGER_CST_P (se->string_length) in gfc_conv_statement_function()
H A Dtrans-stmt.c4151 if (INTEGER_CST_P (size)) in gfc_do_allocate()
4159 if (gfc_can_put_var_on_stack (bytesize) && INTEGER_CST_P (size)) in gfc_do_allocate()
4481 if (INTEGER_CST_P (inner_size)) in compute_overall_iter_number()
4485 && INTEGER_CST_P (forall_tmp->size)) in compute_overall_iter_number()
H A Dtrans-intrinsic.c2429 if (INTEGER_CST_P (dim_arg)) in trans_this_image()
2975 if (INTEGER_CST_P (bound)) in gfc_conv_intrinsic_bound()
2986 if (!INTEGER_CST_P (bound) || (as && as->type == AS_ASSUMED_RANK)) in gfc_conv_intrinsic_bound()
3196 if (INTEGER_CST_P (bound)) in conv_intrinsic_cobound()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc2050 if ((c->iterator || c->expr->rank > 0) && INTEGER_CST_P (*poffset)) in gfc_trans_array_constructor_value()
2198 if (!INTEGER_CST_P (*poffset)) in gfc_trans_array_constructor_value()
2331 if (*len && INTEGER_CST_P (*len)) in get_array_ctor_all_strlen()
2376 if (*len && INTEGER_CST_P (*len)) in get_array_ctor_var_strlen()
2466 if (len && !(*len && INTEGER_CST_P (*len))) in get_array_ctor_strlen()
2667 if (!INTEGER_CST_P (loop->from[i]) || !INTEGER_CST_P (loop->to[i])) in constant_array_constructor_loop_size()
2921 gcc_assert (INTEGER_CST_P (offset)); in trans_array_constructor()
5339 else if (INTEGER_CST_P (info->stride[dim]) in set_loop_bounds()
5340 && !INTEGER_CST_P (specinfo->stride[spec_dim])) in set_loop_bounds()
5342 else if (INTEGER_CST_P (info->start[dim]) in set_loop_bounds()
[all …]
H A Dtrans.h972 #define INTEGER_CST_P(node) (TREE_CODE(node) == INTEGER_CST) macro
H A Dtrans-types.cc2004 if (INTEGER_CST_P (lower)) in gfc_get_array_type_bounds()
2016 if (INTEGER_CST_P (upper)) in gfc_get_array_type_bounds()
2035 gcc_assert (INTEGER_CST_P (stride)); in gfc_get_array_type_bounds()
H A Dtrans-decl.cc491 if (!INTEGER_CST_P (size)) in gfc_can_put_var_on_stack()
748 && INTEGER_CST_P (DECL_SIZE_UNIT (decl)) in gfc_finish_var_decl()
1235 || INTEGER_CST_P (sym->ts.u.cl->backend_decl); in gfc_build_dummy_array_decl()
5267 if (length && !INTEGER_CST_P (length)) in gfc_create_module_variable()
6839 && !INTEGER_CST_P (sym->ts.u.cl->backend_decl)) in gfc_conv_cfi_to_gfc()
H A Dtrans-expr.cc2781 gcc_assert (tmp && INTEGER_CST_P (tmp)); in gfc_conv_component_ref()
3394 if (INTEGER_CST_P (lse.expr) in gfc_conv_power_op()
4125 && INTEGER_CST_P (len1) && INTEGER_CST_P (len2)) in gfc_build_compare_string()
4143 if (INTEGER_CST_P (len1) && INTEGER_CST_P (len2) in gfc_build_compare_string()
8269 if (!INTEGER_CST_P (se->string_length) in gfc_conv_statement_function()
H A Dtrans-stmt.cc4187 if (INTEGER_CST_P (size)) in gfc_do_allocate()
4195 if (gfc_can_put_var_on_stack (bytesize) && INTEGER_CST_P (size)) in gfc_do_allocate()
4517 if (INTEGER_CST_P (inner_size)) in compute_overall_iter_number()
4521 && INTEGER_CST_P (forall_tmp->size)) in compute_overall_iter_number()
H A Dtrans-intrinsic.cc2437 if (INTEGER_CST_P (dim_arg)) in trans_this_image()
2984 if (INTEGER_CST_P (bound)) in gfc_conv_intrinsic_bound()
2997 if (!INTEGER_CST_P (bound) || (as && as->type == AS_ASSUMED_RANK)) in gfc_conv_intrinsic_bound()
3189 if (INTEGER_CST_P (bound)) in conv_intrinsic_cobound()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dmatch-and-simplify.texi205 (pointer_plus (addr@@2 @@0) INTEGER_CST_P@@1)
H A Dgccint.info46726 (pointer_plus (addr@2 @0) INTEGER_CST_P@1)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmatch-and-simplify.texi205 (pointer_plus (addr@@2 @@0) INTEGER_CST_P@@1)
H A Dgccint.info45101 (pointer_plus (addr@2 @0) INTEGER_CST_P@1)