Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
A Dgcc-common.h304 #undef CONST_CAST_GIMPLE
305 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X)) macro
415 debug_gimple_stmt(CONST_CAST_GIMPLE(s)); in debug_gimple_stmt()
419 #define debug_gimple_stmt(s) debug_gimple_stmt(CONST_CAST_GIMPLE(s))

Completed in 159 milliseconds