Lines Matching refs:ggoto
461 typedef union gimple_statement_d ggoto; typedef
515 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
520 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
594 typedef struct gimple_statement_base ggoto; typedef
648 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
653 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
855 inline bool is_a_helper<const ggoto *>::test(const_gimple gs) in test()
898 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
900 return as_a<ggoto *>(stmt); in as_a_ggoto()
903 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
905 return as_a<const ggoto *>(stmt); in as_a_const_ggoto()