/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/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
|
D | sanitize-dtor-fn-attribute.cpp | 7 template <class T> class Vector { class
|
/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/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/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 68 unsigned getNumberOfRegisters(bool Vector) { in getNumberOfRegisters() 80 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 | 80 unsigned getNumberOfRegisters(bool Vector) { in getNumberOfRegisters() 89 unsigned getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
|
/external/clang/test/Parser/ |
D | cxx0x-for-range.cpp | 33 struct Vector { struct 34 struct iterator {
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 241 unsigned SystemZTTIImpl::getNumberOfRegisters(bool Vector) { in getNumberOfRegisters() 251 unsigned SystemZTTIImpl::getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
|
/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/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/clang/test/Index/ |
D | targeted-top.h | 17 } Vector; typedef
|
D | file-refs.c | 14 } Vector; typedef
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | closest_point.inl | 24 detail::tvec3<T, P> Vector = point - a; local
|
/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/compiler-rt/test/msan/ |
D | dtor-trivial.cpp | 15 template <class T> class Vector { class
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetTransformInfo.h | 51 unsigned getNumberOfRegisters(bool Vector) { in getNumberOfRegisters()
|
/external/llvm/include/llvm/ADT/ |
D | UniqueVector.h | 37 VectorType Vector; variable
|