Searched refs:current_arg (Results 1 – 6 of 6) sorted by relevance
129 const char** current_arg = &args[0]; in execute() local130 *current_arg = TESTER_BIN; in execute()131 ++current_arg; in execute()132 while ((*current_arg = va_arg(ap, const char*)) != NULL) in execute()133 ++current_arg; in execute()
2752 tree current_arg = argarray[i]; in warn_for_restrict() local2753 if (operand_equal_p (arg, current_arg, 0)) in warn_for_restrict()2755 TREE_VISITED (current_arg) = 1; in warn_for_restrict()
2742 tree current_arg = argarray[i]; in warn_for_restrict() local2743 if (operand_equal_p (arg, current_arg, 0)) in warn_for_restrict()2745 TREE_VISITED (current_arg) = 1; in warn_for_restrict()
4913 int current_arg; member4944 tpd->arg_uses_template_parms[tpd->current_arg] = 1; in mark_template_parm()5031 tpd.current_arg = i; in process_partial_specialization()5207 tpd2.current_arg = i; in process_partial_specialization()
5069 int current_arg; member5100 tpd->arg_uses_template_parms[tpd->current_arg] = 1; in mark_template_parm()5187 tpd.current_arg = i; in process_partial_specialization()5352 tpd2.current_arg = i; in process_partial_specialization()
2068 (template_parm_data): Document. Add current_arg and