HomeSort by: relevance | last modified time | path
    Searched defs:global_friend (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
friend.cc 28 /* The GLOBAL_FRIEND scope (functions, classes, or templates) is
35 static GTY(()) tree global_friend; variable
37 /* Set the GLOBAL_FRIEND for this compilation session. It might be
44 gcc_assert (!global_friend || global_friend == scope);
45 global_friend = scope;
55 if (global_friend == scope)
58 if (!global_friend)
61 if (is_specialization_of_friend (global_friend, scope))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
friend.cc 28 /* The GLOBAL_FRIEND scope (functions, classes, or templates) is
35 static GTY(()) tree global_friend; variable
37 /* Set the GLOBAL_FRIEND for this compilation session. It might be
44 gcc_assert (!global_friend || global_friend == scope);
45 global_friend = scope;
55 if (global_friend == scope)
58 if (!global_friend)
61 if (is_specialization_of_friend (global_friend, scope))

Completed in 17 milliseconds