Home
last modified time | relevance | path

Searched refs:unbounded_result (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-alloca.c200 alloca_type unbounded_result = (max_size < maxobjsize.to_uhwi () in alloca_call_type_by_arg() local
205 return alloca_type_and_limit (unbounded_result); in alloca_call_type_by_arg()
214 return alloca_type_and_limit (unbounded_result); in alloca_call_type_by_arg()
287 return alloca_type_and_limit (unbounded_result); in alloca_call_type_by_arg()
290 return alloca_type_and_limit (unbounded_result); in alloca_call_type_by_arg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-alloca.cc241 alloca_type unbounded_result = (max_size < maxobjsize.to_uhwi () in alloca_call_type() local
243 return alloca_type_and_limit (unbounded_result); in alloca_call_type()