Home
last modified time | relevance | path

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

/linux/scripts/gcc-plugins/
H A Dgcc-common.h419 static inline void debug_gimple_stmt(const_gimple s) in debug_gimple_stmt() function
421 debug_gimple_stmt(CONST_CAST_GIMPLE(s)); in debug_gimple_stmt()
425 #define debug_gimple_stmt(s) debug_gimple_stmt(CONST_CAST_GIMPLE(s)) macro
H A Drandomize_layout_plugin.c748 debug_gimple_stmt(stmt); in find_bad_casts_execute()