gasm              465 scripts/gcc-plugins/gcc-common.h static inline gasm *as_a_gasm(gimple stmt)
gasm              470 scripts/gcc-plugins/gcc-common.h static inline const gasm *as_a_const_gasm(const_gimple stmt)
gasm              598 scripts/gcc-plugins/gcc-common.h static inline gasm *as_a_gasm(gimple stmt)
gasm              600 scripts/gcc-plugins/gcc-common.h 	return as_a<gasm>(stmt);
gasm              603 scripts/gcc-plugins/gcc-common.h static inline const gasm *as_a_const_gasm(const_gimple stmt)
gasm              605 scripts/gcc-plugins/gcc-common.h 	return as_a<const gasm>(stmt);
gasm              868 scripts/gcc-plugins/gcc-common.h static inline gasm *as_a_gasm(gimple stmt)
gasm              870 scripts/gcc-plugins/gcc-common.h 	return as_a<gasm *>(stmt);
gasm              873 scripts/gcc-plugins/gcc-common.h static inline const gasm *as_a_const_gasm(const_gimple stmt)
gasm              875 scripts/gcc-plugins/gcc-common.h 	return as_a<const gasm *>(stmt);