Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 25 of 61) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dinstantiate-stmt.mm34 struct vector {}; struct
41 // expected-error{{the type 'vector' is not a pointer to a fast-enumerable object}} argument
60 template void fast_enumeration_test<NSString *>(vector); // expected-note{{in instantiation of}} argument
65 void try_catch_finally_test(U value) {
76 template void try_catch_finally_test<NSString *>(int);
77 template void try_catch_finally_test<NSString *>(int*); // expected-note{{in instantiation of}}
78 …iation of function template specialization 'try_catch_finally_test<NSString, int>' requested here}}
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Dencode.mm7 template <typename T1, typename T2, typename T3> struct vector { struct
8 vector(); field
9 vector(T1,T2,T3); argument
12 typedef vector< float, float, float > vector3f; argument
16 vector3f position; argument
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dindex-templates.cpp9 class vector { class
14 class vector<T*> { }; class
18 template class vector<Z1>; variable
23 class vector<Z2> { class
47 template class vector<int*>; variable
H A Dcomment-cplus-decls.cpp129 template<class T> class vector { class
131 vector(int i) {} in vector() function in test3::vector
H A Dcomplete-exprs.cpp11 class vector { class
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dimplicit-decl.c9 int32_t *vector[16]; in func() local
21 Boolean _CFCalendarDecomposeAbsoluteTimeV(const char *componentDesc, int32_t **vector, int32_t coun… in _CFCalendarDecomposeAbsoluteTimeV()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dlibstdcxx_explicit_init_list_hack.cpp10 class vector { class
12 explicit vector() {} // expected-warning{{should not be explicit}} in vector() function in std::__debug::vector
H A Dfor-range-unused.cpp19 Vector<int> vector; in main() local
H A Dfor-range-examples.cpp59 class vector { class
63 vector() : size() {} in vector() function in map_range::vector
202 struct vector { struct
210 … with array function parameter 'arr' since parameter with array type 'test6::vector []' is treated… in foo()
H A Dfriend.cpp101 class vector { class
103 vector(int i, const T& t = T()) {} in vector() function in test6_2::vector
117 class vector { class
119 vector(int i) {} in vector() function in test6_3::vector
/minix3/minix/kernel/arch/i386/
H A Dmpx.S465 #define EXCEPTION_ERR_CODE(vector) \ argument
469 #define EXCEPTION_NO_ERR_CODE(vector) \ argument
H A Dapic.h180 #define apic_send_ipi_single(vector,cpu) \ argument
182 #define apic_send_ipi_self(vector) \ argument
184 #define apic_send_ipi_all(vector) \ argument
186 #define apic_send_ipi_allbutself(vector) \ argument
/minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/
H A Dmodule_private_left.h16 __module_private__ class vector; variable
/minix3/external/bsd/llvm/dist/clang/test/CodeCompletion/
H A Dtemplates.cpp9 class vector : Alloc { class
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dqualified-names-diag.cpp4 template<typename T> class vector { }; // expected-note{{candidate}} class
H A Dinstantiate-member-expr.cpp8 struct vector { struct
14 typedef vector<S<void *> >CheckersOrdered; argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-alias-template.cpp5 template<typename T, typename A = Alloc<T>> struct vector {}; struct
H A Dlpad-linetable.cpp38 class vector class
46 vector(const allocator_type& __a = allocator_type()) in vector() function in std::vector
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DProgrammersManual.rst630 .. _dss_arrayref:
632 llvm/ADT/ArrayRef.h
643 Fixed Size Arrays
652 Heap Allocated Arrays
666 llvm/ADT/TinyPtrVector.h
678 llvm/ADT/SmallVector.h
731 <vector>
763 .. _dss_deque:
765 <deque>
779 <list>
[all …]
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.alias/
H A Dp2.cpp15 template<class T, class A> struct vector { /* ... */ }; struct
/minix3/tests/lib/libc/stdlib/
H A Dt_mi_vector_hash.c49 const char *vector; member
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Ddiag-template-diffing-cxx98.cpp40 class vector{}; class
H A Ddiag-template-diffing-color.cpp21 template<typename> class vector {}; class
/minix3/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dcomparedf2_test.c37 int test__cmpdf2(const struct TestVector *vector) { in test__cmpdf2()
H A Dcomparesf2_test.c37 int test__cmpsf2(const struct TestVector *vector) { in test__cmpsf2()

123