Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtree.c1228 strip_arg = strip_typedefs_expr (arg); in strip_typedefs()
1249 result = strip_typedefs_expr (DECLTYPE_TYPE_EXPR (t)); in strip_typedefs()
1290 strip_typedefs_expr (tree t) in strip_typedefs_expr() function
1337 tree val = strip_typedefs_expr (TREE_VALUE (t)); in strip_typedefs_expr()
1363 tree op = strip_typedefs_expr (TREE_VEC_ELT (t, i)); in strip_typedefs_expr()
1392 tree op = strip_typedefs_expr (e->value); in strip_typedefs_expr()
1398 gcc_checking_assert (e->index == strip_typedefs_expr (e->index)); in strip_typedefs_expr()
1443 ops[i] = strip_typedefs_expr (TREE_OPERAND (t, i)); in strip_typedefs_expr()
H A Dcp-tree.h5670 extern tree strip_typedefs_expr (tree);
H A Dpt.c6298 val = strip_typedefs_expr (orig_arg); in convert_template_argument()
16284 arg = strip_typedefs_expr (arg); in unify()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtree.c1572 strip_arg = strip_typedefs_expr (arg, remove_attributes); in strip_typedefs()
1600 result = strip_typedefs_expr (DECLTYPE_TYPE_EXPR (t), in strip_typedefs()
1679 strip_typedefs_expr (tree t, bool *remove_attributes) in strip_typedefs_expr() function
1726 tree val = strip_typedefs_expr (TREE_VALUE (it), remove_attributes); in strip_typedefs_expr()
1752 tree op = strip_typedefs_expr (TREE_VEC_ELT (t, i), in strip_typedefs_expr()
1782 tree op = strip_typedefs_expr (e->value, remove_attributes); in strip_typedefs_expr()
1789 (e->index == strip_typedefs_expr (e->index, remove_attributes)); in strip_typedefs_expr()
1839 ops[i] = strip_typedefs_expr (TREE_OPERAND (t, i), remove_attributes); in strip_typedefs_expr()
H A Dexcept.c1226 expr = strip_typedefs_expr (expr); in build_noexcept_spec()
H A Dcp-tree.h7074 extern tree strip_typedefs_expr (tree, bool * = NULL);
H A Dpt.c1153 gcc_assert (strip_typedefs_expr (arg, NULL) == arg); in verify_unstripped_args_1()
7680 tree canon = strip_typedefs_expr (arg, &removed_attributes); in canonicalize_expr_argument()
21785 arg = strip_typedefs_expr (arg, &removed_attr); in unify()