Lines Matching refs:max_size
189 unsigned HOST_WIDE_INT max_size) in alloca_call_type_by_arg() argument
200 alloca_type unbounded_result = (max_size < maxobjsize.to_uhwi () in alloca_call_type_by_arg()
233 int tst = wi::cmpu (wi::to_widest (rhs), max_size); in alloca_call_type_by_arg()
254 = (max_size < maxobjsize.to_uhwi () in alloca_call_type_by_arg()
344 unsigned HOST_WIDE_INT max_size = adjusted_warn_limit (is_vla); in alloca_call_type() local
349 if (tree_to_uhwi (len) > max_size) in alloca_call_type()
356 alloca_type result = (max_size < maxobjsize in alloca_call_type()
370 if (wi::leu_p (max, max_size)) in alloca_call_type()
422 alloca_type result = (max_size < maxobjsize in alloca_call_type()
465 ret = alloca_call_type_by_arg (len, len_casted, e, max_size); in alloca_call_type()
478 if (compare_tree_int (arg, max_size) <= 0) in alloca_call_type()
484 alloca_type result = (max_size < maxobjsize in alloca_call_type()