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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_grammar.y 172 %type <l_decl> direct_declarator
776 declarator: direct_declarator
777 | pointer direct_declarator
780 direct_declarator: label
783 | direct_declarator array { dt_decl_array($2); }
784 | direct_declarator function { dt_decl_func($1, $2); }
  /src/external/gpl3/gcc/dist/gcc/
gengtype-parse.cc 630 Subroutine of direct_declarator - do not use elsewhere. */
653 /* direct_declarator:
664 direct_declarator (type_p ty, const char **namep, options_p *optsp,
739 direct_declarator
741 Mutually recursive subroutine of direct_declarator; do not use
761 return direct_declarator (ty, namep, optsp, in_struct);
764 /* declarator: '*'+ direct_declarator
786 return direct_declarator (ty, namep, optsp, in_struct);
662 direct_declarator (type_p ty, const char **namep, options_p *optsp, function
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-parse.cc 623 Subroutine of direct_declarator - do not use elsewhere. */
646 /* direct_declarator:
657 direct_declarator (type_p ty, const char **namep, options_p *optsp,
732 direct_declarator
734 Mutually recursive subroutine of direct_declarator; do not use
754 return direct_declarator (ty, namep, optsp, in_struct);
757 /* declarator: '*'+ direct_declarator
779 return direct_declarator (ty, namep, optsp, in_struct);
655 direct_declarator (type_p ty, const char **namep, options_p *optsp, function
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 799 c_pretty_printer::direct_declarator (tree t)
874 direct_declarator (t);
797 c_pretty_printer::direct_declarator (tree t) function in class:c_pretty_printer
  /src/external/gpl3/gcc/dist/gcc/cp/
cxx-pretty-print.cc 1676 cxx_pretty_printer::direct_declarator (tree t)
1721 c_pretty_printer::direct_declarator (t);
1733 direct_declarator (t);
1675 cxx_pretty_printer::direct_declarator (tree t) function in class:cxx_pretty_printer
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 760 c_pretty_printer::direct_declarator (tree t)
833 direct_declarator (t);
758 c_pretty_printer::direct_declarator (tree t) function in class:c_pretty_printer
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cxx-pretty-print.cc 1650 cxx_pretty_printer::direct_declarator (tree t)
1695 c_pretty_printer::direct_declarator (t);
1707 direct_declarator (t);
1649 cxx_pretty_printer::direct_declarator (tree t) function in class:cxx_pretty_printer

Completed in 31 milliseconds