Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction.h636 extern bool frame_offset_overflow (poly_int64, tree);
H A Dcfgexpand.cc429 if (frame_offset_overflow (frame_offset, cfun->decl)) in alloc_stack_frame_space()
H A DChangeLog-200616880 * function.h (frame_offset_overflow): Declare.
16881 * function.c (frame_offset_overflow): New function.
H A DChangeLog-2017854 (frame_offset_overflow): Take the offset as a poly_int64 rather
860 (frame_offset_overflow): Take the offset as a poly_int64 rather
H A DChangeLog-201815792 * function.c (frame_offset_overflow): Same.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.h619 extern bool frame_offset_overflow (poly_int64, tree);
H A Dfunction.c236 frame_offset_overflow (poly_int64 offset, tree func) in frame_offset_overflow() function
532 if (frame_offset_overflow (frame_offset, current_function_decl)) in assign_stack_local_1()
H A Dcfgexpand.c417 if (frame_offset_overflow (frame_offset, cfun->decl)) in alloc_stack_frame_space()