/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 761 tree asmspec_tree, in finish_static_data_member_decl() argument 817 cp_finish_decl (decl, init, init_const_expr_p, asmspec_tree, flags); in finish_static_data_member_decl() 828 tree asmspec_tree, in grokfield() argument 910 if (asmspec_tree && asmspec_tree != error_mark_node) in grokfield() 911 asmspec = TREE_STRING_POINTER (asmspec_tree); in grokfield() 1004 asmspec_tree, flags); in grokfield() 1024 asmspec_tree, flags); in grokfield()
|
H A D | decl.c | 7490 tree asmspec_tree, int flags) in cp_finish_decl() argument 7518 if (VAR_P (decl) && DECL_REGISTER (decl) && asmspec_tree == NULL_TREE) in cp_finish_decl() 7531 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree); in cp_finish_decl() 7532 if (asmspec_tree && asmspec_tree != error_mark_node) in cp_finish_decl() 7533 asmspec = TREE_STRING_POINTER (asmspec_tree); in cp_finish_decl()
|
H A D | pt.c | 18160 tree asmspec_tree = NULL_TREE; in tsubst_expr() local 18189 asmspec_tree in tsubst_expr() 18192 TREE_TYPE (asmspec_tree) = char_array_type_node; in tsubst_expr() 18195 cp_finish_decl (decl, init, const_init, asmspec_tree, in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl2.cc | 893 tree asmspec_tree, in finish_static_data_member_decl() argument 949 cp_finish_decl (decl, init, init_const_expr_p, asmspec_tree, flags); in finish_static_data_member_decl() 960 tree asmspec_tree, in grokfield() argument 1052 if (asmspec_tree && asmspec_tree != error_mark_node) in grokfield() 1053 asmspec = TREE_STRING_POINTER (asmspec_tree); in grokfield() 1140 asmspec_tree, flags); in grokfield() 1160 asmspec_tree, flags); in grokfield()
|
H A D | decl.cc | 8060 tree asmspec_tree, int flags) in cp_finish_decl() argument 8091 if (VAR_P (decl) && DECL_REGISTER (decl) && asmspec_tree == NULL_TREE) in cp_finish_decl() 8104 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree); in cp_finish_decl() 8105 if (asmspec_tree && asmspec_tree != error_mark_node) in cp_finish_decl() 8106 asmspec = TREE_STRING_POINTER (asmspec_tree); in cp_finish_decl()
|
H A D | pt.cc | 18760 tree asmspec_tree = NULL_TREE; in tsubst_expr() local 18794 asmspec_tree in tsubst_expr() 18797 TREE_TYPE (asmspec_tree) = char_array_type_node; in tsubst_expr() 18800 cp_finish_decl (decl, init, const_init, asmspec_tree, 0); in tsubst_expr()
|
H A D | ChangeLog-2006 | 1427 * decl.c (cp_finish_decl): Check asmspec_tree for error_mark_node.
|
H A D | ChangeLog-2021 | 5110 pass asmspec_tree to cp_finish_decl.
|
H A D | ChangeLog-1994 | 2612 * cp/decl.c (finish_decl): Setting asmspec_tree should not
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 3585 tree asmspec_tree; in implicitly_declare() local 3675 asmspec_tree = maybe_apply_renaming_pragma (decl, /*asmname=*/NULL); in implicitly_declare() 3676 if (asmspec_tree) in implicitly_declare() 3677 set_user_assembler_name (decl, TREE_STRING_POINTER (asmspec_tree)); in implicitly_declare() 5226 tree origtype, tree asmspec_tree) in finish_decl() argument 5235 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree); in finish_decl() 5236 if (asmspec_tree) in finish_decl() 5237 asmspec = TREE_STRING_POINTER (asmspec_tree); in finish_decl()
|
H A D | c-typeck.c | 8271 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED, int top_level, in start_init()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 3647 tree asmspec_tree; in implicitly_declare() local 3739 asmspec_tree = maybe_apply_renaming_pragma (decl, /*asmname=*/NULL); in implicitly_declare() 3740 if (asmspec_tree) in implicitly_declare() 3741 set_user_assembler_name (decl, TREE_STRING_POINTER (asmspec_tree)); in implicitly_declare() 5337 tree origtype, tree asmspec_tree) in finish_decl() argument 5346 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree); in finish_decl() 5347 if (asmspec_tree) in finish_decl() 5348 asmspec = TREE_STRING_POINTER (asmspec_tree); in finish_decl()
|
H A D | c-typeck.cc | 8450 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED, int top_level, in start_init()
|