OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cont_label
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
gimple-low.cc
788
tree
cont_label
= create_artificial_label (loc);
local
823
/* Build 'goto
CONT_LABEL
' and insert. */
824
g = gimple_build_goto (
cont_label
);
847
/* Build '
CONT_LABEL
:' and insert. */
848
g = gimple_build_label (
cont_label
);
gimplify.cc
8227
tree
cont_label
= create_artificial_label (loc);
8228
label = build1 (LABEL_EXPR, void_type_node,
cont_label
);
8231
build_and_jump (&
cont_label
));
8224
tree
cont_label
= create_artificial_label (loc);
local
/src/external/gpl3/gcc/dist/gcc/
gimple-low.cc
1231
tree
cont_label
= create_artificial_label (loc);
local
1266
/* Build 'goto
CONT_LABEL
' and insert. */
1267
g = gimple_build_goto (
cont_label
);
1290
/* Build '
CONT_LABEL
:' and insert. */
1291
g = gimple_build_label (
cont_label
);
gimplify.cc
8713
tree
cont_label
= create_artificial_label (loc);
8714
label = build1 (LABEL_EXPR, void_type_node,
cont_label
);
8717
build_and_jump (&
cont_label
));
8710
tree
cont_label
= create_artificial_label (loc);
local
/src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c
4291
rtx bcomp, hit_label, hit_ref,
cont_label
;
4377
cont_label
= gen_label_rtx ();
4378
emit_jump_insn (gen_jump (
cont_label
));
4422
emit_label (
cont_label
);
4281
rtx bcomp, hit_label, hit_ref,
cont_label
;
local
Completed in 258 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026