Searched defs:is_friend (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | friend.c | 36 is_friend (type, supplicant) in is_friend() function
|
H A D | pt.c | 1499 int is_friend = flags & 4; local 2699 push_template_decl_real (decl, is_friend) in push_template_decl_real() argument
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | friend.c | 39 is_friend (tree type, tree supplicant) in is_friend() function
|
H A D | name-lookup.c | 564 pushdecl_maybe_friend (tree x, bool is_friend) in pushdecl_maybe_friend() 1841 pushdecl_with_scope (tree x, cxx_scope *level, bool is_friend) in pushdecl_with_scope() 1888 push_overloaded_decl (tree decl, int flags, bool is_friend) in push_overloaded_decl() 3206 pushdecl_namespace_level (tree x, bool is_friend) in pushdecl_namespace_level() 3399 pushdecl_top_level_1 (tree x, tree *init, bool is_friend) in pushdecl_top_level_1() 3421 pushdecl_top_level_maybe_friend (tree x, bool is_friend) in pushdecl_top_level_maybe_friend() 4724 maybe_process_template_type_declaration (tree type, int is_friend, in maybe_process_template_type_declaration()
|
H A D | pt.c | 1148 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()
|
H A D | parser.c | 10142 bool is_friend, in cp_parser_elaborated_type_specifier()
|