Home
last modified time | relevance | path

Searched refs:cxx_sizeof_or_alignof_expr (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h5780 extern tree cxx_sizeof_or_alignof_expr (tree, enum tree_code, bool);
H A Dtypeck.c1694 cxx_sizeof_or_alignof_expr (tree e, enum tree_code op, bool complain) in cxx_sizeof_or_alignof_expr() function
H A Dpt.c12005 return cxx_sizeof_or_alignof_expr (expanded, SIZEOF_EXPR, in tsubst_copy()
13404 return cxx_sizeof_or_alignof_expr (op1, TREE_CODE (t), in tsubst_copy_and_build()
H A Dparser.c6395 return cxx_sizeof_or_alignof_expr (operand, op, true); in cp_parser_unary_expression()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h7211 extern tree cxx_sizeof_or_alignof_expr (tree, enum tree_code, bool);
H A Dtypeck.c1804 cxx_sizeof_or_alignof_expr (tree e, enum tree_code op, bool complain) in cxx_sizeof_or_alignof_expr() function
H A Dpt.c15634 return cxx_sizeof_or_alignof_expr (expanded, SIZEOF_EXPR, in tsubst_copy()
18084 r = cxx_sizeof_or_alignof_expr (op1, TREE_CODE (t), in tsubst_copy_and_build()
H A Ddecl.c9580 r = cxx_sizeof_or_alignof_expr (TREE_OPERAND (t, 0), SIZEOF_EXPR, in fold_sizeof_expr()
H A Dparser.c8021 ret = cxx_sizeof_or_alignof_expr (operand, op, true); in cp_parser_unary_expression()