Home
last modified time | relevance | path

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

/linux/scripts/gcc-plugins/
H A Dgcc-common.h336 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
341 static inline const gasm *as_a_const_gasm(const_gimple stmt) in as_a_const_gasm()
346 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
351 static inline const gassign *as_a_const_gassign(const_gimple stmt) in as_a_const_gassign()
356 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
361 static inline const gcall *as_a_const_gcall(const_gimple stmt) in as_a_const_gcall()
366 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
371 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
376 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
381 static inline const gphi *as_a_const_gphi(const_gimple stmt) in as_a_const_gphi()
[all …]
H A 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
H A Dlatent_entropy_plugin.c389 gimple stmt = gsi_stmt(gsi); in handle_tail_calls() local
H A Drandomize_layout_plugin.c717 gimple stmt; in find_bad_casts_execute() local
/linux/drivers/usb/musb/
H A Dda8xx.c115 #define portstate(stmt) stmt argument
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py183 def QueryExec(query, stmt): argument