Home
last modified time | relevance | path

Searched defs:gs (Results 1 – 4 of 4) sorted by relevance

/scripts/kconfig/
Dutil.c34 struct gstr gs; in str_new() local
43 void str_free(struct gstr *gs) in str_free()
52 void str_append(struct gstr *gs, const char *s) in str_append()
66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
77 char *str_get(struct gstr *gs) in str_get()
Dexpr.c1213 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper() local
1241 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
1270 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()
Dsymbol.c306 struct gstr gs = str_new(); in sym_warn_unmet_dep() local
/scripts/gcc-plugins/
Dgcc-common.h161 inline bool is_a_helper<const gassign *>::test(const_gimple gs) in test()
319 inline bool is_a_helper<const ggoto *>::test(const_gimple gs) in test()
326 inline bool is_a_helper<const greturn *>::test(const_gimple gs) in test()