Searched refs:strip_arg (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | tree.cc | 1746 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 D | tree.c | 1660 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()
|