Searched defs:is_friend (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | friend.c | 70 is_friend (tree type, tree supplicant) in is_friend() function
|
H A D | name-lookup.c | 2356 tree old, tree decl, bool is_friend) in update_binding() 3000 do_pushdecl (tree decl, bool is_friend) in do_pushdecl() 3181 pushdecl (tree x, bool is_friend) in pushdecl() 3848 do_pushdecl_with_scope (tree x, cp_binding_level *level, bool is_friend) in do_pushdecl_with_scope() 5083 pushdecl_namespace_level (tree x, bool is_friend) in pushdecl_namespace_level() 6738 maybe_process_template_type_declaration (tree type, int is_friend, in maybe_process_template_type_declaration() 7323 pushdecl_top_level (tree x, bool is_friend) in pushdecl_top_level()
|
H A D | pt.c | 1540 register_specialization (tree spec, tree tmpl, tree args, bool is_friend, in register_specialization() 2805 int is_friend = flags & 4; in check_explicit_specialization() local 5657 push_template_decl_real (tree decl, bool is_friend) in push_template_decl_real()
|
H A D | parser.c | 18667 bool is_friend, in cp_parser_elaborated_type_specifier()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | friend.cc | 70 is_friend (tree type, tree supplicant) in is_friend() function
|
H A D | pt.cc | 1564 register_specialization (tree spec, tree tmpl, tree args, bool is_friend, in register_specialization() 2843 int is_friend = flags & 4; in check_explicit_specialization() local 5800 push_template_decl (tree decl, bool is_friend) in push_template_decl()
|
H A D | name-lookup.cc | 8007 maybe_process_template_type_declaration (tree type, int is_friend, in maybe_process_template_type_declaration()
|
H A D | class.cc | 3358 bool is_friend = DECL_CONTEXT (space) != t; in add_implicitly_declared_members() local
|
H A D | module.cc | 12907 bool is_friend = false; in add_specializations() local
|
H A D | parser.cc | 20285 bool is_friend, in cp_parser_elaborated_type_specifier()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 803 safe_pushdecl_maybe_friend (tree decl, bool is_friend) in safe_pushdecl_maybe_friend()
|