gcall             485 scripts/gcc-plugins/gcc-common.h static inline gcall *as_a_gcall(gimple stmt)
gcall             490 scripts/gcc-plugins/gcc-common.h static inline const gcall *as_a_const_gcall(const_gimple stmt)
gcall             618 scripts/gcc-plugins/gcc-common.h static inline gcall *as_a_gcall(gimple stmt)
gcall             620 scripts/gcc-plugins/gcc-common.h 	return as_a<gcall>(stmt);
gcall             623 scripts/gcc-plugins/gcc-common.h static inline const gcall *as_a_const_gcall(const_gimple stmt)
gcall             625 scripts/gcc-plugins/gcc-common.h 	return as_a<const gcall>(stmt);
gcall             888 scripts/gcc-plugins/gcc-common.h static inline gcall *as_a_gcall(gimple stmt)
gcall             890 scripts/gcc-plugins/gcc-common.h 	return as_a<gcall *>(stmt);
gcall             893 scripts/gcc-plugins/gcc-common.h static inline const gcall *as_a_const_gcall(const_gimple stmt)
gcall             895 scripts/gcc-plugins/gcc-common.h 	return as_a<const gcall *>(stmt);
gcall             394 scripts/gcc-plugins/latent_entropy_plugin.c 		gcall *call;
gcall              44 scripts/gcc-plugins/sancov_plugin.c 		gcall *gcall;
gcall              51 scripts/gcc-plugins/sancov_plugin.c 		gcall = as_a_gcall(gimple_build_call(sancov_fndecl, 0));
gcall              52 scripts/gcc-plugins/sancov_plugin.c 		gimple_set_location(gcall, gimple_location(stmt));
gcall              53 scripts/gcc-plugins/sancov_plugin.c 		gsi_insert_before(&gsi, gcall, GSI_SAME_STMT);
gcall              52 scripts/gcc-plugins/stackleak_plugin.c 	gcall *stackleak_track_stack;