Home
last modified time | relevance | path

Searched refs:cp_parser_friend_p (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2592 static bool cp_parser_friend_p
20563 bool friend_p = cp_parser_friend_p (decl_specifiers); in cp_parser_init_declarator()
25000 friend_p = cp_parser_friend_p (&decl_specifiers); in cp_parser_member_declaration()
25078 friend_p = cp_parser_friend_p (&decl_specifiers); in cp_parser_member_declaration()
29462 *friend_p = cp_parser_friend_p (&decl_specifiers); in cp_parser_single_declaration()
30545 cp_parser_friend_p (const cp_decl_specifier_seq *decl_specifiers) in cp_parser_friend_p() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc2719 static bool cp_parser_friend_p
22456 bool friend_p = cp_parser_friend_p (decl_specifiers); in cp_parser_init_declarator()
27021 friend_p = cp_parser_friend_p (&decl_specifiers); in cp_parser_member_declaration()
27116 friend_p = cp_parser_friend_p (&decl_specifiers); in cp_parser_member_declaration()
31692 *friend_p = cp_parser_friend_p (&decl_specifiers); in cp_parser_single_declaration()
32799 cp_parser_friend_p (const cp_decl_specifier_seq *decl_specifiers) in cp_parser_friend_p() function
H A DChangeLog-20121986 (cp_parser_single_declaration, cp_parser_friend_p)
H A DChangeLog-20044476 (cp_parser_friend_p): Likewise.