Searched refs:greturn (Results 1 – 1 of 1) sorted by relevance
461 typedef union gimple_statement_d greturn; typedef533 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()538 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()594 typedef struct gimple_statement_base greturn; typedef666 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()671 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()859 inline bool is_a_helper<const greturn *>::test(const_gimple gs) in test()914 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()916 return as_a<greturn *>(stmt); in as_a_greturn()919 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()[all …]