Lines Matching refs:ggoto
455 typedef union gimple_statement_d ggoto; typedef
509 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
514 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
588 typedef struct gimple_statement_base ggoto; typedef
642 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
647 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
848 inline bool is_a_helper<const ggoto *>::test(const_gimple gs) in test()
890 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
892 return as_a<ggoto *>(stmt); in as_a_ggoto()
895 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
897 return as_a<const ggoto *>(stmt); in as_a_const_ggoto()