Home
last modified time | relevance | path

Searched refs:frame_offset_overflow (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dfunction.h557 extern bool frame_offset_overflow (HOST_WIDE_INT, tree);
H A Dcfgexpand.c197 if (frame_offset_overflow (frame_offset, cfun->decl)) in alloc_stack_frame_space()
H A Dfunction.c376 frame_offset_overflow (HOST_WIDE_INT offset, tree func) in frame_offset_overflow() function
506 if (frame_offset_overflow (function->x_frame_offset, function->decl)) in assign_stack_local_1()
H A DChangeLog-20069795 * function.h (frame_offset_overflow): Declare.
9796 * function.c (frame_offset_overflow): New function.