Home
last modified time | relevance | path

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

1234

/third_party/node/src/dataqueue/
Dqueue.h129 struct Vec { struct
138 class Reader : public MemoryRetainer, public bob::Source<Vec> { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DArrayRef.h74 /*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/
DArrayRef.h81 /*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()
DTinyPtrVector.h167 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
DPackedVector.h83 PackedVector &Vec; variable
/third_party/rust/crates/cxx/src/
Drust_vec.rs29 unsafe { &*(v as *const Vec<T> as *const RustVec<T>) } in from_ref() constant
41 unsafe { &*(self as *const RustVec<T> as *const Vec<T>) } in as_vec() constant
87 Self::from_ref(unsafe { &*(v as *const Vec<String> as *const Vec<RustString>) }) in from_ref_vec_string() constant
103 unsafe { &*(self as *const RustVec<RustString> as *const Vec<String>) } in as_vec_string() constant
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dscalar_multiplication.hpp35 #define GLM_IMPLEMENT_SCAL_MULT(Vec) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp124 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/
DjsDeclarationsFunctionLikeClasses2.ts11 export function Vec(len) { function
/third_party/rust/crates/syn/src/
Dgen_helper.rs12 impl<T> FoldHelper for Vec<T> { implementation
Dparse_quote.rs205 impl ParseQuote for Vec<Stmt> { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DHashTable.cpp47 SparseBitVector<> &Vec) { in writeSparseBitVector()
/third_party/rust/crates/cxx/tests/ffi/
Dmodule.rs15 impl Vec<Job> {} implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTwine.cpp28 SmallString<256> Vec; in str() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DTwine.cpp28 SmallString<256> Vec; in str() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp197 Value *Vec = I.getOperand(0); in generatePoisonChecks() local
209 Value *Vec = I.getOperand(0); in generatePoisonChecks() local
/third_party/python/Lib/turtledemo/
Dplanet_and_moon.py20 from turtle import Shape, Turtle, mainloop, Vec2D as Vec unknown
/third_party/rust/crates/cxx/gen/build/src/
Dvec.rs11 impl<T> InternedVec<T> for Vec<InternedString> implementation
/third_party/python/Tools/demo/
Dvector.py7 class Vec: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp285 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/typescript/tests/baselines/reference/
DjsDeclarationsFunctionLikeClasses2.js7 export function Vec(len) { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DStringTableBuilder.cpp89 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/
DARMUnwindOpAsm.cpp30 SmallVectorImpl<uint8_t> &Vec; member in __anonad8cb4b90111::UnwindOpcodeStreamer
/third_party/rust/crates/clap/clap_derive/src/utils/
Dty.rs13 Vec, enumerator
/third_party/rust/crates/clap/tests/derive/
Dissues.rs117 impl<'a> FromIterator<&'a U16ish> for Vec<u16> { in issue_490() implementation

1234