Searched refs:strip_arg (Results 1 – 2 of 2) sorted by relevance
1224 tree strip_arg; in strip_typedefs() local1226 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()
1568 tree strip_arg; in strip_typedefs() local1570 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()