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

  /src/external/bsd/bc/dist/
util.c 78 static char *arglist1 = NULL, *arglist2 = NULL; variable
122 if (arglist2 != NULL)
123 free (arglist2);
124 arglist2 = arglist1;
136 if (arglist2 != NULL)
137 free (arglist2);
138 arglist2 = arglist1;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 9951 tree arglist2 = coerce_template_args_for_ttp (templ, arglist, complain); local
9952 if (arglist2 == error_mark_node
9953 || (!uses_template_parms (arglist2)
9954 && check_instantiated_args (templ, arglist2, complain)))
9957 parm = bind_template_template_parm (TREE_TYPE (templ), arglist2);
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 10037 tree arglist2 = coerce_template_args_for_ttp (templ, arglist, complain); local
10038 if (arglist2 == error_mark_node
10039 || (!uses_template_parms (arglist2)
10040 && check_instantiated_args (templ, arglist2, complain)))
10043 parm = bind_template_template_parm (TREE_TYPE (templ), arglist2);

Completed in 76 milliseconds