Home
last modified time | relevance | path

Searched defs:is_friend (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dfriend.c39 is_friend (tree type, tree supplicant) in is_friend() function
Dname-lookup.c559 pushdecl_maybe_friend (tree x, bool is_friend) in pushdecl_maybe_friend()
1838 pushdecl_with_scope (tree x, cxx_scope *level, bool is_friend) in pushdecl_with_scope()
1885 push_overloaded_decl (tree decl, int flags, bool is_friend) in push_overloaded_decl()
3235 pushdecl_namespace_level (tree x, bool is_friend) in pushdecl_namespace_level()
3428 pushdecl_top_level_1 (tree x, tree *init, bool is_friend) in pushdecl_top_level_1()
3450 pushdecl_top_level_maybe_friend (tree x, bool is_friend) in pushdecl_top_level_maybe_friend()
4780 maybe_process_template_type_declaration (tree type, int is_friend, in maybe_process_template_type_declaration()
Dpt.c1148 register_specialization (tree spec, tree tmpl, tree args, bool is_friend) in register_specialization()
1824 int is_friend = flags & 4; in check_explicit_specialization() local
3025 push_template_decl_real (tree decl, bool is_friend) in push_template_decl_real()
Dparser.c10560 bool is_friend, in cp_parser_elaborated_type_specifier()