/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
H A D | instantiate-stmt.mm | 34 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 D | encode.mm | 7 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 D | index-templates.cpp | 9 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 D | comment-cplus-decls.cpp | 129 template<class T> class vector { class 131 vector(int i) {} in vector() function in test3::vector
|
H A D | complete-exprs.cpp | 11 class vector { class
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | implicit-decl.c | 9 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 D | libstdcxx_explicit_init_list_hack.cpp | 10 class vector { class 12 explicit vector() {} // expected-warning{{should not be explicit}} in vector() function in std::__debug::vector
|
H A D | for-range-unused.cpp | 19 Vector<int> vector; in main() local
|
H A D | for-range-examples.cpp | 59 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 D | friend.cpp | 101 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 D | mpx.S | 465 #define EXCEPTION_ERR_CODE(vector) \ argument 469 #define EXCEPTION_NO_ERR_CODE(vector) \ argument
|
H A D | apic.h | 180 #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 D | module_private_left.h | 16 __module_private__ class vector; variable
|
/minix3/external/bsd/llvm/dist/clang/test/CodeCompletion/ |
H A D | templates.cpp | 9 class vector : Alloc { class
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | qualified-names-diag.cpp | 4 template<typename T> class vector { }; // expected-note{{candidate}} class
|
H A D | instantiate-member-expr.cpp | 8 struct vector { struct 14 typedef vector<S<void *> >CheckersOrdered; argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | mangle-alias-template.cpp | 5 template<typename T, typename A = Alloc<T>> struct vector {}; struct
|
H A D | lpad-linetable.cpp | 38 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 D | ProgrammersManual.rst | 630 .. _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 D | p2.cpp | 15 template<class T, class A> struct vector { /* ... */ }; struct
|
/minix3/tests/lib/libc/stdlib/ |
H A D | t_mi_vector_hash.c | 49 const char *vector; member
|
/minix3/external/bsd/llvm/dist/clang/test/Misc/ |
H A D | diag-template-diffing-cxx98.cpp | 40 class vector{}; class
|
H A D | diag-template-diffing-color.cpp | 21 template<typename> class vector {}; class
|
/minix3/sys/external/bsd/compiler_rt/dist/test/Unit/ |
H A D | comparedf2_test.c | 37 int test__cmpdf2(const struct TestVector *vector) { in test__cmpdf2()
|
H A D | comparesf2_test.c | 37 int test__cmpsf2(const struct TestVector *vector) { in test__cmpsf2()
|