Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dfunction.h725 extern bool frame_offset_overflow (HOST_WIDE_INT, tree);
H A Dfunction.c243 frame_offset_overflow (HOST_WIDE_INT offset, tree func) in frame_offset_overflow() function
516 if (frame_offset_overflow (frame_offset, current_function_decl)) in assign_stack_local_1()
H A Dcfgexpand.c244 if (frame_offset_overflow (frame_offset, cfun->decl)) in alloc_stack_frame_space()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfunction.h584 extern bool frame_offset_overflow (poly_int64, tree);
H A Dfunction.c237 frame_offset_overflow (poly_int64 offset, tree func) in frame_offset_overflow() function
526 if (frame_offset_overflow (frame_offset, current_function_decl)) in assign_stack_local_1()
H A Dcfgexpand.c414 if (frame_offset_overflow (frame_offset, cfun->decl)) in alloc_stack_frame_space()