Home
last modified time | relevance | path

Searched refs:std_alignof (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc1883 bool std_alignof, bool complain) in cxx_sizeof_or_alignof_type() argument
1902 else if (VOID_TYPE_P (type) && std_alignof) in cxx_sizeof_or_alignof_type()
1926 if (op == ALIGNOF_EXPR && std_alignof) in cxx_sizeof_or_alignof_type()
1933 op == SIZEOF_EXPR, std_alignof, in cxx_sizeof_or_alignof_type()
2036 cxx_alignof_expr (location_t loc, tree e, bool std_alignof, in cxx_alignof_expr() argument
2050 ALIGNOF_EXPR_STD_P (e) = std_alignof; in cxx_alignof_expr()
2103 ALIGNOF_EXPR, std_alignof, in cxx_alignof_expr()
2114 bool std_alignof, bool complain) in cxx_sizeof_or_alignof_expr() argument
2120 return cxx_alignof_expr (loc, e, std_alignof, in cxx_sizeof_or_alignof_expr()
H A DChangeLog-20201139 * parser.c (cp_parser_unary_expression): Pass std_alignof to
1142 (tsubst_copy_and_build): Pass std_alignof to
1144 * typeck.c (cxx_alignof_expr): Add std_alignof bool parameter
1147 (cxx_sizeof_or_alignof_expr): Add std_alignof bool parameter
H A Dpt.cc20555 bool std_alignof = (TREE_CODE (t) == ALIGNOF_EXPR in tsubst_copy_and_build() local
20581 op1, TREE_CODE (t), std_alignof, in tsubst_copy_and_build()
20585 op1, TREE_CODE (t), std_alignof, in tsubst_copy_and_build()
H A Dparser.cc8690 bool std_alignof = id_equal (token->u.value, "alignof"); in cp_parser_unary_expression() local
8707 std_alignof, true); in cp_parser_unary_expression()
8713 if (std_alignof) in cp_parser_unary_expression()
8719 std_alignof, true); in cp_parser_unary_expression()
H A DChangeLog-20183255 * typeck.c (cxx_sizeof_or_alignof_type): Add std_alignof parm.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c1716 bool std_alignof, bool complain) in cxx_sizeof_or_alignof_type() argument
1752 if (op == ALIGNOF_EXPR && std_alignof) in cxx_sizeof_or_alignof_type()
1759 op == SIZEOF_EXPR, std_alignof, in cxx_sizeof_or_alignof_type()
H A Dparser.c8230 bool std_alignof = id_equal (token->u.value, "alignof"); in cp_parser_unary_expression() local
8247 std_alignof, true); in cp_parser_unary_expression()
8253 if (std_alignof) in cp_parser_unary_expression()
H A Dpt.c19724 bool std_alignof = (TREE_CODE (t) == ALIGNOF_EXPR in tsubst_copy_and_build() local
19750 op1, TREE_CODE (t), std_alignof, in tsubst_copy_and_build()