HomeSort by: relevance | last modified time | path
    Searched defs:strip_arg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 1778 tree strip_arg = strip_typedefs (arg, remove_attributes, flags);
1779 TREE_VEC_ELT (new_args, i) = strip_arg;
1780 if (strip_arg != arg)
1776 tree strip_arg = strip_typedefs (arg, remove_attributes, flags); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 1748 tree strip_arg;
1750 strip_arg = strip_typedefs (arg, remove_attributes, flags);
1752 strip_arg = strip_typedefs_expr (arg, remove_attributes,
1754 TREE_VEC_ELT (new_args, i) = strip_arg;
1755 if (strip_arg != arg)
1746 tree strip_arg; local

Completed in 21 milliseconds