Lines Matching refs:greturn
466 typedef union gimple_statement_d greturn; typedef
538 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
543 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()
599 typedef struct gimple_statement_base greturn; typedef
671 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
676 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()
865 inline bool is_a_helper<const greturn *>::test(const_gimple gs) in test()
921 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
923 return as_a<greturn *>(stmt); in as_a_greturn()
926 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()
928 return as_a<const greturn *>(stmt); in as_a_const_greturn()