Lines Matching refs:greturn
463 typedef union gimple_statement_d greturn; typedef
535 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
540 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()
596 typedef struct gimple_statement_base greturn; typedef
668 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
673 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()
862 inline bool is_a_helper<const greturn *>::test(const_gimple gs) in test()
918 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
920 return as_a<greturn *>(stmt); in as_a_greturn()
923 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()
925 return as_a<const greturn *>(stmt); in as_a_const_greturn()