Home
last modified time | relevance | path

Searched defs:stmt (Results 1 – 6 of 6) sorted by relevance

/scripts/gcc-plugins/
Dgcc-common.h193 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
198 static inline const gasm *as_a_const_gasm(const_gimple stmt) in as_a_const_gasm()
203 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
208 static inline const gassign *as_a_const_gassign(const_gimple stmt) in as_a_const_gassign()
213 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
218 static inline const gcall *as_a_const_gcall(const_gimple stmt) in as_a_const_gcall()
223 static inline gcond *as_a_gcond(gimple stmt) in as_a_gcond()
228 static inline const gcond *as_a_const_gcond(const_gimple stmt) in as_a_const_gcond()
233 static inline gdebug *as_a_gdebug(gimple stmt) in as_a_gdebug()
238 static inline const gdebug *as_a_const_gdebug(const_gimple stmt) in as_a_const_gdebug()
[all …]
Dstackleak_plugin.c56 gimple stmt; in add_stack_tracking_gcall() local
78 static bool is_alloca(gimple stmt) in is_alloca()
192 gimple stmt; in stackleak_instrument_execute() local
Dsancov_plugin.c43 const_gimple stmt; in sancov_execute() local
Dstructleak_plugin.c131 gimple stmt = gsi_stmt(gsi); in initialize() local
Drandomize_layout_plugin.c750 static bool type_name_eq(gimple stmt, const_tree type_tree, const char *wanted_name) in type_name_eq()
788 static bool whitelisted_cast(gimple stmt, const_tree lhs_tree, const_tree rhs_tree) in whitelisted_cast()
820 gimple stmt; in find_bad_casts_execute() local
Dlatent_entropy_plugin.c389 gimple stmt = gsi_stmt(gsi); in handle_tail_calls() local