Searched refs:thunk_labelno (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c184 static GTY (()) int thunk_labelno;
233 targetm.asm_out.generate_internal_label (buf, "LTHUNK", thunk_labelno);
234 thunk_labelno++;
183 static GTY (()) int thunk_labelno; variable
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1629 static int thunk_labelno; variable
1643 targetm.asm_out.generate_internal_label (buf, "LTHUNK", thunk_labelno);
1644 thunk_labelno++;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc184 static GTY (()) int thunk_labelno;
233 targetm.asm_out.generate_internal_label (buf, "LTHUNK", thunk_labelno);
234 thunk_labelno++;
183 static GTY (()) int thunk_labelno; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1816 static int thunk_labelno; variable
1830 targetm.asm_out.generate_internal_label (buf, "LTHUNK", thunk_labelno);
1831 thunk_labelno++;

Completed in 221 milliseconds