Searched refs:friendp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | decl.c | 5969 int friendp, in bad_specifiers() argument 5980 if (friendp) in bad_specifiers() 6076 int friendp, in grokfndecl() argument 6113 if (friendp in grokfndecl() 6176 set_decl_namespace (decl, in_namespace, friendp); in grokfndecl() 6308 4 * (friendp != 0)); in grokfndecl() 6369 ok = duplicate_decls (decl, old_decl, friendp); in grokfndecl() 7035 int virtualp, explicitp, friendp, inlinep, staticp; in grokdeclarator() local 7558 friendp = !! declspecs->specs[(int)ds_friend]; in grokdeclarator() 7560 if (dependent_name && !friendp) in grokdeclarator() [all …]
|
| D | name-lookup.c | 2914 set_decl_namespace (tree decl, tree scope, bool friendp) in set_decl_namespace() argument 2922 if (!friendp && !is_ancestor (current_namespace, scope)) in set_decl_namespace() 2963 if (friendp && DECL_USE_TEMPLATE (decl)) in set_decl_namespace()
|
| D | ChangeLog-1994 | 4846 * decl.c (grokdeclarator): If friendp && virtualp, friendp = 0. 4929 * decl.c (grok_op_properties): Add friendp argument.
|
| D | ChangeLog-1999 | 6313 * decl2.c (set_decl_namespace): Add friendp parameter.
|
| D | ChangeLog | 5488 * cp-tree.h (grok_op_properties): Remove friendp parameter.
|