Searched refs:class_names_idx (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c2829 static GTY(()) int class_names_idx;
2840 sprintf (buf, "_OBJC_CLASS_NAME_%d", class_names_idx++);
2824 static GTY(()) int class_names_idx; variable
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c2335 static int class_names_idx = 0;
2340 sprintf (buf, "_OBJC_CLASS_NAME_%d", class_names_idx++);
2329 static int class_names_idx = 0; local

Completed in 194 milliseconds