Searched defs:gs (Results 1 – 4 of 4) sorted by relevance
51 struct gstr gs; in str_new() local60 void str_free(struct gstr *gs) in str_free()68 void str_append(struct gstr *gs, const char *s) in str_append()82 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()93 char *str_get(const struct gstr *gs) in str_get()
1119 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper() local1147 void expr_gstr_print(const struct expr *e, struct gstr *gs) in expr_gstr_print()1176 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()
378 struct gstr gs = str_new(); in sym_warn_unmet_dep() local
316 inline bool is_a_helper<const ggoto *>::test(const_gimple gs) in test()323 inline bool is_a_helper<const greturn *>::test(const_gimple gs) in test()
Completed in 8 milliseconds