HomeSort by relevance Sort by last modified time
    Searched defs:Head (Results 151 - 175 of 253) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ImmutableList.h 31 T Head;
34 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr)
35 : Head(head), Tail(tail) {}
41 const T& getHead() const { return Head; }
51 Profile(ID, Head, Tail);
97 /// begin - Returns an iterator referring to the head of the list, or
125 /// getHead - Returns the head of the list.
127 assert(!isEmpty() && "Cannot get the head of an empty list.");
169 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineTraceMetrics.h 165 /// The block number of the head of the trace. (When hasValidDepth()).
166 unsigned Head;
197 /// trace head, and any dependencies from such a far away dominator are not
205 // Instruction depths are only comparable if the traces share a head.
206 if (Head != TBI.Head)
210 // flow, a dominator may share a trace head without actually being on the
274 /// the trace head to the trace center block. The resource depth only
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
ImmutableList.h 31 T Head;
34 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr)
35 : Head(head), Tail(tail) {}
41 const T& getHead() const { return Head; }
51 Profile(ID, Head, Tail);
97 /// begin - Returns an iterator referring to the head of the list, or
125 /// getHead - Returns the head of the list.
127 assert(!isEmpty() && "Cannot get the head of an empty list.");
169 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineTraceMetrics.h 165 /// The block number of the head of the trace. (When hasValidDepth()).
166 unsigned Head;
197 /// trace head, and any dependencies from such a far away dominator are not
205 // Instruction depths are only comparable if the traces share a head.
206 if (Head != TBI.Head)
210 // flow, a dominator may share a trace head without actually being on the
274 /// the trace head to the trace center block. The resource depth only
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableList.h 31 T Head;
34 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr)
35 : Head(head), Tail(tail) {}
41 const T& getHead() const { return Head; }
51 Profile(ID, Head, Tail);
97 /// begin - Returns an iterator referring to the head of the list, or
125 /// getHead - Returns the head of the list.
127 assert(!isEmpty() && "Cannot get the head of an empty list.");
169 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 148 /// The block number of the head of the trace. (When hasValidDepth()).
149 unsigned Head;
180 /// trace head, and any dependencies from such a far away dominator are not
188 // Instruction depths are only comparable if the traces share a head.
189 if (Head != TBI.Head)
193 // flow, a dominator may share a trace head without actually being on the
257 /// the trace head to the trace center block. The resource depth only
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
ImmutableList.h 31 T Head;
34 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr)
35 : Head(head), Tail(tail) {}
41 const T& getHead() const { return Head; }
51 Profile(ID, Head, Tail);
97 /// begin - Returns an iterator referring to the head of the list, or
125 /// getHead - Returns the head of the list.
127 assert(!isEmpty() && "Cannot get the head of an empty list.");
169 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineTraceMetrics.h 148 /// The block number of the head of the trace. (When hasValidDepth()).
149 unsigned Head;
180 /// trace head, and any dependencies from such a far away dominator are not
188 // Instruction depths are only comparable if the traces share a head.
189 if (Head != TBI.Head)
193 // flow, a dominator may share a trace head without actually being on the
257 /// the trace head to the trace center block. The resource depth only
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
ImmutableList.h 31 T Head;
34 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr)
35 : Head(head), Tail(tail) {}
41 const T& getHead() const { return Head; }
51 Profile(ID, Head, Tail);
97 /// begin - Returns an iterator referring to the head of the list, or
125 /// getHead - Returns the head of the list.
127 assert(!isEmpty() && "Cannot get the head of an empty list.");
169 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineTraceMetrics.h 148 /// The block number of the head of the trace. (When hasValidDepth()).
149 unsigned Head;
180 /// trace head, and any dependencies from such a far away dominator are not
188 // Instruction depths are only comparable if the traces share a head.
189 if (Head != TBI.Head)
193 // flow, a dominator may share a trace head without actually being on the
257 /// the trace head to the trace center block. The resource depth only
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
ImmutableList.h 31 T Head;
34 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr)
35 : Head(head), Tail(tail) {}
41 const T& getHead() const { return Head; }
51 Profile(ID, Head, Tail);
97 /// begin - Returns an iterator referring to the head of the list, or
125 /// getHead - Returns the head of the list.
127 assert(!isEmpty() && "Cannot get the head of an empty list.");
169 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineTraceMetrics.h 165 /// The block number of the head of the trace. (When hasValidDepth()).
166 unsigned Head;
197 /// trace head, and any dependencies from such a far away dominator are not
205 // Instruction depths are only comparable if the traces share a head.
206 if (Head != TBI.Head)
210 // flow, a dominator may share a trace head without actually being on the
274 /// the trace head to the trace center block. The resource depth only
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
ImmutableList.h 31 T Head;
34 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr)
35 : Head(head), Tail(tail) {}
41 const T& getHead() const { return Head; }
51 Profile(ID, Head, Tail);
97 /// begin - Returns an iterator referring to the head of the list, or
125 /// getHead - Returns the head of the list.
127 assert(!isEmpty() && "Cannot get the head of an empty list.");
169 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineTraceMetrics.h 165 /// The block number of the head of the trace. (When hasValidDepth()).
166 unsigned Head;
197 /// trace head, and any dependencies from such a far away dominator are not
205 // Instruction depths are only comparable if the traces share a head.
206 if (Head != TBI.Head)
210 // flow, a dominator may share a trace head without actually being on the
274 /// the trace head to the trace center block. The resource depth only
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ImmutableList.h 31 T Head;
34 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr)
35 : Head(head), Tail(tail) {}
41 const T& getHead() const { return Head; }
51 Profile(ID, Head, Tail);
97 /// begin - Returns an iterator referring to the head of the list, or
125 /// getHead - Returns the head of the list.
127 assert(!isEmpty() && "Cannot get the head of an empty list.");
169 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineTraceMetrics.h 165 /// The block number of the head of the trace. (When hasValidDepth()).
166 unsigned Head;
197 /// trace head, and any dependencies from such a far away dominator are not
205 // Instruction depths are only comparable if the traces share a head.
206 if (Head != TBI.Head)
210 // flow, a dominator may share a trace head without actually being on the
274 /// the trace head to the trace center block. The resource depth only
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
ImmutableList.h 31 T Head;
34 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr)
35 : Head(head), Tail(tail) {}
41 const T& getHead() const { return Head; }
51 Profile(ID, Head, Tail);
97 /// begin - Returns an iterator referring to the head of the list, or
125 /// getHead - Returns the head of the list.
127 assert(!isEmpty() && "Cannot get the head of an empty list.");
169 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineTraceMetrics.h 165 /// The block number of the head of the trace. (When hasValidDepth()).
166 unsigned Head;
197 /// trace head, and any dependencies from such a far away dominator are not
205 // Instruction depths are only comparable if the traces share a head.
206 if (Head != TBI.Head)
210 // flow, a dominator may share a trace head without actually being on the
274 /// the trace head to the trace center block. The resource depth only
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciHostBridge.h 86 LIST_ENTRY Head;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.h 201 // from server. The DHCP4_TAG_NETMASK is included in Head.
205 EFI_DHCP4_PACKET_OPTION Head;
Ip4Impl.c     [all...]
Ip4Input.c 60 Assemble->Head = NULL;
227 LIST_ENTRY *Head;
281 Head = &Assemble->Fragments;
283 NET_LIST_FOR_EACH (Cur, Head) {
297 if ((Prev = Cur->BackLink) != Head) {
323 while (Cur != Head) {
360 // the frist fragment, update the packet's IP head and per packet
368 // from the fragment list. So, Assemble->Head always point
371 ASSERT (Assemble->Head == NULL);
373 Assemble->Head = IpHead;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Io.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.c 54 Assemble->Head = NULL;
169 EFI_IP6_HEADER *Head;
186 Head = Packet->Ip.Ip6;
189 ASSERT (Head != NULL);
195 Index = IP6_ASSEMBLE_HASH (&Head->DestinationAddress, &Head->SourceAddress, This->Id);
201 EFI_IP6_EQUAL (&Entry->Src, &Head->SourceAddress) &&
202 EFI_IP6_EQUAL (&Entry->Dst, &Head->DestinationAddress)
214 &Head->DestinationAddress,
215 &Head->SourceAddress,
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 8 typedef T1 Head;
21 typedef TemplateSel < T1 > Head;
40 typedef typename Types::Head Type;
49 typedef typename Tests::Head Head;
50 TypeParameterizedTest < Fixture, Head, Types >::Register;

Completed in 687 milliseconds

1 2 3 4 5 67 8 91011