HomeSort by: relevance | last modified time | path
    Searched refs:friends (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/cp/
friend.cc 1 /* Help friends in C++.
94 tree friends = FRIEND_DECLS (list); local
95 for (; friends ; friends = TREE_CHAIN (friends))
97 tree this_friend = TREE_VALUE (friends);
158 /* Add a new friend to the friends of the aggregate type TYPE.
185 tree friends = FRIEND_DECLS (list); local
186 for (; friends ; friends = TREE_CHAIN (friends)
    [all...]
name-lookup.cc 1157 /* If looking for hidden friends, we only look in the innermost
1289 /* Add the hidden friends of SCOPE. */
1294 /* Add friends. */
1300 for (tree friends = FRIEND_DECLS (list); friends;
1301 friends = TREE_CHAIN (friends))
1303 tree fn = TREE_VALUE (friends);
1344 /* Adds the class and its friends to the lookup structure. */
5833 /* It is ok for friends to be qualified in parallel space. *
    [all...]
pt.cc 11248 /* Non-templated friends in a class template are still represented with a
14443 for (tree *friends = &DECL_BEFRIENDING_CLASSES (r);
14444 *friends;
14445 friends = &TREE_CHAIN (*friends))
14447 *friends = copy_node (*friends);
14448 TREE_VALUE (*friends)
14449 = tsubst (TREE_VALUE (*friends), args, complain, in_decl);
module.cc 8502 (some) friends, so we need to check that. */
11681 for (tree friends = DECL_FRIENDLIST (defn);
11682 friends; friends = TREE_CHAIN (friends))
11684 /* Name of these friends. */
11685 tree_node (TREE_PURPOSE (friends));
11686 tree_list (TREE_VALUE (friends), false);
18346 /* Uninstantiated template friends are owned by the befriending
  /src/external/gpl3/gcc/dist/gcc/cp/
friend.cc 1 /* Help friends in C++.
94 tree friends = FRIEND_DECLS (list); local
95 for (; friends ; friends = TREE_CHAIN (friends))
97 tree this_friend = TREE_VALUE (friends);
160 /* Add a new friend to the friends of the aggregate type TYPE.
187 tree friends = FRIEND_DECLS (list); local
188 for (; friends ; friends = TREE_CHAIN (friends)
    [all...]
name-lookup.cc 1162 /* If looking for hidden friends, we only look in the innermost
1294 /* Add the hidden friends of SCOPE. */
1299 /* Add friends. */
1305 for (tree friends = FRIEND_DECLS (list); friends;
1306 friends = TREE_CHAIN (friends))
1308 tree fn = TREE_VALUE (friends);
1349 /* Adds the class and its friends to the lookup structure. */
4480 instantiations of temploid hidden friends from imported modules. *
    [all...]
pt.cc 11398 /* Non-templated friends in a class template are still represented with a
14876 for (tree *friends = &DECL_BEFRIENDING_CLASSES (r);
14877 *friends;
14878 friends = &TREE_CHAIN (*friends))
14880 *friends = copy_node (*friends);
14881 TREE_VALUE (*friends)
14882 = tsubst (TREE_VALUE (*friends), args, complain, in_decl);
26794 /* Don't bother with this for unique friends that can't be redeclared an
    [all...]
module.cc 2739 /* Instantiations of temploid friends imported from another module
7850 /* But don't consider imported temploid friends as attached,
8036 /* Write imported temploid friends so that importers can reconstruct
8886 (some) friends, so we need to check that. */
12214 for (tree friends = DECL_FRIENDLIST (defn);
12215 friends; friends = TREE_CHAIN (friends))
12217 /* Name of these friends. */
12218 tree_node (TREE_PURPOSE (friends));
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclFriend.h 247 inline CXXRecordDecl::friend_range CXXRecordDecl::friends() const { function in class:CXXRecordDecl
DeclCXX.h 11 /// (found in DeclTemplate.h) and friends (in DeclFriend.h).
472 /// deserializing the friends from an external AST source.
665 friend_range friends() const;
670 /// Determines whether this record has any friends.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/
package.d 601 assert(format("My friends are %s.", ["John", "Nancy"]) == `My friends are ["John", "Nancy"].`);
602 assert(format("My friends are %(%s, %).", ["John", "Nancy"]) == `My friends are "John", "Nancy".`);
603 assert(format("My friends are %-(%s, %).", ["John", "Nancy"]) == `My friends are John, Nancy.`);
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Program.inc 73 // the behavior of sh(1) and friends.
  /src/external/historical/nawk/dist/
FIXES.1e 647 i apologize to friends and colleagues in other parts of the world.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAccess.cpp 349 "can't handle friends with dependent contexts here");
587 // Okay, check friends.
588 for (auto *Friend : Class->friends()) {
  /src/share/mk/
bsd.own.mk 1833 # TOOL_GZIP and friends. These might refer to TOOL_PIGZ or to the host gzip.
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 1814 \def\endofsentencespacefactor{1000}% for @. and friends
1819 \def\endofsentencespacefactor{3000}% for @. and friends
1935 % `example' (@kbd uses ttsl only inside of @example and friends),
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 2431 \def\endofsentencespacefactor{1000}% for @. and friends
2436 \def\endofsentencespacefactor{3000}% for @. and friends
2698 % `example' (@kbd uses ttsl only inside of @example and friends),
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 2431 \def\endofsentencespacefactor{1000}% for @. and friends
2436 \def\endofsentencespacefactor{3000}% for @. and friends
2698 % `example' (@kbd uses ttsl only inside of @example and friends),
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 2559 \def\endofsentencespacefactor{1000}% for @. and friends
2564 \def\endofsentencespacefactor{3000}% for @. and friends
2698 % `example' (@kbd uses ttsl only inside of @example and friends),
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 2430 \def\endofsentencespacefactor{1000}% for @. and friends
2435 \def\endofsentencespacefactor{3000}% for @. and friends
2716 % `example' (@kbd uses ttsl only inside of @example and friends),
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 2556 \def\endofsentencespacefactor{1000}% for @. and friends
2561 \def\endofsentencespacefactor{3000}% for @. and friends
2695 % `example' (@kbd uses ttsl only inside of @example and friends),
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 2556 \def\endofsentencespacefactor{1000}% for @. and friends
2561 \def\endofsentencespacefactor{3000}% for @. and friends
2695 % `example' (@kbd uses ttsl only inside of @example and friends),
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 2432 \def\endofsentencespacefactor{1000}% for @. and friends
2437 \def\endofsentencespacefactor{3000}% for @. and friends
2718 % `example' (@kbd uses ttsl only inside of @example and friends),
  /src/external/gpl3/gdb/dist/texinfo/
texinfo.tex 2556 \def\endofsentencespacefactor{1000}% for @. and friends
2561 \def\endofsentencespacefactor{3000}% for @. and friends
2695 % `example' (@kbd uses ttsl only inside of @example and friends),
  /src/external/gpl3/gdb.old/dist/texinfo/
texinfo.tex 2556 \def\endofsentencespacefactor{1000}% for @. and friends
2561 \def\endofsentencespacefactor{3000}% for @. and friends
2695 % `example' (@kbd uses ttsl only inside of @example and friends),

Completed in 162 milliseconds

1 2