Home
last modified time | relevance | path

Searched defs:Tail (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h129 typedef Types0 Tail; typedef
134 typedef Types1<T2> Tail; typedef
140 typedef Types2<T2, T3> Tail; typedef
146 typedef Types3<T2, T3, T4> Tail; typedef
152 typedef Types4<T2, T3, T4, T5> Tail; typedef
159 typedef Types5<T2, T3, T4, T5, T6> Tail; typedef
166 typedef Types6<T2, T3, T4, T5, T6, T7> Tail; typedef
173 typedef Types7<T2, T3, T4, T5, T6, T7, T8> Tail; typedef
180 typedef Types8<T2, T3, T4, T5, T6, T7, T8, T9> Tail; typedef
187 typedef Types9<T2, T3, T4, T5, T6, T7, T8, T9, T10> Tail; typedef
[all …]
/netbsd-src/external/apache2/mDNSResponder/dist/mDNSShared/
H A DGenLinkedList.h28 *Tail; member
48 *Tail; member
70 Tail; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableList.h31 const ImmutableListImpl* Tail; variable
176 LLVM_NODISCARD ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
204 LLVM_NODISCARD ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAutomaton.h71 PathSegment *Tail; member
85 PathSegment *makePathSegment(uint64_t State, PathSegment *Tail) { in makePathSegment()
H A DRegistry.h56 static node *Head, *Tail; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp104 MachineInstr &Tail, int64_t Offset) { in foldOffset()
184 MachineInstr &Tail = *MRI->use_begin(DestReg)->getParent(); in detectAndFoldOffset() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DEncoding.h64 StringRef Tail = Text; in columnWidthWithTabs() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dmswsock.d83 PVOID Tail; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DCallingConv.h81 Tail = 18, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DX86Counter.cpp54 static void copyDataBuffer(void *MMappedBuffer, char *Buf, uint64_t Tail, in copyDataBuffer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclContextInternals.h198 DeclListNode::Decls *Tail = &Head; in replaceExternalDecls() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp389 StringRef Tail = TextRef.substr(REnd - Offset); in merge() local
395 StringRef Tail = RText.substr(End - R.getOffset()); in merge() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_segmented_array.h167 Segment *Tail; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp154 Matcher *Tail = CheckOpcode->takeNext(); in ContractNodes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp404 uint64_t StartBitOffset, Tail = 0; in accumulateBitFields() local
733 CharUnits Tail = getSize(Prior->Data); in clipTailPadding() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h168 unsigned Tail; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMustExecute.h373 const Instruction *Head, *Tail; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp154 MachineBasicBlock *Tail; member in __anon6cc3cae00111::SSACCmpConv
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp998 BasicBlock *Tail = SplitBlock(BB, CI->getNextNode()); in runSjLjOnFunction() local
1057 BasicBlock *Tail; in runSjLjOnFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriteRope.cpp262 RopePiece Tail(Pieces[i].StrData, Pieces[i].StartOffs+IntraPieceOffset, in split() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp62 Thumb2InstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail, in ReplaceTailWithBranchTo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp769 LLVM_NODISCARD inline RangeSet intersect(BasicValueFactory &BV, in intersect()
778 LLVM_NODISCARD inline RangeSet intersect(BasicValueFactory &BV, in intersect()
812 intersect(BasicValueFactory &BV, RangeSet::Factory &F, HeadTy Head, in intersect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1356 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore->getIterator()); in SplitBlockAndInsertIfThenImpl() local
1444 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore->getIterator()); in SplitBlockAndInsertIfThenElse() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp93 MachineBasicBlock *Tail; member in __anon91bad1d10111::SSAIfConv
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp3918 ExprResult Tail; in ParseOpenMPVarList() local
3989 ExprResult Tail = ParseAssignmentExpression(); in ParseOpenMPVarList() local

12