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

  /src/external/gpl3/gcc/dist/gcc/
tree-stdarg.cc 292 va_list_counter_op (struct stdarg_info *si, tree ap, tree var, bool gpr_p, function
365 va_list_counter_op (si, ap, var, true, write_p);
367 va_list_counter_op (si, ap, var, false, write_p);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-stdarg.cc 292 va_list_counter_op (struct stdarg_info *si, tree ap, tree var, bool gpr_p, function
365 va_list_counter_op (si, ap, var, true, write_p);
367 va_list_counter_op (si, ap, var, false, write_p);

Completed in 49 milliseconds