Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/include/gtest/internal/
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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h71 PathSegment *Tail; member
85 PathSegment *makePathSegment(uint64_t State, PathSegment *Tail) { in makePathSegment()
DRegistry.h56 static node *Head, *Tail; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVMergeBaseOffset.cpp104 MachineInstr &Tail, int64_t Offset) { in foldOffset()
184 MachineInstr &Tail = *MRI->use_begin(DestReg)->getParent(); in detectAndFoldOffset() local
/third_party/typescript/tests/cases/compiler/
DgenericRestTypes.ts7 type Tail<T extends any[]> = ((...args: T) => any) extends ((head: any, ...tail: infer U) => any) ?… alias
DramdaToolsNoInfinite.ts11 type Tail<T extends any[]> = alias
DramdaToolsNoInfinite2.ts245 …export type Tail<L extends List> = ((...t: L) => any) extends ((head: any, ...tail: infer LTail) =… alias
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h135 using Tail = Templates<Tail_...>; member
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-type-util.h165 using Tail = Templates<Tail_...>; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallingConv.h81 Tail = 18, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp921 BasicBlock *Tail = SplitBlock(BB, CI->getNextNode()); in runSjLjOnFunction() local
980 BasicBlock *Tail; in runSjLjOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h168 unsigned Tail; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp932 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore->getIterator()); in SplitBlockAndInsertIfThen() local
982 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore->getIterator()); in SplitBlockAndInsertIfThenElse() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp154 MachineBasicBlock *Tail; member in __anonadf1e6200111::SSACCmpConv
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp58 Thumb2InstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail, in ReplaceTailWithBranchTo()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh60 Tail, /* Relative to the current object tail after packed. */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp92 MachineBasicBlock *Tail; member in __anon529a6d110111::SSAIfConv
DTargetInstrInfo.cpp131 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail, in ReplaceTailWithBranchTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp570 const VPBlockBase *Tail = From->getExitBasicBlock(); in drawEdge() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1141 BasicBlock *Tail = BI->getSuccessor(0); in combineShadows() local
1256 BasicBlock *Tail = Head->splitBasicBlock(Pos->getIterator()); in loadShadow() local
DControlHeightReduction.cpp1217 CHRScope *Tail = Scope->split(RI.R); in splitScope() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp1265 StringRef Tail = Rest; in executePostLayoutBinding() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp2084 NodeList *Tail = Head; in demangleArrayType() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp116234 static Base& Tail(TupleImpl& aTuple) { return aTuple; } in Tail() function
116235 static const Base& Tail(const TupleImpl& aTuple) { return aTuple; } in Tail() function