Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDrtl-chkp.h23 #define DECL_BOUNDS_RTL(NODE) (chkp_get_rtl_bounds (DECL_WRTL_CHECK (NODE))) macro
HDcfgexpand.c3493 bounds_rtl = DECL_BOUNDS_RTL (DECL_RESULT (current_function_decl)); in expand_return()