| H A D | expr.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 21 static struct expr *expr_eliminate_yn(struct expr *e); 24 * expr_lookup - return the expression with the given type and sub-nodes 25 * This looks up an expression with the specified type and sub-nodes. If such 35 struct expr *e; in expr_lookup() local 40 hash_for_each_possible(expr_hashtable, e, nod in expr_lookup() 267 expr_eliminate_yn(struct expr * e) expr_eliminate_yn() argument 537 expr_eliminate_dups(struct expr * e) expr_eliminate_dups() argument 593 expr_transform(struct expr * e) expr_transform() argument 784 expr_trans_compare(struct expr * e,enum expr_type type,struct symbol * sym) expr_trans_compare() argument 891 __expr_calc_value(struct expr * e) __expr_calc_value() argument 967 expr_calc_value(struct expr * e) expr_calc_value() argument 985 struct expr *e; expr_invalidate_all() local 1022 expr_print(const struct expr * e,void (* fn)(void *,struct symbol *,const char *),void * data,int prevtoken) expr_print() argument 1112 expr_fprint(struct expr * e,FILE * out) expr_fprint() argument 1147 expr_gstr_print(const struct expr * e,struct gstr * gs) expr_gstr_print() argument 1157 expr_print_revdep(struct expr * e,void (* fn)(void *,struct symbol *,const char *),void * data,tristate pr_type,const char ** title) expr_print_revdep() argument 1176 expr_gstr_print_revdep(struct expr * e,struct gstr * gs,tristate pr_type,const char * title) expr_gstr_print_revdep() argument [all...] |