greturn           535 scripts/gcc-plugins/gcc-common.h static inline greturn *as_a_greturn(gimple stmt)
greturn           540 scripts/gcc-plugins/gcc-common.h static inline const greturn *as_a_const_greturn(const_gimple stmt)
greturn           668 scripts/gcc-plugins/gcc-common.h static inline greturn *as_a_greturn(gimple stmt)
greturn           673 scripts/gcc-plugins/gcc-common.h static inline const greturn *as_a_const_greturn(const_gimple stmt)
greturn           862 scripts/gcc-plugins/gcc-common.h inline bool is_a_helper<const greturn *>::test(const_gimple gs)
greturn           918 scripts/gcc-plugins/gcc-common.h static inline greturn *as_a_greturn(gimple stmt)
greturn           920 scripts/gcc-plugins/gcc-common.h 	return as_a<greturn *>(stmt);
greturn           923 scripts/gcc-plugins/gcc-common.h static inline const greturn *as_a_const_greturn(const_gimple stmt)
greturn           925 scripts/gcc-plugins/gcc-common.h 	return as_a<const greturn *>(stmt);