Home
last modified time | relevance | path

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

/linux/scripts/gcc-plugins/
A Dgcc-common.h306 #undef CONST_CAST_GIMPLE
307 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X)) macro
426 debug_gimple_stmt(CONST_CAST_GIMPLE(s)); in debug_gimple_stmt()
430 #define debug_gimple_stmt(s) debug_gimple_stmt(CONST_CAST_GIMPLE(s))

Completed in 4 milliseconds