Home
last modified time | relevance | path

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

123

/external/clang/test/Modules/Inputs/
Dredecl-merge-bottom.h22 template<typename T> class Vector; variable
24 template<typename T> class Vector; variable
26 template<typename T> class Vector; variable
Dredecl-merge-left.h82 template<typename T> class Vector; variable
84 template<typename T> class Vector; variable
Dredecl-merge-top.h19 template<typename T> class Vector; variable
/external/clang/test/SemaCXX/
Dfor-range-unused.cpp6 struct Vector { struct
19 Vector<int> vector; in main() argument
Dliteral-type.cpp11 typedef int Vector __attribute__((vector_size(16))); typedef
/external/clang/test/CodeGenCXX/
Dmangle-ms-arg-qualifiers.cpp63 typedef double Vector[3]; typedef
65 void foo(Vector*) {} in foo() argument
68 void foo(Vector) {} in foo() argument
71 void foo_const(const Vector) {} in foo_const()
74 void foo_volatile(volatile Vector) {} in foo_volatile()
77 void foo(Vector*, const Vector, const double) {} in foo() argument
Dnoinline-template.cpp8 template <class Ty> struct Vector { struct
/external/clang/include/clang/AST/
DDeclContextInternals.h50 if (DeclsTy *Vector = getAsVector()) in ~StoredDeclsList() local
51 delete Vector; in ~StoredDeclsList() local
55 if (DeclsTy *Vector = getAsVector()) member
56 delete Vector; member
117 DeclsTy &Vector = *getAsVector(); in getLookupResult() local
/external/compiler-rt/lib/tsan/unit_tests/
Dtsan_vector_test.cc19 TEST(Vector, Basic) { in TEST() argument
32 TEST(Vector, Stride) { in TEST() argument
/external/chromium/base/
Dstack_container_unittest.cc32 TEST(StackContainer, Vector) { in TEST() argument
76 typedef StackVector<scoped_refptr<Dummy>, 2> Vector; in TEST() typedef
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h26 explicit Vector(unsigned length) : in Vector() function
31 Vector(unsigned length, PBQPNum initVal) : in Vector() function
37 Vector(const Vector &v) : in Vector() function
/external/webkit/Source/WebKit/chromium/public/
DWebIDBKeyPath.h35 namespace WTF { template<typename T, size_t inlineCapacity> class Vector; } variable
/external/llvm/include/llvm/ADT/
DUniqueVector.h31 std::vector<T> Vector; variable
DSmallSet.h35 SmallVector<T, N> Vector; variable
/external/clang/test/Index/
Dtargeted-top.h17 } Vector; typedef
Dfile-refs.c14 } Vector; typedef
/external/webkit/Source/JavaScriptCore/wtf/
DForward.h34 template<typename T, size_t inlineCapacity> class Vector; variable
/external/compiler-rt/lib/tsan/rtl/
Dtsan_vector.h27 explicit Vector(MBlockType typ) in Vector() function
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteLU.h19 typedef Matrix<Scalar,Dynamic,1> Vector; typedef
/external/eigen/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h36 typedef Matrix<Scalar,Dynamic,1> Vector; typedef
/external/eigen/test/eigen2/
Dgsl_helper.h27 typedef gsl_vector* Vector; typedef
Deigen2_hyperplane.cpp83 typedef Matrix<Scalar,2,1> Vector; in lines() typedef
Deigen2_packetmath.cpp87 typedef Matrix<Scalar, PacketSize, 1> Vector; in packetmath() typedef
/external/clang/test/Parser/
Dcxx-altivec.cpp143 struct Vector struct
148 Vector Add(Vector lhs, Vector rhs) in Add() argument
/external/eigen/test/
Dnomalloc.cpp110 maxSize, 1> Vector; in ctms_decompositions() typedef

123