HomeSort by relevance Sort by last modified time
    Searched full:friend (Results 76 - 100 of 5957) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
cxx-linkage-cache.h 7 friend bool f(const U &);
  /external/clang/test/SemaCXX/
member-class-11.cpp 6 Y::~Y() { } // expected-error{{non-friend class member '~Y' cannot have a qualified name}}
warn-unused-private-field.cpp 28 friend void undefinedFriendFunction();
33 friend class NotFullyDefined;
34 friend class NotDefined;
39 friend class FriendClass;
40 friend void friendFunction(HasFriend f);
47 template <typename T> friend class TemplateFriend;
165 friend class B;
170 friend class A;
173 // Undefined friends do not make a mutual friend undefined.
177 friend class E
    [all...]
  /external/clang/test/SemaTemplate/
crash-8204126.cpp 4 template<int> template<typename T> friend void foo(T) {} // expected-error{{extraneous template parameter list}}
  /external/skia/src/pdf/
SkPDFFontImpl.h 26 friend class SkPDFFont; // to access the constructor
43 friend class SkPDFType0Font; // to access the constructor
59 friend class SkPDFFont; // to access the constructor
76 friend class SkPDFFont; // to access the constructor
  /external/skia/src/svg/
SkSVGStop.h 19 friend class SkSVGGradient;
  /external/clang/lib/AST/
DeclFriend.cpp 1 //===--- DeclFriend.cpp - C++ Friend Declaration AST Node Implementation --===//
10 // This file implements the AST classes related to C++ friend
29 FriendUnion Friend,
33 if (Friend.is<NamedDecl*>()) {
34 NamedDecl *D = Friend.get<NamedDecl*>();
44 // These template parameters are for friend types only.
52 FriendDecl *FD = new (Mem) FriendDecl(DC, L, Friend, FriendL,
  /external/zlib/src/contrib/iostream/
zfstream.h 46 friend class gzifstream;
47 friend class gzofstream;
48 friend gzofstream &setcompressionlevel( gzofstream &, int );
49 friend gzofstream &setcompressionstrategy( gzofstream &, int );
93 friend gzofstream &operator<<(gzofstream &, const gzomanip<T> &);
  /external/chromium_org/tools/clang/plugins/tests/
base_refcounted.h 50 friend class base::RefCounted<PublicRefCountedDtorInHeader>;
62 friend class base::RefCountedThreadSafe<
76 friend class base::RefCounted<ProtectedRefCountedDtorInHeader>;
89 friend class base::RefCounted<ProtectedRefCountedVirtualDtorInHeader>;
101 friend class base::RefCounted<PrivateRefCountedDtorInHeader>;
155 friend class base::RefCounted<ImplementsAPublicInterface>;
171 friend class base::RefCounted<ImplementsAnImplicitInterface>;
183 friend class base::RefCounted<PrivatelyImplementsAPublicInterface>;
206 friend class base::RefCounted<RefcountedType>;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 27 template <class U> friend class test_allocator;
73 friend bool operator==(const test_allocator& x, const test_allocator& y)
75 friend bool operator!=(const test_allocator& x, const test_allocator& y)
85 template <class U> friend class test_allocator;
104 friend bool operator==(const test_allocator& x, const test_allocator& y)
106 friend bool operator!=(const test_allocator& x, const test_allocator& y)
115 template <class U> friend class other_allocator;
132 friend bool operator==(const other_allocator& x, const other_allocator& y)
134 friend bool operator!=(const other_allocator& x, const other_allocator& y)
  /external/chromium_org/chrome/browser/ui/
browser_tab_contents.h 36 friend class Browser;
37 friend class chrome::BrowserTabStripModelDelegate;
38 friend class TabAndroid;
43 friend class BrowserNavigatorWebContentsAdoption;
51 friend class ExternalTabContainerWin;
55 friend class prerender::PrerenderContents;
  /external/clang/include/clang/Edit/
FileOffset.h 37 friend bool operator==(FileOffset LHS, FileOffset RHS) {
40 friend bool operator!=(FileOffset LHS, FileOffset RHS) {
43 friend bool operator<(FileOffset LHS, FileOffset RHS) {
48 friend bool operator>(FileOffset LHS, FileOffset RHS) {
53 friend bool operator>=(FileOffset LHS, FileOffset RHS) {
56 friend bool operator<=(FileOffset LHS, FileOffset RHS) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstddef 78 friend _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator==(nullptr_t, nullptr_t) {return true;}
79 friend _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator!=(nullptr_t, nullptr_t) {return false;}
80 friend _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator<(nullptr_t, nullptr_t) {return false;}
81 friend _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator<=(nullptr_t, nullptr_t) {return true;}
82 friend _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator>(nullptr_t, nullptr_t) {return false;}
83 friend _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator>=(nullptr_t, nullptr_t) {return true;}
  /external/chromium/crypto/
capi_util.cc 26 friend class Singleton<CAPIUtilSingleton>;
27 friend struct DefaultSingletonTraits<CAPIUtilSingleton>;
  /external/chromium_org/chrome/browser/plugins/
plugin_installer_observer.h 21 friend class PluginInstaller;
41 friend class PluginInstaller;
plugin_prefs_factory.h 23 friend class PluginPrefs;
24 friend struct DefaultSingletonTraits<PluginPrefsFactory>;
  /external/chromium_org/chrome/browser/usb/
usb_context.h 27 friend class UsbService;
28 friend class base::RefCountedThreadSafe<UsbContext>;
  /external/chromium_org/chromeos/network/
network_cert_migrator.h 26 friend class NetworkHandler;
27 friend class NetworkCertMigratorTest;
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_message_filter.h 30 friend class BrowserThread;
31 friend class base::DeleteHelper<BrowserPluginMessageFilter>;
  /external/chromium_org/content/child/
thread_safe_sender.h 32 friend class ChildThread; // for construction
33 friend class base::RefCountedThreadSafe<ThreadSafeSender>;
  /external/chromium_org/crypto/
capi_util.cc 26 friend class Singleton<CAPIUtilSingleton>;
27 friend struct DefaultSingletonTraits<CAPIUtilSingleton>;
  /external/chromium_org/third_party/icu/source/test/intltest/
ucdtest.h 42 friend void U_CALLCONV unicodeDataLineFn(void *context,
46 friend void U_CALLCONV
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript2.h 40 friend class SkDump;
41 friend struct SkScriptNAnswer;
SkDisplayMovie.h 45 friend class SkAnimateMaker;
46 friend class SkPost;
  /external/clang/test/CXX/temp/temp.param/
p9.cpp 21 template<template<int> class TT = X0> // expected-error{{not permitted on a friend template}}
22 friend void f2();

Completed in 692 milliseconds

1 2 34 5 6 7 8 91011>>