Searched defs:stmt (Results 1 – 9 of 9) sorted by relevance
338 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()343 static inline const gasm *as_a_const_gasm(const_gimple stmt) in as_a_const_gasm()348 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()353 static inline const gassign *as_a_const_gassign(const_gimple stmt) in as_a_const_gassign()358 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()363 static inline const gcall *as_a_const_gcall(const_gimple stmt) in as_a_const_gcall()368 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()373 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()378 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()383 static inline const gphi *as_a_const_gphi(const_gimple stmt) in as_a_const_gphi()[all …]
56 gimple stmt; in add_stack_tracking_gcall() local78 static bool is_alloca(gimple stmt) in is_alloca()192 gimple stmt; in stackleak_instrument_execute() local
389 gimple stmt = gsi_stmt(gsi); in handle_tail_calls() local
717 gimple stmt; in find_bad_casts_execute() local
529 mod stmt; module
162 let stmt = parse_stmt(input, AllowNoSemi(true))?; in parse_within() localVariable
30 stmt: bool, field
115 #define portstate(stmt) stmt argument
183 def QueryExec(query, stmt): argument