Searched refs:list (Results 1 - 25 of 1950) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/
H A D1.cc21 #include <list>
25 template class std::list<int>; member in class:std
H A D1_c++0x.cc23 #include <list>
25 template class std::list<int>; member in class:std
H A D3.cc21 #include <list>
26 template class std::list<int, std::allocator<char> >; member in class:std
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/list/explicit_instantiation/
H A D1.cc30 #include <list>
34 template class std::list<int>; member in class:std
H A D3.cc30 #include <list>
35 template class std::list<int, std::allocator<char> >; member in class:std
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/list/capacity/
H A D1.cc19 #include <list>
24 capacity01<std::list<int> >();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/list/cons/
H A D4.cc19 #include <list>
23 cons04<std::list<int> >();
H A D5.cc19 #include <list>
23 cons05<std::list<int> >();
H A D6.cc19 #include <list>
23 cons06<std::list<int> >();
H A D7.cc19 #include <list>
23 cons07<std::list<int> >();
H A D9.cc19 #include <list>
23 cons09<std::list<int> >();
H A Dmoveable.cc21 #include <list>
25 test_moveable<std::list<int> >();
H A D2.cc19 #include <list>
23 cons021<std::list<int> >();
24 cons022<std::list< A<B> > >();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/list/operations/
H A D1.cc19 #include <list>
23 operations01<std::list<int> >();
H A D2.cc19 #include <list>
23 operations02<std::list<int> >();
H A D2_c++0x.cc21 #include <list>
25 operations02<std::list<int> >();
H A D3.cc19 #include <list>
23 operations03<std::list<int> >();
H A D3_c++0x.cc21 #include <list>
25 operations03<std::list<int> >();
H A D4.cc19 #include <list>
23 operations04<std::list<int> >();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/
H A Dconstructor_1_neg.cc24 #include <list>
28 typedef std::list<std::list<int> > list_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate1.C6 template <class T> struct list { }; struct
10 list<int> L;
12 list<int> get_list();
17 list<int> A::get_list() { return L; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc-list.h1 /* Generic single linked list to keep various information
52 /* Return the length of a list, list_length(NULL) returns zero */
55 list_length(struct objc_list* list) argument
58 while(list)
61 list = list->tail;
67 larger than the list length, NULL is returned */
70 list_nth(int indx, struct objc_list* list) argument
74 if(list->tail)
75 list
85 list_remove_head(struct objc_list** list) argument
104 list_remove_elem(struct objc_list** list, void* elem) argument
116 list_mapcar(struct objc_list* list, void(*function)(void*)) argument
128 list_find(struct objc_list** list, void* elem) argument
142 list_free(struct objc_list* list) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate1.C6 template <class T> struct list { }; struct
10 list<int> L;
12 list<int> get_list();
17 list<int> A::get_list() { return L; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A Dobjc-list.h1 /* Generic single linked list to keep various information
53 /* Return the length of a list, list_length(NULL) returns zero */
56 list_length(struct objc_list* list) argument
59 while(list)
62 list = list->tail;
68 larger than the list length, NULL is returned */
71 list_nth(int indx, struct objc_list* list) argument
75 if(list->tail)
76 list
86 list_remove_head(struct objc_list** list) argument
105 list_remove_elem(struct objc_list** list, void* elem) argument
117 list_mapcar(struct objc_list* list, void(*function)(void*)) argument
129 list_find(struct objc_list** list, void* elem) argument
143 list_free(struct objc_list* list) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Darsup.h22 struct list { struct
24 struct list *next;
33 void ar_replace (struct list *);
35 void ar_delete (struct list *);
43 void ar_directory (char *, struct list *, char *);
45 void ar_addmod (struct list *);
47 void ar_addlib (char *, struct list *);
51 void ar_extract (struct list *);

Completed in 119 milliseconds

1234567891011>>