Searched refs:greturn (Results 1 – 1 of 1) sorted by relevance
457 typedef union gimple_statement_d greturn; typedef529 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()534 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()590 typedef struct gimple_statement_base greturn; typedef662 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()667 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()855 inline bool is_a_helper<const greturn *>::test(const_gimple gs) in test()910 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()912 return as_a<greturn *>(stmt); in as_a_greturn()915 static inline const greturn *as_a_const_greturn(const_gimple stmt) in as_a_const_greturn()[all …]