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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 185 static GTY (()) int thunk_labelno;
234 targetm.asm_out.generate_internal_label (buf, "LTHUNK", thunk_labelno);
235 thunk_labelno++;
184 static GTY (()) int thunk_labelno; variable
  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 1816 static int thunk_labelno; variable
1830 targetm.asm_out.generate_internal_label (buf, "LTHUNK", thunk_labelno);
1831 thunk_labelno++;
  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 185 static GTY (()) int thunk_labelno;
234 targetm.asm_out.generate_internal_label (buf, "LTHUNK", thunk_labelno);
235 thunk_labelno++;
184 static GTY (()) int thunk_labelno; variable

Completed in 30 milliseconds