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

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dallocate_alloc_opt_7.f9010 integer,dimension(:),allocatable::list component in type:ice_type
16 allocate(this%list(dim),source=[(i,i=1,dim)])
/haiku-buildtools/gcc/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
/haiku-buildtools/legacy/gcc/gcc/ginclude/
H A Dproto.h4 #define _PROTO(list) ()
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr47554.C4 class list class
6 public: list() function in class:list
9 list(const list&) argument
12 const list& _M_get_Node_allocator() const
15 list _M_get_Tp_allocator() const
17 return list(_M_get_Node_allocator());
20 static list buildProjects;
/haiku-buildtools/gcc/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> > >();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/operations/
H A D4.cc19 #include <list>
23 operations04<std::list<int> >();
H A D3.cc19 #include <list>
23 operations03<std::list<int> >();
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_c++0x.cc21 #include <list>
25 operations03<std::list<int> >();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/capacity/
H A D1.cc19 #include <list>
24 capacity01<std::list<int> >();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/
H A D58764.cc23 #include <list>
27 std::list<int> a = {};
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dauto21.C4 constexpr auto list = { }; // { dg-error "deducing from brace-enclosed initializer list requires #include <initializer_list>" } variable
5 static const int l = list.size();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/
H A Dconstructor_1_neg.cc23 #include <list>
27 typedef std::list<std::list<int> > list_type;
/haiku-buildtools/gcc/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; }
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dobjc-list.h1 /* Generic single linked list to keep various information
49 /* Return the length of a list, list_length(NULL) returns zero */
52 list_length(struct objc_list* list) argument
55 while(list)
58 list = list->tail;
64 larger than the list length, NULL is returned */
67 list_nth(int index, struct objc_list* list) argument
71 if(list->tail)
72 list
82 list_remove_head(struct objc_list** list) argument
101 list_remove_elem(struct objc_list** list, void* elem) argument
113 list_mapcar(struct objc_list* list, void(*function)(void*)) argument
125 list_find(struct objc_list** list, void* elem) argument
139 list_free(struct objc_list* list) argument
[all...]

Completed in 112 milliseconds

1234567891011>>