/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 129 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/ |
D | ImmutableList.h | 31 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/ |
D | Automaton.h | 71 PathSegment *Tail; member 85 PathSegment *makePathSegment(uint64_t State, PathSegment *Tail) { in makePathSegment()
|
D | Registry.h | 56 static node *Head, *Tail; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | genericRestTypes.ts | 7 type Tail<T extends any[]> = ((...args: T) => any) extends ((head: any, ...tail: infer U) => any) ?… alias
|
D | ramdaToolsNoInfinite.ts | 11 type Tail<T extends any[]> = alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVMergeBaseOffset.cpp | 104 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/ |
D | gtest-type-util.h | 128 using Tail = Templates<Tail_...>; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallingConv.h | 81 Tail = 18, enumerator
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | draw.cc | 286 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/ |
D | breadth_first_search.hpp | 104 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/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 921 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/ |
D | MachineTraceMetrics.h | 168 unsigned Tail; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 932 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/ |
D | AArch64ConditionalCompares.cpp | 154 MachineBasicBlock *Tail; member in __anon4af298410111::SSACCmpConv
|
/third_party/boost/boost/phoenix/function/ |
D | lazy_list.hpp | 268 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/ |
D | Thumb2InstrInfo.cpp | 58 Thumb2InstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail, in ReplaceTailWithBranchTo()
|
/third_party/harfbuzz/src/ |
D | hb-serialize.hh | 60 Tail, /* Relative to the current object tail after packed. */ enumerator
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-serialize.hh | 60 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/ |
D | VPlan.cpp | 570 const VPBlockBase *Tail = From->getExitBasicBlock(); in drawEdge() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 92 MachineBasicBlock *Tail; member in __anon1e64fd320111::SSAIfConv
|
D | TargetInstrInfo.cpp | 131 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail, in ReplaceTailWithBranchTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1141 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/ |
D | ELFObjectWriter.cpp | 1265 StringRef Tail = Rest; in executePostLayoutBinding() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangle.cpp | 2084 NodeList *Tail = Head; in demangleArrayType() local
|