Searched refs:friends (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dfriend.c1 /* Help friends in C++.
63 tree friends = FRIEND_DECLS (list); local
64 for (; friends ; friends = TREE_CHAIN (friends))
66 if (same_type_p (ctype, TREE_PURPOSE (friends)))
69 if (TREE_VALUE (friends) == NULL_TREE)
72 if (supplicant == TREE_VALUE (friends))
89 TREE_TYPE (TREE_VALUE (friends))))
92 if (TREE_CODE (TREE_VALUE (friends))
160 tree friends = FRIEND_DECLS (list); local
202 tree friends = FRIEND_DECLS (list); local
[all...]
H A Dpt.c5086 tree friends;
5088 for (friends = TREE_VALUE (t);
5089 friends != NULL_TREE;
5090 friends = TREE_CHAIN (friends))
5091 if (TREE_PURPOSE (friends) == error_mark_node)
5093 tsubst_friend_function (TREE_VALUE (friends),
5099 tsubst (TREE_PURPOSE (friends), args,
5586 tree *friends;
5795 for (friends
5085 tree friends; local
5585 tree *friends; local
[all...]
H A Ddecl2.c226 has no friends. */
1654 If class A defines that certain functions in class B are friends, then
1658 to incorporate the declarations of the friends within its structure.
1853 /* Pass friends back this way. */
1881 if (! value) return NULL_TREE; /* friends went bad. */
4645 /* It is ok for friends to be qualified in parallel space. */
4846 tree list, friends, context;
4862 /* Process friends. */
4866 for (friends = TREE_VALUE (list); friends;
4839 tree list, friends, context; local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dfriend.c1 /* Help friends in C++.
63 tree friends = FRIEND_DECLS (list); local
64 for (; friends ; friends = TREE_CHAIN (friends))
66 tree this_friend = TREE_VALUE (friends);
127 /* Add a new friend to the friends of the aggregate type TYPE.
154 tree friends = FRIEND_DECLS (list); local
155 for (; friends ; friends
[all...]
H A Dname-lookup.c3512 /* It is ok for friends to be qualified in parallel space. */
3562 friends in any namespace. */
5327 dependent lookup. We only want to find friends of associated
5391 /* Adds the class and its friends to the lookup structure.
5397 tree list, friends, context;
5410 /* Process friends. */
5414 for (friends = FRIEND_DECLS (list); friends;
5415 friends = TREE_CHAIN (friends))
5392 tree list, friends, context; local
[all...]
H A Dpt.c10883 tree *friends;
11109 for (friends = &DECL_BEFRIENDING_CLASSES (r);
11110 *friends;
11111 friends = &TREE_CHAIN (*friends))
11113 *friends = copy_node (*friends);
11114 TREE_VALUE (*friends) = tsubst (TREE_VALUE (*friends),
10882 tree *friends; local
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dld.s2 # (ld and friends).
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex1800 \def\endofsentencespacefactor{1000}% for @. and friends
1805 \def\endofsentencespacefactor{3000}% for @. and friends
1921 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/autoconf/build-aux/
H A Dtexinfo.tex2030 \def\endofsentencespacefactor{1000}% for @. and friends
2035 \def\endofsentencespacefactor{3000}% for @. and friends
2155 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex2556 \def\endofsentencespacefactor{1000}% for @. and friends
2561 \def\endofsentencespacefactor{3000}% for @. and friends
2695 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex2425 \def\endofsentencespacefactor{1000}% for @. and friends
2430 \def\endofsentencespacefactor{3000}% for @. and friends
2550 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex2559 \def\endofsentencespacefactor{1000}% for @. and friends
2564 \def\endofsentencespacefactor{3000}% for @. and friends
2698 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/cloog/osl/autoconf/
H A Dtexinfo.tex2430 \def\endofsentencespacefactor{1000}% for @. and friends
2435 \def\endofsentencespacefactor{3000}% for @. and friends
2716 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/gcc/mpfr/doc/
H A Dtexinfo.tex2430 \def\endofsentencespacefactor{1000}% for @. and friends
2435 \def\endofsentencespacefactor{3000}% for @. and friends
2716 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/gcc/gcc/doc/include/
H A Dtexinfo.tex2432 \def\endofsentencespacefactor{1000}% for @. and friends
2437 \def\endofsentencespacefactor{3000}% for @. and friends
2718 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex1406 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/legacy/gcc/texinfo/
H A Dtexinfo.tex1378 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex1450 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex1813 % `example' (@kbd uses ttsl only inside of @example and friends),
/haiku-buildtools/legacy/gcc/gcc/
H A Dtexinfo.tex1442 % `example' (@kbd uses ttsl only inside of @example and friends),

Completed in 617 milliseconds