Home
last modified time | relevance | path

Searched refs:strip_arg (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDtree.c1224 tree strip_arg; in strip_typedefs() local
1226 strip_arg = strip_typedefs (arg); in strip_typedefs()
1228 strip_arg = strip_typedefs_expr (arg); in strip_typedefs()
1229 TREE_VEC_ELT (new_args, i) = strip_arg; in strip_typedefs()
1230 if (strip_arg != arg) in strip_typedefs()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDtree.c1568 tree strip_arg; in strip_typedefs() local
1570 strip_arg = strip_typedefs (arg, remove_attributes); in strip_typedefs()
1572 strip_arg = strip_typedefs_expr (arg, remove_attributes); in strip_typedefs()
1573 TREE_VEC_ELT (new_args, i) = strip_arg; in strip_typedefs()
1574 if (strip_arg != arg) in strip_typedefs()