OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Sep 10 00:26:39 UTC 2026