Searched refs:init_const_expr_p (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl2.c | 712 tree init, bool init_const_expr_p, in finish_static_data_member_decl() argument 749 cp_finish_decl (decl, init, init_const_expr_p, asmspec_tree, flags); in finish_static_data_member_decl() 759 tree init, bool init_const_expr_p, in grokfield() argument 891 finish_static_data_member_decl (value, init, init_const_expr_p, in grokfield()
|
| H A D | decl.c | 5138 cp_finish_decl (tree decl, tree init, bool init_const_expr_p, in cp_finish_decl() argument 5191 if (init && init_const_expr_p) in cp_finish_decl() 5284 if (init_const_expr_p) in cp_finish_decl()
|
| H A D | ChangeLog | 2886 (cp_finish_decl): Add init_const_expr_p parameter. Set 2902 * decl2.c (finish_static_data_member_decl): Add init_const_expr_p
|