Searched refs:c_expr (Results 1 – 5 of 5) sorted by relevance
151 struct c_expr struct551 extern struct c_expr default_function_array_conversion (struct c_expr);557 extern struct c_expr c_expr_sizeof_expr (struct c_expr);558 extern struct c_expr c_expr_sizeof_type (struct c_type_name *);559 extern struct c_expr parser_build_unary_op (enum tree_code, struct c_expr);560 extern struct c_expr parser_build_binary_op (enum tree_code, struct c_expr,561 struct c_expr);569 extern void maybe_warn_string_init (tree, struct c_expr);574 extern struct c_expr pop_init_level (int);577 extern void process_init_element (struct c_expr);
3222 static struct c_expr3244 static struct c_expr4605 static struct c_expr4678 static struct c_expr4776 static struct c_expr4990 static struct c_expr5059 static struct c_expr5159 static struct c_expr5217 static struct c_expr5325 static struct c_expr[all …]
1579 struct c_expr2299 struct c_expr2302 struct c_expr ret; in c_expr_sizeof_expr()2326 struct c_expr2330 struct c_expr ret; in c_expr_sizeof_type()2736 struct c_expr2756 struct c_expr2758 struct c_expr arg2) in parser_build_binary_op()4947 struct c_expr expr; in digest_init()5738 struct c_expr[all …]
22344 (pop_init_level, process_init_element): Use struct c_expr.22345 (struct c_expr): Update comment.22350 (struct constructor_stack): Use struct c_expr for22353 (pop_init_level): Update. Return struct c_expr.22354 (process_init_level): Update. Take struct c_expr argument.22744 * c-tree.h (struct c_expr): Define.22764 * c-typeck.c (parser_build_binary_op): Use c_expr structures.
13516 struct c_expr.13519 Take and return struct c_expr.