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 D | cp-tree.h | 5780 extern tree cxx_sizeof_or_alignof_expr (tree, enum tree_code, bool);
|
H A D | typeck.c | 1694 cxx_sizeof_or_alignof_expr (tree e, enum tree_code op, bool complain) in cxx_sizeof_or_alignof_expr() function
|
H A D | pt.c | 12005 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 D | parser.c | 6395 return cxx_sizeof_or_alignof_expr (operand, op, true); in cp_parser_unary_expression()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-tree.h | 7211 extern tree cxx_sizeof_or_alignof_expr (tree, enum tree_code, bool);
|
H A D | typeck.c | 1804 cxx_sizeof_or_alignof_expr (tree e, enum tree_code op, bool complain) in cxx_sizeof_or_alignof_expr() function
|
H A D | pt.c | 15634 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 D | decl.c | 9580 r = cxx_sizeof_or_alignof_expr (TREE_OPERAND (t, 0), SIZEOF_EXPR, in fold_sizeof_expr()
|
H A D | parser.c | 8021 ret = cxx_sizeof_or_alignof_expr (operand, op, true); in cp_parser_unary_expression()
|