Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc1746 tree strip_arg; in strip_typedefs() local
1748 strip_arg = strip_typedefs (arg, remove_attributes, flags); in strip_typedefs()
1750 strip_arg = strip_typedefs_expr (arg, remove_attributes, in strip_typedefs()
1752 TREE_VEC_ELT (new_args, i) = strip_arg; in strip_typedefs()
1753 if (strip_arg != arg) in strip_typedefs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c1660 tree strip_arg; in strip_typedefs() local
1662 strip_arg = strip_typedefs (arg, remove_attributes, flags); in strip_typedefs()
1664 strip_arg = strip_typedefs_expr (arg, remove_attributes, in strip_typedefs()
1666 TREE_VEC_ELT (new_args, i) = strip_arg; in strip_typedefs()
1667 if (strip_arg != arg) in strip_typedefs()