OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_label
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/usb/
umidi.c
1561
char
out_label
[16];
local
1583
out_label
[0] = '\0';
1585
snprintf(
out_label
, sizeof(
out_label
), ">%d(%x) ",
1588
snprintf(
out_label
, sizeof(
out_label
), ">%d ",
1593
len = strlen(in_label) + strlen(
out_label
) + strlen(unit_label) + 4;
1598
in_label,
out_label
, unit_label);
/src/external/gpl3/gcc/dist/gcc/
tree-eh.cc
1770
tree
out_label
;
local
1804
out_label
= NULL;
1830
if (!
out_label
)
1831
out_label
= create_artificial_label (try_catch_loc);
1833
x = gimple_build_goto (
out_label
);
1848
gimple_seq ret_seq = frob_into_branch_around (tp, try_region,
out_label
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc
1769
tree
out_label
;
local
1803
out_label
= NULL;
1829
if (!
out_label
)
1830
out_label
= create_artificial_label (try_catch_loc);
1832
x = gimple_build_goto (
out_label
);
1847
gimple_seq ret_seq = frob_into_branch_around (tp, try_region,
out_label
);
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc
7510
rtx_code_label *
out_label
, *top_label;
local
7520
out_label
= gen_label_rtx ();
7529
true,
out_label
);
7629
emit_label (
out_label
);
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc
6943
rtx_code_label *
out_label
, *top_label;
local
6953
out_label
= gen_label_rtx ();
6962
true,
out_label
);
7062
emit_label (
out_label
);
Completed in 73 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026