Home
last modified time | relevance | path

Searched defs:Head (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h31 T Head; variable
36 : Head(std::forward<ElemT>(head)), Tail(tail) {} in Head() function
177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
H A DBreadthFirstIterator.h81 std::optional<QueueElement> Head = VisitQueue.front(); in toNext() local
/freebsd/contrib/googletest/googletest/samples/
H A Dsample3-inl.h103 QueueNode<E>* Head() { return head_; } in Head() function
104 const QueueNode<E>* Head() const { return head_; } in Head() function
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dcvparser.c450 ACPI_FILE_NODE *Head) in CvFilenameExists()
491 ACPI_FILE_NODE *Head) in CvFileAddressLookup()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h48 size_t Head = 0; variable
H A DMachineTraceMetrics.h174 unsigned Head; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp245 OptimizedStructLayoutField *Head; in performOptimizedStructLayout() member
256 auto Head = I; in performOptimizedStructLayout() local
H A DPrettyStackTrace.cpp71 PrettyStackTraceEntry *ReverseStackTrace(PrettyStackTraceEntry *Head) { in ReverseStackTrace()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h164 using Head = TemplateSel<Head_>; member
H A Dgtest-internal.h775 typedef typename Tests::Head Head; typedef
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp279 MachineOperand *const Head = HeadRef; in addRegOperandToUseList() local
318 MachineOperand *const Head = HeadRef; in removeRegOperandFromUseList() local
363 MachineOperand *&Head = getRegUseDefListHead(Src->getReg()); in moveOperands() local
H A DShadowStackGCLowering.cpp56 GlobalVariable *Head = nullptr; global() member in __anonc14dba810111::ShadowStackGCLowering
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegistry.h56 static node *Head, *Tail; variable
H A DAutomaton.h98 PathSegment *Head = Heads[I]; transition() local
[all...]
H A DOnDiskHashTable.h81 Item *Head; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h53 delete Head; in ~ArenaAllocator() local
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1602 static NodeArrayNode *nodeListToNodeArray(ArenaAllocator &Arena, NodeList *Head, in nodeListToNodeArray()
1617 NodeList *Head = Arena.alloc<NodeList>(); in demangleNameScopeChain() local
2154 NodeList *Head = Arena.alloc<NodeList>(); in demangleArrayType() local
2193 NodeList *Head = Arena.alloc<NodeList>(); in demangleFunctionParameterList() local
2254 NodeList *Head = nullptr; in demangleTemplateParameterList() local
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsallist.h67 SALINK Head; /* allways one link to speed up insert and delete */ member
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp109 if (Start != Head) in SplitStringDelims() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp219 auto &Head = F.getEntryBlock(); in lowerFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h74 MCFragment *Head = nullptr; member
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h164 Segment *Head; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h371 const Instruction *Head, *Tail; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp146 MachineBasicBlock *Head; member in __anon79d718350111::SSACCmpConv
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp253 const BasicBlock *Head, const DenseSet<BasicBlock *> &BlocksToIgnore) { in getOriginalTerminator()

12