Searched refs:list2 (Results 1 - 25 of 47) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/operations/
H A D35969.cc30 std::list<int> list2; local
35 list2.push_back(10 - i);
39 list2.sort();
41 std::list<int>::iterator node_of_interest = list2.begin();
43 list1.splice(list1.begin(), list2, node_of_interest);
44 list2.splice(list2.begin(), list1, node_of_interest);
46 list1.merge(list2);
48 list2.splice(list2
53 std::list<int> list2; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmacro5.c13 #define _CAT_LIST(argc,list1,list2) \
14 _L_##argc list1 _R_##argc list2
16 #define _VA_ARGLIST(argc,list1,list2) \
18 _CAT_LIST(argc, list1, list2))
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/
H A D25288.h64 list_type list2(alloc2);
69 list2.push_back(-(k + 1));
74 list2.insert(list2.begin(), data, data + 10);
86 VERIFY( list2.size() == size_type(j) );
87 VERIFY( list2.size() == 0 || list2.back() == -j );
88 VERIFY( list2.size() == 0 || list2.front() == -1 );
/haiku-buildtools/gcc/gcc/
H A Dipa-ref.c55 struct ipa_ref_list *list2 = referring_ref_list (); local
56 vec<ipa_ref_t, va_gc> *old_references = list2->references;
90 last = &list2->references->last ();
99 list2->references->pop ();
100 gcc_assert (list2->references == old_references);
H A Dira-emit.c258 eq_move_lists_p (move_t list1, move_t list2)
260 for (; list1 != NULL && list2 != NULL;
261 list1 = list1->next, list2 = list2->next)
262 if (list1->from != list2->from || list1->to != list2->to)
264 return list1 == list2;
257 eq_move_lists_p(move_t list1, move_t list2) argument
H A Dsymtab.c503 ipa_ref_list *list, *list2; local
514 list2 = &referred_node->ref_list;
519 list2->referring.safe_insert (0, ref);
522 for (unsigned int i = 1; i < list2->referring.length (); i++)
523 list2->referring[i]->referred_index = i;
527 list2->referring.safe_push (ref);
528 ref->referred_index = list2->referring.length () - 1;
/haiku-buildtools/gcc/libcc1/
H A DMakefile.in350 list2=; for p in $$list; do \
352 list2="$$list2 $$p"; \
355 test -z "$$list2" || { \
356 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(cc1libdir)'"; \
357 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(cc1libdir)"; \
381 list2=; for p in $$list; do \
383 list2="$$list2 $$p"; \
386 test -z "$$list2" || { \
[all...]
/haiku-buildtools/isl/
H A Disl_list_templ.c465 __isl_take LIST(EL) *list2)
471 if (!list1 || !list2)
475 res = FN(LIST(EL),alloc)(ctx, list1->n + list2->n);
478 for (i = 0; i < list2->n; ++i)
479 res = FN(LIST(EL),add)(res, FN(EL,copy)(list2->p[i]));
482 FN(LIST(EL),free)(list2);
486 FN(LIST(EL),free)(list2);
H A Disl_ast_graft.c1094 * "list2" has been sorted using isl_ast_graft_list_sort.
1098 * The elements in "list2" need to be executed after those in "list1",
1099 * but if the guard of a graft in "list2" is disjoint from the guards
1103 * In particular, we look at each element g of "list2" in turn
1108 * We do not allow the second or any later element of "list2" to be moved
1109 * before a previous elements of "list2" even if the reason that
1115 __isl_take isl_ast_graft_list *list2,
1120 if (!list1 || !list2 || !build)
1122 if (list2->n == 0) {
1123 isl_ast_graft_list_free(list2);
1113 isl_ast_graft_list_merge( __isl_take isl_ast_graft_list *list1, __isl_take isl_ast_graft_list *list2, __isl_keep isl_ast_build *build) argument
[all...]
H A Disl_ast_graft_private.h61 __isl_take isl_ast_graft_list *list2,
/haiku-buildtools/gcc/libmpx/mpxrt/
H A DMakefile.in318 list2=; for p in $$list; do \
320 list2="$$list2 $$p"; \
323 test -z "$$list2" || { \
324 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
325 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
/haiku-buildtools/gcc/libmpx/mpxwrap/
H A DMakefile.in317 list2=; for p in $$list; do \
319 list2="$$list2 $$p"; \
322 test -z "$$list2" || { \
323 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
324 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
/haiku-buildtools/binutils/binutils/doc/
H A DMakefile.in543 list2='$(man_MANS)'; \
545 && test -n "`echo $$list1$$list2`" \
550 if test -n "$$list2"; then \
551 for i in $$list2; do echo "$$i"; done \
674 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
689 list2="$$list2 $$d2"; \
692 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
/haiku-buildtools/binutils/gas/doc/
H A DMakefile.in571 list2='$(man_MANS)'; \
573 && test -n "`echo $$list1$$list2`" \
578 if test -n "$$list2"; then \
579 for i in $$list2; do echo "$$i"; done \
701 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
716 list2="$$list2 $$d2"; \
719 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
/haiku-buildtools/gcc/liboffloadmic/plugin/
H A DMakefile.in384 list2=; for p in $$list; do \
386 list2="$$list2 $$p"; \
389 test -z "$$list2" || { \
390 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
391 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
/haiku-buildtools/gcc/libsanitizer/lsan/
H A DMakefile.in376 list2=; for p in $$list; do \
378 list2="$$list2 $$p"; \
381 test -z "$$list2" || { \
382 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
383 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
/haiku-buildtools/gcc/libsanitizer/asan/
H A DMakefile.in387 list2=; for p in $$list; do \
389 list2="$$list2 $$p"; \
392 test -z "$$list2" || { \
393 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
394 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
/haiku-buildtools/gcc/libsanitizer/ubsan/
H A DMakefile.in357 list2=; for p in $$list; do \
359 list2="$$list2 $$p"; \
362 test -z "$$list2" || { \
363 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
364 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A DMakefile.in475 list2=; for p in $$list; do \
477 list2="$$list2 $$p"; \
480 test -z "$$list2" || { \
483 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
484 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
/haiku-buildtools/gcc/lto-plugin/
H A DMakefile.in323 list2=; for p in $$list; do \
325 list2="$$list2 $$p"; \
328 test -z "$$list2" || { \
329 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
330 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
/haiku-buildtools/isl/include/isl/
H A Dlist.h42 __isl_take isl_##EL##_list *list2); \
H A Daff.h286 __isl_take isl_pw_aff_list *list2);
288 __isl_take isl_pw_aff_list *list2);
290 __isl_take isl_pw_aff_list *list2);
292 __isl_take isl_pw_aff_list *list2);
294 __isl_take isl_pw_aff_list *list2);
296 __isl_take isl_pw_aff_list *list2);
/haiku-buildtools/gcc/libgomp/
H A DMakefile.in520 list2=; for p in $$list; do \
522 list2="$$list2 $$p"; \
525 test -z "$$list2" || { \
526 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
527 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
1069 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
1079 list2="$$list2 $$d$$p"; \
1082 test -z "$$list2" || { ech
[all...]
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A DMakefile.in597 list2=; for p in $$list; do \
599 list2="$$list2 $$p"; \
602 test -z "$$list2" || { \
605 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
606 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
/haiku-buildtools/gcc/libsanitizer/tsan/
H A DMakefile.in400 list2=; for p in $$list; do \
402 list2="$$list2 $$p"; \
405 test -z "$$list2" || { \
406 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
407 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \

Completed in 111 milliseconds

12