Home
last modified time | relevance | path

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

/linux-6.14.4/scripts/gcc-plugins/
Dgcc-common.h327 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
332 static inline const gasm *as_a_const_gasm(const_gimple stmt) in as_a_const_gasm()
337 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
342 static inline const gassign *as_a_const_gassign(const_gimple stmt) in as_a_const_gassign()
347 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
352 static inline const gcall *as_a_const_gcall(const_gimple stmt) in as_a_const_gcall()
357 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
362 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
367 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
372 static inline const gphi *as_a_const_gphi(const_gimple stmt) in as_a_const_gphi()
[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.c129 gimple stmt = gsi_stmt(gsi); in initialize() local
Dlatent_entropy_plugin.c389 gimple stmt = gsi_stmt(gsi); in handle_tail_calls() local
Drandomize_layout_plugin.c733 gimple stmt; in find_bad_casts_execute() local
/linux-6.14.4/drivers/usb/musb/
Dda8xx.c115 #define portstate(stmt) stmt argument
/linux-6.14.4/tools/perf/scripts/python/
Dexported-sql-viewer.py183 def QueryExec(query, stmt): argument