Lines Matching refs:ggoto
459 typedef union gimple_statement_d ggoto; typedef
513 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
518 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
592 typedef struct gimple_statement_base ggoto; typedef
646 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
651 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
852 inline bool is_a_helper<const ggoto *>::test(const_gimple gs) in test()
894 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
896 return as_a<ggoto *>(stmt); in as_a_ggoto()
899 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
901 return as_a<const ggoto *>(stmt); in as_a_const_ggoto()