HomeSort by relevance Sort by last modified time
    Searched defs:ilist_node (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/ADT/
ilist_node.h 1 //==-- llvm/ADT/ilist_node.h - Intrusive Linked List Helper ------*- C++ -*-==//
10 // This file defines the ilist_node class template, which is a convenient
44 /// ilist_node - Base class that provides next/prev services for nodes
48 class ilist_node : private ilist_half_node<NodeTy> { class in namespace:llvm
58 ilist_node() : Next(nullptr) {} function in class:llvm::ilist_node
76 class ilist_node_with_parent : public ilist_node<NodeTy> {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ilist_node.h 1 //==-- llvm/ADT/ilist_node.h - Intrusive Linked List Helper ------*- C++ -*-==//
10 // This file defines the ilist_node class template, which is a convenient
39 /// ilist_node - Base class that provides next/prev services for nodes
43 class ilist_node : private ilist_half_node<NodeTy> { class in namespace:llvm
51 ilist_node() : Next(0) {} function in class:llvm::ilist_node
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
ilist_node.h 1 //===- llvm/ADT/ilist_node.h - Intrusive Linked List Helper -----*- C++ -*-===//
10 // This file defines the ilist_node class template, which is a convenient
116 /// By default, an \a ilist_node knows whether it is the list sentinel (an
129 /// A type can inherit from ilist_node multiple times by passing in different
136 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
149 class ilist_node class in namespace:llvm
158 /// An access class for ilist_node private API.
161 /// should friend this class if they inherit privately from ilist_node.
257 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_node.h 1 //==-- llvm/ADT/ilist_node.h - Intrusive Linked List Helper ------*- C++ -*-==//
10 // This file defines the ilist_node class template, which is a convenient
113 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// A type can inherit from ilist_node multiple times by passing in different
133 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
146 class ilist_node class in namespace:llvm
154 /// An access class for ilist_node private API.
157 /// should friend this class if they inherit privately from ilist_node.
243 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 1 //==-- llvm/ADT/ilist_node.h - Intrusive Linked List Helper ------*- C++ -*-==//
10 // This file defines the ilist_node class template, which is a convenient
113 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// A type can inherit from ilist_node multiple times by passing in different
133 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
146 class ilist_node class in namespace:llvm
154 /// An access class for ilist_node private API.
157 /// should friend this class if they inherit privately from ilist_node.
243 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node.h 1 //==-- llvm/ADT/ilist_node.h - Intrusive Linked List Helper ------*- C++ -*-==//
10 // This file defines the ilist_node class template, which is a convenient
113 /// By default, an \a ilist_node knows whether it is the list sentinel (an
126 /// A type can inherit from ilist_node multiple times by passing in different
133 /// struct N : ilist_node<N, ilist_tag<A>>, ilist_node<N, ilist_tag<B>> {};
146 class ilist_node class in namespace:llvm
154 /// An access class for ilist_node private API.
157 /// should friend this class if they inherit privately from ilist_node.
243 class ilist_node_with_parent : public ilist_node<NodeTy, Options...>
    [all...]
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 129 class ilist_node : private ilist_half_node { // expected-note {{declared private here}} expected-note {{constrained by private inheritance here}} class in namespace:test2
135 struct X : ilist_node {};
148 // expected-error {{'getNext' is a private member of 'test2::ilist_node'}}

Completed in 858 milliseconds