Home
last modified time | relevance | path

Searched defs:Vector (Results 1 – 25 of 65) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcode-gen5.C19 class Vector; variable
40 friend class Vector; variable
59 friend class Vector; variable
95 Vector() in Vector() function
100 Vector( VectorInt *vi ) in Vector() function
107 Vector( int row ) in Vector() function
117 Vector( int row, double *d, int beg ) in Vector() function
127 Vector( const Vector &A ) in Vector() function
H A Dexcept3.C17 Vector(int s) { p = new int[sz=s]; } in Vector() function
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_vector_test.cpp17 TEST(Vector, Basic) { in TEST() argument
29 TEST(Vector, Stride) { in TEST() argument
41 TEST(Vector, ResizeReduction) { in TEST() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h30 explicit Vector(unsigned Length) in Vector() function
34 Vector(unsigned Length, PBQPNum InitVal) in Vector() function
40 Vector(const Vector &V) in Vector() function
46 Vector(Vector &&V) in Vector() function
H A DReductionRules.h33 using Vector = typename GraphT::Vector; in applyR1() local
77 using Vector = typename GraphT::Vector; in applyR2() local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dvector.h103 constexpr Vector() { VectorNoCtor<T>::init(); } in Vector() function
104 explicit Vector(uptr Count) { in Vector() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dttp2.C7 template <class T, class U = Alloc<T> > struct Vector {}; struct
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate5.C17 Vector<T>::Vector(int x) in Vector() function
H A Dcrash7.C10 Vector (int s) : sz (s) { v = new T[sz]; } in Vector() function
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetTransformInfo.h44 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh2.C29 Vector::Vector(int s) { in Vector() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DUniqueVector.h35 VectorType Vector; variable
H A DSmallSet.h139 SmallVector<T, N> Vector; variable
H A DMapVector.h39 VectorType Vector; variable
H A DSetVector.h264 void swap(SetVector<T, Vector, Set> &RHS) { in swap() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h26 Vector() : begin_(), end_(), last_() {} in Vector() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h29 VectorTy Vector; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h76 unsigned getNumberOfRegisters(bool Vector) const { return 1; } in getNumberOfRegisters()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp32 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DParentMapContext.cpp377 auto *Vector = new ParentVector( in addParent() local
383 auto *Vector = NodeOrVector.template get<ParentVector *>(); in addParent() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h151 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.h247 typedef std::vector<JSONValue::SP> Vector; typedef
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h103 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsics.h123 Vector, enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.cpp210 size_t randomBit(const BitVector &Vector) { in randomBit()

123