HomeSort by relevance Sort by last modified time
    Searched refs:node_base_type (Results 1 - 25 of 45) sorted by null

1 2

  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_base.h 23 typedef ilist_node_base<EnableSentinelTracking> node_base_type; typedef in class:llvm::ilist_base
25 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
26 node_base_type &Prev = *Next.getPrev();
33 static void removeImpl(node_base_type &N) {
34 node_base_type *Prev = N.getPrev();
35 node_base_type *Next = N.getNext();
44 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
45 node_base_type *Prev = First.getPrev()
    [all...]
ilist_node.h 41 template <class OptionsT> class ilist_node_impl : OptionsT::node_base_type {
43 typedef typename OptionsT::node_base_type node_base_type; typedef in class:llvm::ilist_node_impl
64 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
67 return static_cast<ilist_node_impl *>(node_base_type::getNext());
71 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
74 return static_cast<ilist_node_impl *>(node_base_type::getNext());
77 void setPrev(ilist_node_impl *N) { node_base_type::setPrev(N); }
78 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); }
91 using node_base_type::isKnownSentinel
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_base.h 23 typedef ilist_node_base<EnableSentinelTracking> node_base_type; typedef in class:llvm::ilist_base
25 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
26 node_base_type &Prev = *Next.getPrev();
33 static void removeImpl(node_base_type &N) {
34 node_base_type *Prev = N.getPrev();
35 node_base_type *Next = N.getNext();
44 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
45 node_base_type *Prev = First.getPrev()
    [all...]
ilist_node.h 41 template <class OptionsT> class ilist_node_impl : OptionsT::node_base_type {
43 typedef typename OptionsT::node_base_type node_base_type; typedef in class:llvm::ilist_node_impl
64 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
67 return static_cast<ilist_node_impl *>(node_base_type::getNext());
71 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
74 return static_cast<ilist_node_impl *>(node_base_type::getNext());
77 void setPrev(ilist_node_impl *N) { node_base_type::setPrev(N); }
78 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); }
91 using node_base_type::isKnownSentinel
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]
ilist_node.h 40 template <class OptionsT> class ilist_node_impl : OptionsT::node_base_type {
42 using node_base_type = typename OptionsT::node_base_type;
63 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
67 return static_cast<ilist_node_impl *>(node_base_type::getNext());
71 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
75 return static_cast<ilist_node_impl *>(node_base_type::getNext());
78 void setPrev(ilist_node_impl *N) { node_base_type::setPrev(N); }
79 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); }
94 using node_base_type::isKnownSentinel
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]
ilist_node.h 40 template <class OptionsT> class ilist_node_impl : OptionsT::node_base_type {
42 using node_base_type = typename OptionsT::node_base_type;
63 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
67 return static_cast<ilist_node_impl *>(node_base_type::getNext());
71 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
75 return static_cast<ilist_node_impl *>(node_base_type::getNext());
78 void setPrev(ilist_node_impl *N) { node_base_type::setPrev(N); }
79 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); }
94 using node_base_type::isKnownSentinel
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]
ilist_node.h 40 template <class OptionsT> class ilist_node_impl : OptionsT::node_base_type {
42 using node_base_type = typename OptionsT::node_base_type;
63 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
67 return static_cast<ilist_node_impl *>(node_base_type::getNext());
71 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
75 return static_cast<ilist_node_impl *>(node_base_type::getNext());
78 void setPrev(ilist_node_impl *N) { node_base_type::setPrev(N); }
79 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); }
94 using node_base_type::isKnownSentinel
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]
ilist_node.h 40 template <class OptionsT> class ilist_node_impl : OptionsT::node_base_type {
42 using node_base_type = typename OptionsT::node_base_type;
63 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
67 return static_cast<ilist_node_impl *>(node_base_type::getNext());
71 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
75 return static_cast<ilist_node_impl *>(node_base_type::getNext());
78 void setPrev(ilist_node_impl *N) { node_base_type::setPrev(N); }
79 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); }
94 using node_base_type::isKnownSentinel
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]
ilist_node.h 40 template <class OptionsT> class ilist_node_impl : OptionsT::node_base_type {
42 using node_base_type = typename OptionsT::node_base_type;
63 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
67 return static_cast<ilist_node_impl *>(node_base_type::getNext());
71 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
75 return static_cast<ilist_node_impl *>(node_base_type::getNext());
78 void setPrev(ilist_node_impl *N) { node_base_type::setPrev(N); }
79 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); }
94 using node_base_type::isKnownSentinel
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]
ilist_node.h 40 template <class OptionsT> class ilist_node_impl : OptionsT::node_base_type {
42 using node_base_type = typename OptionsT::node_base_type;
63 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
67 return static_cast<ilist_node_impl *>(node_base_type::getNext());
71 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
75 return static_cast<ilist_node_impl *>(node_base_type::getNext());
78 void setPrev(ilist_node_impl *N) { node_base_type::setPrev(N); }
79 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); }
94 using node_base_type::isKnownSentinel
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_base.h 23 typedef ilist_node_base<EnableSentinelTracking> node_base_type; typedef in class:llvm::ilist_base
25 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
26 node_base_type &Prev = *Next.getPrev();
33 static void removeImpl(node_base_type &N) {
34 node_base_type *Prev = N.getPrev();
35 node_base_type *Next = N.getNext();
44 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
45 node_base_type *Prev = First.getPrev()
    [all...]
ilist_node.h 41 template <class OptionsT> class ilist_node_impl : OptionsT::node_base_type {
43 typedef typename OptionsT::node_base_type node_base_type; typedef in class:llvm::ilist_node_impl
64 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
67 return static_cast<ilist_node_impl *>(node_base_type::getNext());
71 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
74 return static_cast<ilist_node_impl *>(node_base_type::getNext());
77 void setPrev(ilist_node_impl *N) { node_base_type::setPrev(N); }
78 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); }
91 using node_base_type::isKnownSentinel
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]
ilist_node.h 40 template <class OptionsT> class ilist_node_impl : OptionsT::node_base_type {
42 using node_base_type = typename OptionsT::node_base_type;
63 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
67 return static_cast<ilist_node_impl *>(node_base_type::getNext());
71 return static_cast<ilist_node_impl *>(node_base_type::getPrev());
75 return static_cast<ilist_node_impl *>(node_base_type::getNext());
78 void setPrev(ilist_node_impl *N) { node_base_type::setPrev(N); }
79 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); }
94 using node_base_type::isKnownSentinel
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
ilist_base.h 21 using node_base_type = ilist_node_base<EnableSentinelTracking>;
23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) {
24 node_base_type &Prev = *Next.getPrev();
31 static void removeImpl(node_base_type &N) {
32 node_base_type *Prev = N.getPrev();
33 node_base_type *Next = N.getNext();
42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) {
43 node_base_type *Prev = First.getPrev()
    [all...]

Completed in 226 milliseconds

1 2