Home
last modified time | relevance | path

Searched refs:strip_typedefs_expr (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc1750 strip_arg = strip_typedefs_expr (arg, remove_attributes, in strip_typedefs()
1779 result = strip_typedefs_expr (DECLTYPE_TYPE_EXPR (t), in strip_typedefs()
1882 strip_typedefs_expr (tree t, bool *remove_attributes, unsigned int flags) in strip_typedefs_expr() function
1933 tree val = strip_typedefs_expr (TREE_VALUE (it), in strip_typedefs_expr()
1959 tree op = strip_typedefs_expr (TREE_VEC_ELT (t, i), in strip_typedefs_expr()
1988 tree op = strip_typedefs_expr (e->value, remove_attributes, flags); in strip_typedefs_expr()
1995 (e->index == strip_typedefs_expr (e->index, remove_attributes, in strip_typedefs_expr()
2045 ops[i] = strip_typedefs_expr (TREE_OPERAND (t, i), in strip_typedefs_expr()
H A Dexcept.cc1281 expr = strip_typedefs_expr (expr); in build_noexcept_spec()
H A DChangeLog-2018176 (strip_typedefs_expr): Strip any location wrapper before checking
831 * tree.c (strip_typedefs_expr): Pass through LAMBDA_EXPR.
2271 * tree.c (strip_typedefs_expr) [TREE_LIST]: Fix iteration.
3796 * tree.c (strip_typedefs_expr): Reject STATEMENT_LISTs.
4746 * except.c (build_noexcept_spec): Use strip_typedefs_expr.
4959 * tree.c (strip_typedefs_expr): Use cp_tree_operand_length.
H A DChangeLog-20133102 (strip_typedefs_expr): Copy NON_DEFAULT_TEMPLATE_ARGS_COUNT from t to
3713 * tree.c (strip_typedefs_expr): Complain about lambda, don't abort.
4183 * tree.c (strip_typedefs_expr) [TREE_VEC]: Preserve non-default
H A DChangeLog-20153258 * tree.c (strip_typedefs_expr) [TRAIT_EXPR]: Fix typo.
3428 (strip_typedefs_expr): Likewise.
H A DChangeLog-20191468 (strip_typedefs, strip_typedefs_expr): Take a flags argument.
1469 * tree.c (strip_typedefs, strip_typedefs_expr): Likewise,
4043 * tree.c (build_vec_init_elt, strip_typedefs, strip_typedefs_expr)
H A DChangeLog-20121539 * tree.c (strip_typedefs_expr): New.
H A Dcp-tree.h7812 extern tree strip_typedefs_expr (tree, bool * = NULL,
H A Dpt.cc1223 gcc_assert (strip_typedefs_expr (arg, NULL) == arg); in verify_unstripped_args_1()
8316 tree canon = strip_typedefs_expr (arg, &removed_attributes); in canonicalize_expr_argument()
24525 arg = strip_typedefs_expr (arg, &removed_attr); in unify()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c1664 strip_arg = strip_typedefs_expr (arg, remove_attributes, in strip_typedefs()
1693 result = strip_typedefs_expr (DECLTYPE_TYPE_EXPR (t), in strip_typedefs()
1782 strip_typedefs_expr (tree t, bool *remove_attributes, unsigned int flags) in strip_typedefs_expr() function
1833 tree val = strip_typedefs_expr (TREE_VALUE (it), in strip_typedefs_expr()
1859 tree op = strip_typedefs_expr (TREE_VEC_ELT (t, i), in strip_typedefs_expr()
1888 tree op = strip_typedefs_expr (e->value, remove_attributes, flags); in strip_typedefs_expr()
1895 (e->index == strip_typedefs_expr (e->index, remove_attributes, in strip_typedefs_expr()
1945 ops[i] = strip_typedefs_expr (TREE_OPERAND (t, i), in strip_typedefs_expr()
H A Dexcept.c1331 expr = strip_typedefs_expr (expr); in build_noexcept_spec()
H A Dcp-tree.h7414 extern tree strip_typedefs_expr (tree, bool * = NULL,
H A Dpt.c1199 gcc_assert (strip_typedefs_expr (arg, NULL) == arg); in verify_unstripped_args_1()
8098 tree canon = strip_typedefs_expr (arg, &removed_attributes); in canonicalize_expr_argument()
23604 arg = strip_typedefs_expr (arg, &removed_attr); in unify()