Searched refs:frame_offset_overflow (Results 1 – 4 of 4) sorted by relevance
557 extern bool frame_offset_overflow (HOST_WIDE_INT, tree);
197 if (frame_offset_overflow (frame_offset, cfun->decl)) in alloc_stack_frame_space()
376 frame_offset_overflow (HOST_WIDE_INT offset, tree func) in frame_offset_overflow() function506 if (frame_offset_overflow (function->x_frame_offset, function->decl)) in assign_stack_local_1()
9795 * function.h (frame_offset_overflow): Declare.9796 * function.c (frame_offset_overflow): New function.