Searched refs:strip_typedefs_expr (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | tree.cc | 1750 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 D | except.cc | 1281 expr = strip_typedefs_expr (expr); in build_noexcept_spec()
|
H A D | ChangeLog-2018 | 176 (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 D | ChangeLog-2013 | 3102 (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 D | ChangeLog-2015 | 3258 * tree.c (strip_typedefs_expr) [TRAIT_EXPR]: Fix typo. 3428 (strip_typedefs_expr): Likewise.
|
H A D | ChangeLog-2019 | 1468 (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 D | ChangeLog-2012 | 1539 * tree.c (strip_typedefs_expr): New.
|
H A D | cp-tree.h | 7812 extern tree strip_typedefs_expr (tree, bool * = NULL,
|
H A D | pt.cc | 1223 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 D | tree.c | 1664 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 D | except.c | 1331 expr = strip_typedefs_expr (expr); in build_noexcept_spec()
|
H A D | cp-tree.h | 7414 extern tree strip_typedefs_expr (tree, bool * = NULL,
|
H A D | pt.c | 1199 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()
|