Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-tree.h151 struct c_expr struct
540 extern struct c_expr default_function_array_conversion (struct c_expr);
546 extern struct c_expr c_expr_sizeof_expr (struct c_expr);
547 extern struct c_expr c_expr_sizeof_type (struct c_type_name *);
548 extern struct c_expr parser_build_unary_op (enum tree_code, struct c_expr);
549 extern struct c_expr parser_build_binary_op (enum tree_code, struct c_expr,
550 struct c_expr);
558 extern void maybe_warn_string_init (tree, struct c_expr);
563 extern struct c_expr pop_init_level (int);
566 extern void process_init_element (struct c_expr);
H A Dc-parser.c1004 static struct c_expr c_parser_initializer (c_parser *);
1005 static struct c_expr c_parser_braced_init (c_parser *, tree, bool);
1007 static void c_parser_initval (c_parser *, struct c_expr *);
1021 static struct c_expr c_parser_expr_no_commas (c_parser *, struct c_expr *);
1022 static struct c_expr c_parser_conditional_expression (c_parser *,
1023 struct c_expr *);
1024 static struct c_expr c_parser_binary_expression (c_parser *, struct c_expr *);
1025 static struct c_expr c_parser_cast_expression (c_parser *, struct c_expr *);
1026 static struct c_expr c_parser_unary_expression (c_parser *);
1027 static struct c_expr c_parser_sizeof_expression (c_parser *);
[all …]
H A Dc-typeck.c1548 struct c_expr
1549 default_function_array_conversion (struct c_expr exp) in default_function_array_conversion()
2171 struct c_expr
2172 c_expr_sizeof_expr (struct c_expr expr) in c_expr_sizeof_expr()
2174 struct c_expr ret; in c_expr_sizeof_expr()
2198 struct c_expr
2202 struct c_expr ret; in c_expr_sizeof_type()
2586 struct c_expr
2587 parser_build_unary_op (enum tree_code code, struct c_expr arg) in parser_build_unary_op()
2589 struct c_expr result; in parser_build_unary_op()
[all …]