Home
last modified time | relevance | path

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

12

/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/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
/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/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h128 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/mindspore/mindspore/ccsrc/debug/
Ddraw.cc286 void BaseDigraph::Tail(const AnfNodePtr &node, int idx, int id) { in Tail() function in mindspore::draw::BaseDigraph
295 void BaseDigraph::Tail(const FuncGraphPtr &func_graph) { in Tail() function in mindspore::draw::BaseDigraph
/third_party/boost/boost/msm/mpl_graph/
Dbreadth_first_search.hpp104 typedef typename mpl::pop_front<VertexQueue>::type Tail; typedef
/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 __anon4af298410111::SSACCmpConv
/third_party/boost/boost/phoenix/function/
Dlazy_list.hpp268 struct Tail struct
274 struct result<This(L)>
281 operator()(const L & l) const in operator ()()
356 typedef boost::phoenix::function<impl::Tail> Tail; typedef
/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/harfbuzz/src/
Dhb-serialize.hh60 Tail, /* Relative to the current object tail after packed. */ enumerator
/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/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/CodeGen/
DEarlyIfConversion.cpp92 MachineBasicBlock *Tail; member in __anon1e64fd320111::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/Instrumentation/
DDataFlowSanitizer.cpp1141 BasicBlock *Tail = BI->getSuccessor(0); in combineShadows() local
1256 BasicBlock *Tail = Head->splitBasicBlock(Pos->getIterator()); in loadShadow() 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

12