OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lookup_bc_label
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc
467
tree
lookup_bc_label
(Statement *s, bc_kind bc)
function in class:IRVisitor
498
tree label = this->
lookup_bc_label
(s->getRelatedLabeled (), bc_break);
517
tree label = this->
lookup_bc_label
(s->getRelatedLabeled (), bc_continue);
726
this->do_jump (this->
lookup_bc_label
(stmt, bc_break));
742
this->do_jump (this->
lookup_bc_label
(label->statement,
toir.cc
467
tree
lookup_bc_label
(Statement *s, bc_kind bc)
function in class:IRVisitor
498
tree label = this->
lookup_bc_label
(s->getRelatedLabeled (), bc_break);
517
tree label = this->
lookup_bc_label
(s->getRelatedLabeled (), bc_continue);
726
this->do_jump (this->
lookup_bc_label
(stmt, bc_break));
742
this->do_jump (this->
lookup_bc_label
(label->statement,
Completed in 37 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026