/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | for-range-unused.cpp | 6 struct Vector { struct 19 Vector<int> vector; in main() argument
|
H A D | cxx-altivec.cpp | 3 struct Vector { struct 4 __vector float xyzw;
|
H A D | literal-type.cpp | 11 typedef int Vector __attribute__((vector_size(16))); typedef
|
H A D | implicit-member-functions.cpp | 98 template<typename K> struct Vector { struct
|
/minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/ |
H A D | templates-left.h | 3 template<typename T> class Vector; variable 5 template<typename T> class Vector; variable
|
H A D | templates-top.h | 1 template<typename T> class Vector; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A 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 158 DeclsTy &Vector = *getAsVector(); in getLookupResult() local
|
H A D | APValue.h | 49 Vector, enumerator
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | noinline-template.cpp | 8 template <class Ty> struct Vector { struct
|
H A 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
|
H A D | temporaries.cpp | 668 namespace Vector { namespace
|
/minix3/external/bsd/llvm/dist/clang/test/Parser/ |
H A D | cxx0x-for-range.cpp | 33 struct Vector { struct 34 struct iterator {
|
H A D | cxx-altivec.cpp | 150 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 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
|
H A D | ReductionRules.h | 32 typedef typename GraphT::Vector Vector; in applyR1() typedef 76 typedef typename GraphT::Vector Vector; in applyR2() typedef
|
H A D | CostAllocator.h | 114 typedef VectorT Vector; typedef
|
/minix3/external/bsd/llvm/dist/clang/test/Index/ |
H A D | targeted-top.h | 17 } Vector; typedef
|
H A D | file-refs.c | 14 } Vector; typedef
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | UniqueVector.h | 36 VectorType Vector; variable
|
H A D | SmallSet.h | 36 SmallVector<T, N> Vector; variable
|
H A D | MapVector.h | 36 VectorType Vector; variable
|
H A D | FoldingSet.h | 582 VectorT Vector; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | Intrinsics.h | 78 Integer, Vector, Pointer, Struct, enumerator
|
/minix3/external/bsd/llvm/dist/llvm/tools/verify-uselistorder/ |
H A D | verify-uselistorder.cpp | 109 SmallVector<char, 64> Vector; in init() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 287 typedef PBQP::Vector Vector; typedef
|