Searched refs:lists (Results 1 - 25 of 44) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_12.f9026 module lists module
28 end module lists
32 use lists
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/create_sort/
H A Dlist.cc47 typedef __gnu_test::lists<int, thread_type>::type container_types;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/sort_search/
H A Dlist.cc65 typedef __gnu_test::lists<int, thread_type>::type container_types;
/haiku-buildtools/cloog/doc/
H A DTODO23 3. Do not fuse the iterators/scattering dimension names lists (Hadda Cheroun).
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr46571.c62 gfc_namelist *lists[OMP_LIST_NUM]; member in struct:gfc_omp_clauses
101 gfc_namelist *n = clauses->lists[list];
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug418.go8 // Multiple valued expressions in return lists.
/haiku-buildtools/jam/
H A Dhash.c68 int more; /* how many more ITEMs fit in lists[ list ] */
69 char *next; /* where to put more ITEMs in lists[ list ] */
72 int nel; /* total ITEMs held by all lists[] */
73 int list; /* index into lists[] */
78 } lists[ MAX_LISTS ]; member in struct:hash::__anon4
149 hp->items.lists[i].nel = hp->items.more;
150 hp->items.lists[i].base = hp->items.next;
163 int nel = hp->items.lists[i].nel;
164 char *next = hp->items.lists[i].base;
224 free( hp->items.lists[
[all...]
H A DBuild.com12 $ cxx /define=VMS lists.c
28 filevms.obj, glob.obj, hash.obj, headers.obj, lists.obj, make.obj, -
H A DMakefile65 headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c \
H A DJamfile159 glob.c hash.c headers.c lists.c make.c make1.c
230 jamgram.h jamgram.y jamgram.yy jamgramtab.h lists.c lists.h
/haiku-buildtools/legacy/gcc/texinfo/
H A Dgen-info-dir45 Typing "d" returns here, "q" exits, "?" lists all INFO commands, "h"
/haiku-buildtools/gcc/gcc/fortran/
H A Dopenmp.c89 gfc_free_omp_namelist (c->lists[i]);
557 &c->lists[OMP_LIST_PRIVATE], true)
562 &c->lists[OMP_LIST_FIRSTPRIVATE],
568 &c->lists[OMP_LIST_LASTPRIVATE],
574 &c->lists[OMP_LIST_COPYPRIVATE],
580 &c->lists[OMP_LIST_SHARED], true)
588 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MAP],
593 &c->lists[OMP_LIST_COPYIN],
606 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MAP],
611 && gfc_match_omp_map_clause (&c->lists[OMP_LIST_MA
[all...]
H A Dtrans-openmp.c1753 gfc_omp_namelist *n = clauses->lists[list];
3158 for (n = clauses->lists[(op == EXEC_OMP_SIMD && collapse == 1)
3166 for (n = clauses->lists[OMP_LIST_PRIVATE]; n != NULL; n = n->next)
3643 clausesa[GFC_OMP_SPLIT_TARGET].lists[OMP_LIST_MAP]
3644 = code->ext.omp_clauses->lists[OMP_LIST_MAP];
3656 clausesa[GFC_OMP_SPLIT_TEAMS].lists[OMP_LIST_SHARED]
3657 = code->ext.omp_clauses->lists[OMP_LIST_SHARED];
3675 clausesa[GFC_OMP_SPLIT_PARALLEL].lists[OMP_LIST_COPYIN]
3676 = code->ext.omp_clauses->lists[OMP_LIST_COPYIN];
3682 clausesa[GFC_OMP_SPLIT_PARALLEL].lists[OMP_LIST_SHARE
[all...]
H A Dmodule.c22 /* The syntax of gfortran modules resembles that of lisp lists, i.e. a
26 anything about the internal structure of the lists. A "name" is
124 /* The fixup structure lists pointers to pointers that have to
2738 /* Read and write formal argument lists. */
3529 /* Save/restore lists of gfc_interface structures. When loading an
3908 for (n = ods->clauses->lists[OMP_LIST_UNIFORM]; n; n = n->next)
3913 for (n = ods->clauses->lists[OMP_LIST_LINEAR]; n; n = n->next)
3919 for (n = ods->clauses->lists[OMP_LIST_ALIGNED]; n; n = n->next)
3938 ptrs[0] = &ods->clauses->lists[OMP_LIST_UNIFORM];
3939 ptrs[1] = &ods->clauses->lists[OMP_LIST_LINEA
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dcrtend.asm34 # Tails of the constructor/destructor lists.
39 # application's lists.
H A Dcrtbegin.asm34 # Heads of the constructor/destructor lists.
39 # application's lists.
/haiku-buildtools/libtool/libltdl/
H A Dltdl.c1997 lt_dlsymlists_t *lists;
2001 lists = preloaded_symbols;
2002 while (lists)
2004 lt_dlsymlists_t *tmp = lists;
2006 lists = lists->next;
2029 lt_dlsymlists_t *lists;
2034 lists = preloaded_symbols;
2035 while (lists)
2037 if (lists
1983 lt_dlsymlists_t *lists; local
2015 lt_dlsymlists_t *lists; local
2053 lt_dlsymlists_t *lists; local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dgen-dir-node59 Typing "d" returns here, "q" exits, "?" lists all INFO commands, "h"
H A Dupdate-info275 Typing "d" returns here, "q" exits, "?" lists all INFO commands, "h"
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dneon-vfp-reglist.s3 # lists syntax.
H A Dneon-vfp-reglist-post.s3 # lists syntax.
/haiku-buildtools/legacy/gcc/gcc/
H A Dstmt.c216 /* List of cleanup-lists of blocks containing this block,
221 if all remaining elements would be empty lists.
366 /* List of lists of cleanup expressions to be run by this goto.
1007 tree lists;
1008 for (lists = f->cleanup_list_list; lists; lists = TREE_CHAIN (lists))
1011 if (TREE_ADDRESSABLE (lists)
1012 && TREE_VALUE (lists) !
998 tree lists; local
1053 tree lists = f->cleanup_list_list; local
[all...]
/haiku-buildtools/libtool/
H A Dltdl.m4278 [Define if libtool can extract symbol lists from object files.])
/haiku-buildtools/gcc/gmp/doc/
H A Dconfiguration97 which lists each multi-function filename and what function files
130 add to the "case" statement in configure.in which lists each
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_common_types.h92 struct lists struct in namespace:__gnu_test
151 typedef typename lists<value_type, Thread>::type list_typelist;

Completed in 245 milliseconds

12