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

/freebsd-9.3-release/contrib/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.c3395 cp_finish_decl (decl, init, /*init_const_expr_p=*/false, NULL_TREE,
3839 the type is left null, to be filled in by `cp_finish_decl'.
3919 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
4013 /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set. */
4093 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
4146 same meaning as in cp_finish_decl. *CLEANUP must be NULL on entry,
5187 cp_finish_decl (tree decl, tree init, bool init_const_expr_p,
5207 /* Parameters are handled by store_parm_decls, not cp_finish_decl. */
5501 cp_finish_decl (decl, init, /*init_const_expr_p=*/false, asmspec_tree, 0);
5175 cp_finish_decl (tree decl, tree init, bool init_const_expr_p, function
H A Dsemantics.c2079 cp_finish_decl (var, compound_literal,
H A Dparser.c6764 cp_finish_decl (decl,
11448 cp_finish_decl (decl,
18958 cp_finish_decl (decl, NULL_TREE, /*init_const_expr_p=*/false,
H A Dcp-tree.h3936 extern void cp_finish_decl (tree, tree, bool, tree, int);
H A Dpt.c12242 cp_finish_decl (d, init, /*init_const_expr_p=*/false,
12322 /* Clear DECL_EXTERNAL so that cp_finish_decl will process the

Completed in 304 milliseconds