Searched refs:cp_finish_decl (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/gnu/gcc/gcc/cp/
H A Dexcept.c398 cp_finish_decl (decl, init, /*init_const_expr_p=*/false, NULL_TREE,
470 cp_finish_decl (exp, init, /*init_const_expr=*/false,
H A Ddecl2.c709 The other parameters are as for cp_finish_decl. */
720 TREE_CHAIN of our decl. Instead, we modify cp_finish_decl to do
750 cp_finish_decl (decl, init, init_const_expr_p, asmspec_tree, flags);
754 parameters are as for cp_finish_decl. Return the DECL for the
901 cp_finish_decl (value, init, /*init_const_expr_p=*/false,
911 cp_finish_decl (value,
1327 to for variables so that cp_finish_decl will update their linkage,
H A Dcvt.c369 cp_finish_decl (arg, targ, /*init_const_expr_p=*/false, NULL_TREE,
H A Ddecl.c3384 cp_finish_decl (decl, init, /*init_const_expr_p=*/false, NULL_TREE,
3828 the type is left null, to be filled in by `cp_finish_decl'.
3882 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
3976 /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set. */
4056 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
4109 same meaning as in cp_finish_decl. *CLEANUP must be NULL on entry,
5150 cp_finish_decl (tree decl, tree init, bool init_const_expr_p,
5170 /* Parameters are handled by store_parm_decls, not cp_finish_decl. */
5464 cp_finish_decl (decl, init, /*init_const_expr_p=*/false, asmspec_tree, 0);
5138 cp_finish_decl (tree decl, tree init, bool init_const_expr_p, function
H A Dsemantics.c2048 cp_finish_decl (var, compound_literal,
H A Dparser.c6713 cp_finish_decl (decl,
11359 cp_finish_decl (decl,
18859 cp_finish_decl (decl, NULL_TREE, /*init_const_expr_p=*/false,
H A Dcp-tree.h3921 extern void cp_finish_decl (tree, tree, bool, tree, int);
H A Dpt.c12209 cp_finish_decl (d, init, /*init_const_expr_p=*/false,
12289 /* Clear DECL_EXTERNAL so that cp_finish_decl will process the
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c373 /* Let `cp_finish_decl' know that this initializer is ok. */
378 cp_finish_decl (decl, init, NULL_TREE,
430 cp_finish_decl (exp, init, NULL_TREE, LOOKUP_ONLYCONVERTING);
H A Dcvt.c369 cp_finish_decl (arg, targ, NULL_TREE,
H A Ddecl2.c801 FLAGS is as for cp_finish_decl. */
815 TREE_CHAIN of our decl. Instead, we modify cp_finish_decl to do
852 cp_finish_decl (decl, init, asmspec_tree, flags);
1042 cp_finish_decl (value, init, NULL_TREE, flags);
1059 cp_finish_decl (value, init, asmspec_tree, flags);
1118 cp_finish_decl (value, NULL_TREE, NULL_TREE, 0);
1665 to for variables so that cp_finish_decl will update their linkage,
H A Drtti.c1480 cp_finish_decl (decl, var_init, NULL_TREE, 0);
1481 /* cp_finish_decl will have dealt with linkage. */
H A Dsemantics.c1075 /* Let `cp_finish_decl' know that this initializer is ok. */
1081 cp_finish_decl (decl, init, NULL_TREE, 0);
H A Ddecl.c4628 Calls cp_finish_decl to register the variable, initializing it with
4638 cp_finish_decl (x, *init, NULL_TREE, 0);
4652 appropriate. Calls cp_finish_decl to register the variable,
7206 cp_finish_decl (decl, init, NULL_TREE, LOOKUP_ONLYCONVERTING);
7688 the type is left null, to be filled in by `cp_finish_decl'.
7755 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
7784 Also tell `cp_finish_decl' it may store the real initializer. */
7838 /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set. */
7895 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
7958 same meaning as in cp_finish_decl
8839 cp_finish_decl (decl, init, asmspec_tree, flags) function
[all...]
H A Dclass.c614 cp_finish_decl (decl, NULL_TREE, NULL_TREE, 0);
7207 cp_finish_decl (decl, DECL_INITIAL (decl), NULL_TREE, 0);
H A Dpt.c7724 cp_finish_decl (decl, init, NULL_TREE, 0);
10540 cp_finish_decl (d,
10544 /* Normally, pop_nested_class is called by cp_finish_decl
H A Dcp-tree.h3814 extern void cp_finish_decl PARAMS ((tree, tree, tree, int));
H A Dparse.y204 cp_finish_decl (decl, init, asmspec, init ? LOOKUP_ONLYCONVERTING : 0);

Completed in 345 milliseconds