Searched refs:do_decl_instantiation (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dparse.y876 do_decl_instantiation (specs, $4, NULL_TREE); }
879 { do_decl_instantiation (NULL_TREE, $3, NULL_TREE); }
882 { do_decl_instantiation (NULL_TREE, $3, NULL_TREE); }
891 do_decl_instantiation (specs, $5, $1); }
894 { do_decl_instantiation (NULL_TREE, $4, $1); }
897 { do_decl_instantiation (NULL_TREE, $4, $1); }
H A Dparse.c5052 do_decl_instantiation (specs, yyvsp[0].ttype, NULL_TREE); ;
5056 { do_decl_instantiation (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
5060 { do_decl_instantiation (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
5070 do_decl_instantiation (specs, yyvsp[0].ttype, yyvsp[-4].ttype); ;
5074 { do_decl_instantiation (NULL_TREE, yyvsp[0].ttype, yyvsp[-3].ttype); ;
5078 { do_decl_instantiation (NULL_TREE, yyvsp[0].ttype, yyvsp[-3].ttype); ;
H A Dcp-tree.h3222 extern void do_decl_instantiation PROTO((tree, tree, tree));
H A Dpt.c1464 is done by do_decl_instantiation later. */
8923 do_decl_instantiation (declspecs, declarator, storage)
8921 do_decl_instantiation (declspecs, declarator, storage) function
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-tree.h5727 extern void do_decl_instantiation (tree, tree);
H A Dpt.c2735 is done by do_decl_instantiation later. */
19723 do_decl_instantiation (tree decl, tree storage)
19721 do_decl_instantiation (tree decl, tree storage) function
H A Dparser.c14543 do_decl_instantiation (decl, extension_specifier);

Completed in 724 milliseconds