Searched refs:c_expr (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dc-tree.h151 struct c_expr struct
552 extern struct c_expr default_function_array_conversion (struct c_expr);
558 extern struct c_expr c_expr_sizeof_expr (struct c_expr);
559 extern struct c_expr c_expr_sizeof_type (struct c_type_name *);
560 extern struct c_expr parser_build_unary_op (enum tree_code, struct c_expr);
561 extern struct c_expr parser_build_binary_op (enum tree_code, struct c_expr,
[all...]
H A Dc-parser.c1072 static struct c_expr c_parser_initializer (c_parser *);
1073 static struct c_expr c_parser_braced_init (c_parser *, tree, bool);
1075 static void c_parser_initval (c_parser *, struct c_expr *);
1092 static struct c_expr c_parser_expr_no_commas (c_parser *, struct c_expr *);
1093 static struct c_expr c_parser_conditional_expression (c_parser *,
1094 struct c_expr *);
1095 static struct c_expr c_parser_binary_expression (c_parser *, struct c_expr *);
1096 static struct c_expr c_parser_cast_expressio
[all...]
H A Dc-typeck.c121 /* This should really operate on c_expr structures, but they aren't
1587 struct c_expr
1588 default_function_array_conversion (struct c_expr exp)
2310 struct c_expr
2311 c_expr_sizeof_expr (struct c_expr expr)
2313 struct c_expr ret;
2337 struct c_expr
2341 struct c_expr ret;
2749 struct c_expr
2750 parser_build_unary_op (enum tree_code code, struct c_expr ar
[all...]

Completed in 134 milliseconds