/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | code-gen5.C | 19 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 D | except3.C | 17 Vector(int s) { p = new int[sz=s]; } in Vector() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_vector_test.cpp | 17 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 D | Math.h | 30 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 D | ReductionRules.h | 33 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 D | vector.h | 103 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 D | ttp2.C | 7 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 D | template5.C | 17 Vector<T>::Vector(int x) in Vector() function
|
H A D | crash7.C | 10 Vector (int s) : sz (s) { v = new T[sz]; } in Vector() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreTargetTransformInfo.h | 44 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | eh2.C | 29 Vector::Vector(int s) { in Vector() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | UniqueVector.h | 35 VectorType Vector; variable
|
H A D | SmallSet.h | 139 SmallVector<T, N> Vector; variable
|
H A D | MapVector.h | 39 VectorType Vector; variable
|
H A D | SetVector.h | 264 void swap(SetVector<T, Vector, Set> &RHS) { in swap() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_vector.h | 26 Vector() : begin_(), end_(), last_() {} in Vector() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 29 VectorTy Vector; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.h | 76 unsigned getNumberOfRegisters(bool Vector) const { return 1; } in getNumberOfRegisters()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.cpp | 32 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ParentMapContext.cpp | 377 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 D | ARMTargetTransformInfo.h | 151 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | JSON.h | 247 typedef std::vector<JSONValue::SP> Vector; typedef
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 103 bool Vector = (ClassID == 1); in getNumberOfRegisters() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Intrinsics.h | 123 Vector, enumerator
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | SnippetGenerator.cpp | 210 size_t randomBit(const BitVector &Vector) { in randomBit()
|