Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dgcc-common.h306 #undef CONST_CAST_GIMPLE macro
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))
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dgcc-common.h845 #undef CONST_CAST_GIMPLE macro
846 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X)) macro
966 debug_gimple_stmt(CONST_CAST_GIMPLE(s)); in debug_gimple_stmt()
970 #define debug_gimple_stmt(s) debug_gimple_stmt(CONST_CAST_GIMPLE(s))

Completed in 5 milliseconds