/third_party/flutter/skia/include/private/ |
D | SkVx.h | 54 struct SKVX_ALIGNMENT Vec { struct 58 Vec<N/2,T> lo, hi; argument 69 Vec(U x) : lo(x), hi(x) {} in Vec() function 71 Vec(std::initializer_list<T> xs) { in Vec() argument 82 static Vec Load(const void* ptr) { in Load() argument 88 memcpy(ptr, this, sizeof(Vec)); in store() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ArrayRef.h | 74 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 80 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 93 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 306 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 310 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() 458 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef() 464 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef() 470 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef() 475 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef() 480 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 81 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 107 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 322 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 326 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() 478 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef() 484 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef() 490 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef() 501 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef() 506 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
|
D | TinyPtrVector.h | 167 if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) in empty() local 267 else if (VecTy *Vec = Val.template get<VecTy*>()) in pop_back() local 275 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in clear() local 290 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local 306 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
|
D | PackedVector.h | 83 PackedVector &Vec; variable
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | scalar_multiplication.hpp | 35 #define GLM_IMPLEMENT_SCAL_MULT(Vec) \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExpandReductions.cpp | 124 Value *Vec = II->getArgOperand(1); in expandReductions() local 148 Value *Vec = II->getArgOperand(0); in expandReductions() local
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsFunctionLikeClasses2.ts | 11 export function Vec(len) { function
|
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersStructsTests.swift | 40 struct Vec: NativeStruct { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | HashTable.cpp | 47 SparseBitVector<> &Vec) { in writeSparseBitVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Twine.cpp | 28 SmallString<256> Vec; in str() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Twine.cpp | 28 SmallString<256> Vec; in str() local
|
/third_party/python/Lib/turtledemo/ |
D | planet_and_moon.py | 20 from turtle import Shape, Turtle, mainloop, Vec2D as Vec unknown
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PoisonChecking.cpp | 197 Value *Vec = I.getOperand(0); in generatePoisonChecks() local 209 Value *Vec = I.getOperand(0); in generatePoisonChecks() local
|
/third_party/python/Tools/demo/ |
D | vector.py | 7 class Vec: class
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsFunctionLikeClasses2.js | 7 export function Vec(len) { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InterleavedAccess.cpp | 285 ArrayRef<Value *> Vec, ArrayRef<uint32_t> VPShuf, in reorderSubVector() 521 static void concatSubVector(Value **Vec, ArrayRef<Instruction *> InVec, in concatSubVector() 555 Value *Vec[6], *TempVector[3]; in deinterleave8bitStride3() local 642 Value *Vec[3], *TempVector[3]; in interleave8bitStride3() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 89 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMUnwindOpAsm.cpp | 30 SmallVectorImpl<uint8_t> &Vec; member in __anon59efad7b0111::UnwindOpcodeStreamer
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 253 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const { in CreateExtractElement() 257 Constant *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement()
|
D | NoFolder.h | 318 Instruction *CreateExtractElement(Constant *Vec, Constant *Idx) const { in CreateExtractElement() 322 Instruction *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 245 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const { in CreateExtractElement() 249 Constant *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFGdbIndex.cpp | 183 auto &Vec = ConstantPoolVectors.back(); in parseImpl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 565 LegalizerInfo::findAction(const SizeAndActionsVec &Vec, const uint32_t Size) { in findAction() 639 const SizeAndActionsVec &Vec = Actions[Aspect.Idx]; in findScalarLegalAction() local
|
/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 75 class Vec { class 77 Vec() { Init(); } in Vec() function in absl::synchronization_internal::__anonf7c977ba0111::Vec
|