Searched refs:greturn (Results 1 – 1 of 1) sorted by relevance
191 typedef struct gimple_statement_base greturn; typedef263 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()268 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()455 inline bool is_a_helper<const greturn *>::test(const_gimple gs) in test()511 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()513 return as_a<greturn *>(stmt); in as_a_greturn()516 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()518 return as_a<const greturn *>(stmt); in as_a_const_greturn()