Home
last modified time | relevance | path

Searched refs:ggoto (Results 1 – 1 of 1) sorted by relevance

/scripts/gcc-plugins/
Dgcc-common.h189 typedef struct gimple_statement_base ggoto; typedef
243 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
248 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
448 inline bool is_a_helper<const ggoto *>::test(const_gimple gs) in test()
491 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
493 return as_a<ggoto *>(stmt); in as_a_ggoto()
496 static inline const ggoto *as_a_const_ggoto(const_gimple stmt) in as_a_const_ggoto()
498 return as_a<const ggoto *>(stmt); in as_a_const_ggoto()