| /external/lldb/include/lldb/Core/ |
| D | Value.h | 57 struct Vector struct 64 Vector() : in Vector() argument 70 Vector(const Vector& vector) in Vector() function 103 // Returns a default constructed Scalar if the Vector data is internally inconsistent. argument 126 Value(const Vector& vector); argument
|
| /external/clang/test/SemaCXX/ |
| D | for-range-unused.cpp | 6 struct Vector { struct 19 Vector<int> vector; in main() argument
|
| D | cxx-altivec.cpp | 3 struct Vector { struct 4 __vector float xyzw;
|
| D | cxx11-call-to-deleted-constructor.cpp | 18 template <class VT, unsigned int SIZE> using Vector = Matrix<VT, SIZE, 1>; typedef
|
| /external/clang/include/clang/AST/ |
| D | DeclContextInternals.h | 55 if (DeclsTy *Vector = getAsVector()) in ~StoredDeclsList() local 56 delete Vector; in ~StoredDeclsList() local 60 if (DeclsTy *Vector = getAsVector()) member 61 delete Vector; member 156 DeclsTy &Vector = *getAsVector(); in getLookupResult() local
|
| /external/compiler-rt/lib/tsan/tests/unit/ |
| D | tsan_vector_test.cc | 19 TEST(Vector, Basic) { in TEST() argument 31 TEST(Vector, Stride) { in TEST() argument
|
| /external/clang/test/Modules/Inputs/ |
| D | templates-left.h | 3 template<typename T> class Vector; variable 5 template<typename T> class Vector; variable
|
| /external/clang/test/CodeGenCXX/ |
| D | mangle-ms-arg-qualifiers.cpp | 160 typedef double Vector[3]; typedef 162 void foo(Vector*) {} in foo() argument 166 void foo(Vector) {} in foo() argument 170 void foo_const(const Vector) {} in foo_const() 174 void foo_volatile(volatile Vector) {} in foo_volatile() 178 void foo(Vector*, const Vector, const double) {} in foo() argument
|
| D | noinline-template.cpp | 8 template <class Ty> struct Vector { struct
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMTargetTransformInfo.h | 77 unsigned getNumberOfRegisters(bool Vector) { in getNumberOfRegisters() 89 unsigned getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
|
| /external/ceres-solver/include/ceres/internal/ |
| D | eigen.h | 38 typedef Eigen::Matrix<double, Eigen::Dynamic, 1> Vector; typedef 75 Vector; typedef
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.h | 95 unsigned getNumberOfRegisters(bool Vector) { in getNumberOfRegisters() 104 unsigned getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
|
| /external/clang/test/Parser/ |
| D | cxx0x-for-range.cpp | 33 struct Vector { struct 34 struct iterator {
|
| /external/llvm/include/llvm/CodeGen/PBQP/ |
| D | Math.h | 29 explicit Vector(unsigned Length) in Vector() function 36 Vector(unsigned Length, PBQPNum InitVal) in Vector() function 45 Vector(const Vector &V) in Vector() function 53 Vector(Vector &&V) in Vector() function
|
| D | ReductionRules.h | 32 typedef typename GraphT::Vector Vector; in applyR1() typedef 76 typedef typename GraphT::Vector Vector; in applyR2() typedef
|
| /external/deqp/framework/common/ |
| D | tcuVector.hpp | 93 class Vector class 173 inline Vector<T, Size>::Vector (void) in Vector() function in tcu::Vector 180 inline Vector<T, Size>::Vector (T s) in Vector() function in tcu::Vector 187 inline Vector<T, Size>::Vector (T x_, T y_) in Vector() function in tcu::Vector 195 inline Vector<T, Size>::Vector (T x_, T y_, T z_) in Vector() function in tcu::Vector 204 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector() function in tcu::Vector 214 inline Vector<T, Size>::Vector (const Vector<T, Size>& v) in Vector() function in tcu::Vector 221 inline Vector<T, Size>::Vector (const T (&v)[Size]) in Vector() function in tcu::Vector
|
| /external/clang/test/Index/ |
| D | targeted-top.h | 17 } Vector; typedef
|
| D | file-refs.c | 14 } Vector; typedef
|
| /external/v8/src/ |
| D | vector.h | 22 Vector() : start_(NULL), length_(0) {} in Vector() function 23 Vector(T* data, int length) : start_(data), length_(length) { in Vector() function
|
| /external/eigen/test/ |
| D | geo_hyperplane.cpp | 84 typedef Matrix<Scalar,2,1> Vector; in lines() typedef 121 typedef Matrix<Scalar,3,1> Vector; in planes() typedef
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreTargetTransformInfo.h | 62 unsigned getNumberOfRegisters(bool Vector) { in getNumberOfRegisters()
|
| /external/llvm/include/llvm/ADT/ |
| D | UniqueVector.h | 36 VectorType Vector; variable
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.cpp | 199 unsigned PPCTTIImpl::getNumberOfRegisters(bool Vector) { in getNumberOfRegisters() 205 unsigned PPCTTIImpl::getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
|
| /external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
| D | IncompleteLU.h | 19 typedef Matrix<Scalar,Dynamic,1> Vector; typedef
|
| /external/eigen/Eigen/src/IterativeLinearSolvers/ |
| D | BasicPreconditioners.h | 36 typedef Matrix<Scalar,Dynamic,1> Vector; typedef
|