HomeSort by: relevance | last modified time | path
    Searched defs:lookup_label (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc 328 tree label = this->lookup_label (s, ident);
424 tree lookup_label (Statement *s, Identifier *ident = NULL) function in class:IRVisitor
469 tree vec = this->lookup_label (s);
757 tree label = this->lookup_label (s->label->statement, s->label->ident);
817 tree caselabel = this->lookup_label (cs);
839 tree defaultlabel = this->lookup_label (s->sdefault);
929 tree label = this->lookup_label (s->sw->sdefault);
938 tree label = this->lookup_label (s->cs);
1394 tree label = this->lookup_label (gs->label->statement,
toir.cc 328 tree label = this->lookup_label (s, ident);
424 tree lookup_label (Statement *s, Identifier *ident = NULL) function in class:IRVisitor
469 tree vec = this->lookup_label (s);
757 tree label = this->lookup_label (s->label->statement, s->label->ident);
817 tree caselabel = this->lookup_label (cs);
839 tree defaultlabel = this->lookup_label (s->sdefault);
929 tree label = this->lookup_label (s->sw->sdefault);
938 tree label = this->lookup_label (s->cs);
1394 tree label = this->lookup_label (gs->label->statement,
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 4021 /* Subroutine of lookup_label, declare_label, define_label: construct a
4049 lookup_label (tree name)
4106 lookup_label, but also issues any appropriate warnings. */
4116 label = lookup_label (name);
4033 lookup_label (tree name) function
c-decl.cc 4021 /* Subroutine of lookup_label, declare_label, define_label: construct a
4049 lookup_label (tree name)
4106 lookup_label, but also issues any appropriate warnings. */
4116 label = lookup_label (name);
4033 lookup_label (tree name) function
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 3836 /* Subroutine of lookup_label, declare_label, define_label: construct a
3864 lookup_label (tree name)
3916 lookup_label, but also issues any appropriate warnings. */
3926 label = lookup_label (name);
3848 lookup_label (tree name) function
c-decl.cc 3836 /* Subroutine of lookup_label, declare_label, define_label: construct a
3864 lookup_label (tree name)
3916 lookup_label, but also issues any appropriate warnings. */
3926 label = lookup_label (name);
3848 lookup_label (tree name) function
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 3652 lookup_label (tree id)
3645 lookup_label (tree id) function
decl.cc 3652 lookup_label (tree id)
3645 lookup_label (tree id) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 3428 lookup_label (tree id)
3421 lookup_label (tree id) function
decl.cc 3428 lookup_label (tree id)
3421 lookup_label (tree id) function

Completed in 157 milliseconds