Home
last modified time | relevance | path

Searched refs:expr_const_operands (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h214 bool expr_const_operands; member
352 BOOL_BITFIELD expr_const_operands : 1; member
H A Dc-decl.cc5020 bool *expr_const_operands) in groktypename() argument
5028 false, NULL, &attrs, expr, expr_const_operands, in groktypename()
6267 tree *decl_attrs, tree *expr, bool *expr_const_operands, in grokdeclarator() argument
6308 if (expr_const_operands == NULL) in grokdeclarator()
6309 expr_const_operands = &expr_const_operands_dummy; in grokdeclarator()
6319 *expr_const_operands = declspecs->expr_const_operands; in grokdeclarator()
6884 *expr_const_operands &= size_maybe_const; in grokdeclarator()
8173 ret.expr_const_operands = true; in parser_xref_tag()
10783 ret->expr_const_operands = true; in build_null_declspecs()
11730 specs->expr_const_operands &= spec.expr_const_operands; in declspecs_add_type()
H A Dc-parser.cc2246 specs->expr_const_operands &= maybe_const; in c_parser_declaration_or_fndef()
2908 t.expr_const_operands = true; in c_parser_declspecs()
2924 t.expr_const_operands = true; in c_parser_declspecs()
2984 t.expr_const_operands = true; in c_parser_declspecs()
3047 t.expr_const_operands = true; in c_parser_declspecs()
3050 &t.expr_const_operands); in c_parser_declspecs()
3264 ret.expr_const_operands = true; in c_parser_enum_specifier()
3274 ret.expr_const_operands = true; in c_parser_enum_specifier()
3486 ret.expr_const_operands = true; in c_parser_struct_or_union_specifier()
3496 ret.expr_const_operands = true; in c_parser_struct_or_union_specifier()
[all …]
H A Dc-typeck.cc2981 bool expr_const_operands = true; in c_expr_sizeof_expr() local
2994 &expr_const_operands); in c_expr_sizeof_expr()
3005 C_MAYBE_CONST_EXPR_NON_CONST (ret.value) = !expr_const_operands; in c_expr_sizeof_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h214 bool expr_const_operands; member
352 BOOL_BITFIELD expr_const_operands : 1; member
H A Dc-decl.c4928 bool *expr_const_operands) in groktypename() argument
4936 false, NULL, &attrs, expr, expr_const_operands, in groktypename()
5949 tree *decl_attrs, tree *expr, bool *expr_const_operands, in grokdeclarator() argument
5990 if (expr_const_operands == NULL) in grokdeclarator()
5991 expr_const_operands = &expr_const_operands_dummy; in grokdeclarator()
6001 *expr_const_operands = declspecs->expr_const_operands; in grokdeclarator()
6560 *expr_const_operands &= size_maybe_const; in grokdeclarator()
7852 ret.expr_const_operands = true; in parser_xref_tag()
10386 ret->expr_const_operands = true; in build_null_declspecs()
11331 specs->expr_const_operands &= spec.expr_const_operands; in declspecs_add_type()
H A Dc-parser.c2213 specs->expr_const_operands &= maybe_const; in c_parser_declaration_or_fndef()
2866 t.expr_const_operands = true; in c_parser_declspecs()
2882 t.expr_const_operands = true; in c_parser_declspecs()
2942 t.expr_const_operands = true; in c_parser_declspecs()
3005 t.expr_const_operands = true; in c_parser_declspecs()
3008 &t.expr_const_operands); in c_parser_declspecs()
3222 ret.expr_const_operands = true; in c_parser_enum_specifier()
3232 ret.expr_const_operands = true; in c_parser_enum_specifier()
3444 ret.expr_const_operands = true; in c_parser_struct_or_union_specifier()
3454 ret.expr_const_operands = true; in c_parser_struct_or_union_specifier()
[all …]
H A Dc-typeck.c2963 bool expr_const_operands = true; in c_expr_sizeof_expr() local
2976 &expr_const_operands); in c_expr_sizeof_expr()
2987 C_MAYBE_CONST_EXPR_NON_CONST (ret.value) = !expr_const_operands; in c_expr_sizeof_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200930771 expr_const_operands. Update call to grokdeclarator.
30779 expr_const_operands. Track expressions used in declaration
30783 (parser_xref_tag): Set expr and expr_const_operands fields in
30787 (build_null_declspecs): Set expr and expr_const_operands fields in
30791 expr_const_operands fields for declaration specifiers.
30826 (struct c_typespec): Add elements expr and expr_const_operands.
30827 (struct c_declspecs): Add elements expr and expr_const_operands.
H A DChangeLog-201033525 * c-tree.h (struct c_typespec): Move expr_const_operands field up.