Home
last modified time | relevance | path

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

1234567

/external/skia/include/private/
DSkVx.h71 struct SKVX_ALIGNMENT Vec { struct
75 Vec<N/2,T> lo, hi; argument
87 Vec(U x) : lo(x), hi(x) {} in Vec() argument
89 SKVX_ALWAYS_INLINE Vec(std::initializer_list<T> xs) { in Vec() argument
100 SKVX_ALWAYS_INLINE static Vec Load(const void* ptr) { in Load() argument
106 memcpy(ptr, this, sizeof(Vec)); in store() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DSparseBitVectorTest.cpp18 SparseBitVector<> Vec; in TEST() local
37 SparseBitVector<> Vec, Other; in TEST() local
67 SparseBitVector<> Vec, Other; in TEST() local
131 SparseBitVector<> Vec; in TEST() local
DPackedVectorTest.cpp22 PackedVector<unsigned, 2> Vec; in TEST() local
68 PackedVector<unsigned, 2> Vec(1); in TEST() local
84 PackedVector<signed, 2> Vec(1); in TEST() local
DRangeAdapterTest.cpp24 std::vector<int> Vec; member in __anon3c6850470111::ReverseOnlyVector
41 mutable std::vector<int> Vec; member in __anon3c6850470111::BidirectionalVector
58 std::vector<int> Vec; member in __anon3c6850470111::BidirectionalVectorConsts
DBitVectorTest.cpp30 TypeParam Vec; in TYPED_TEST() local
262 BitVector Vec; in TEST() local
340 BitVector Vec; in TEST() local
448 TypeParam Vec(3); in TYPED_TEST() local
/external/llvm/include/llvm/ADT/
DArrayRef.h72 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef()
78 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef()
87 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef()
249 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef()
253 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef()
337 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef()
343 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef()
349 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef()
354 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef()
359 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
DTinyPtrVector.h149 if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) in empty() local
246 else if (VecTy *Vec = Val.template get<VecTy*>()) in pop_back() local
254 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in clear() local
269 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
285 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
/external/llvm/unittests/ADT/
DSparseBitVectorTest.cpp18 SparseBitVector<> Vec; in TEST() local
37 SparseBitVector<> Vec, Other; in TEST() local
67 SparseBitVector<> Vec, Other; in TEST() local
DPackedVectorTest.cpp22 PackedVector<unsigned, 2> Vec; in TEST() local
68 PackedVector<unsigned, 2> Vec(1); in TEST() local
84 PackedVector<signed, 2> Vec(1); in TEST() local
DRangeAdapterTest.cpp24 std::vector<int> Vec; member in __anon6c4da6af0111::ReverseOnlyVector
38 std::vector<int> Vec; member in __anon6c4da6af0111::BidirectionalVector
DBitVectorTest.cpp30 TypeParam Vec; in TYPED_TEST() local
225 TypeParam Vec(3); in TYPED_TEST() local
/external/clang/test/Index/
Dcomplete-cxx-inline-methods.cpp8 struct Vec { int x, y; }; struct in __anon3c467d5d0111::MyCls
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DArrayRef.h82 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef()
88 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef()
101 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef()
313 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef()
317 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef()
469 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef()
475 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef()
481 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef()
486 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef()
491 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
DTinyPtrVector.h164 if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) in empty() local
264 else if (VecTy *Vec = Val.template get<VecTy*>()) in pop_back() local
272 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in clear() local
287 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
303 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
/external/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()
/external/clang/include/clang/AST/
DDeclContextInternals.h86 if (DeclsTy *Vec = getAsVector()) in setHasExternalDecls() local
114 DeclsTy &Vec = *getAsVector(); in remove() local
132 DeclsTy &Vec = *getAsVector(); in removeExternalDecls() local
174 DeclsTy &Vec = *getAsVector(); in HandleRedeclaration() local
201 DeclsTy &Vec = *getAsVector(); in AddSubsequentDecl() local
DAPValue.h80 struct Vec { struct
83 Vec() : Elts(nullptr), NumElts(0) {} in Vec() argument
84 ~Vec() { delete[] Elts; } in ~Vec() argument
/external/eigen/bench/
Dbench_sum.cpp8 typedef Matrix<SCALAR,Eigen::Dynamic,1> Vec; in main() typedef
Dvdw_new.cpp18 typedef Matrix<SCALAR, Eigen::Dynamic, 1> Vec; typedef
/external/oss-fuzz/projects/example/my-api-repo/
Dmy_api.cpp12 std::vector<int> Vec({0, 1, 2, 3, 4}); in DoStuff() local
/external/clang/test/CodeGenCXX/
Dmangle-alias-template.cpp7 template<typename T> using Vec = vector<T>; typedef
/external/tensorflow/tensorflow/core/util/
Dbcast.h67 typedef gtl::InlinedVector<int64, 4> Vec; typedef
134 typedef BCastList::Vec Vec; in BCastList() typedef
355 typedef gtl::InlinedVector<int64, 4> Vec; typedef
/external/clang/tools/libclang/
DARCMigrate.cpp26 std::vector<std::pair<std::string, std::string> > Vec; member
/external/clang/test/CXX/temp/temp.decls/temp.alias/
Dp2.cpp19 template<class T> using Vec = vector<T, Alloc<T>>; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DHashTable.cpp48 SparseBitVector<> &Vec) { in writeSparseBitVector()

1234567