Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dfor-range-unused.cpp6 struct Vector { struct
19 Vector<int> vector; in main() argument
H A Dcxx-altivec.cpp3 struct Vector { struct
4 __vector float xyzw;
H A Dliteral-type.cpp11 typedef int Vector __attribute__((vector_size(16))); typedef
H A Dimplicit-member-functions.cpp98 template<typename K> struct Vector { struct
/minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/
H A Dtemplates-left.h3 template<typename T> class Vector; variable
5 template<typename T> class Vector; variable
H A Dtemplates-top.h1 template<typename T> class Vector; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclContextInternals.h55 if (DeclsTy *Vector = getAsVector()) in ~StoredDeclsList() local
56 delete Vector; in ~StoredDeclsList() local
60 if (DeclsTy *Vector = getAsVector()) member
61 delete Vector; member
158 DeclsTy &Vector = *getAsVector(); in getLookupResult() local
H A DAPValue.h49 Vector, enumerator
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dnoinline-template.cpp8 template <class Ty> struct Vector { struct
H A Dmangle-ms-arg-qualifiers.cpp160 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
H A Dtemporaries.cpp668 namespace Vector { namespace
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dcxx0x-for-range.cpp33 struct Vector { struct
34 struct iterator {
H A Dcxx-altivec.cpp150 struct Vector struct
155 Vector Add(Vector lhs, Vector rhs) in Add() argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h29 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
H A DReductionRules.h32 typedef typename GraphT::Vector Vector; in applyR1() typedef
76 typedef typename GraphT::Vector Vector; in applyR2() typedef
H A DCostAllocator.h114 typedef VectorT Vector; typedef
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dtargeted-top.h17 } Vector; typedef
H A Dfile-refs.c14 } Vector; typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DUniqueVector.h36 VectorType Vector; variable
H A DSmallSet.h36 SmallVector<T, N> Vector; variable
H A DMapVector.h36 VectorType Vector; variable
H A DFoldingSet.h582 VectorT Vector; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.h78 Integer, Vector, Pointer, Struct, enumerator
/minix3/external/bsd/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp109 SmallVector<char, 64> Vector; in init() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h287 typedef PBQP::Vector Vector; typedef

12