Searched refs:join (Results 1 - 25 of 100) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dchar_length_5.f903 ! of the character length of 'join' (ie. the length available in
11 function join (words, sep) result(str) function in module:util_mod
26 end function join
30 use util_mod, only: join
36 if (join (words, sep) .ne. "two^#^three^#^four^#^five") call abort ()
37 if (len (join (words, sep)) .ne. 25) call abort ()
39 if (join (words(5:6), sep) .ne. "two^#^three") call abort ()
40 if (len (join (words(5:6), sep)) .ne. 11) call abort ()
42 if (join (words(7:8), sep) .ne. "four^#^five") call abort ()
43 if (len (join (word
[all...]
H A Dwhole_file_23.f9023 function join (words, sep) result(str) function in module:util_mod
39 end function join
43 use util_mod, only: join
46 write (*,"(1x,'words = ',a)") "'"//join (words, "&")//"'"
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dmember7.C13 Join join; local
14 join.Left::method<int>();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dstrp2.c12 #define join(c, d) in_between(c hash_hash d) macro
14 const char p[] = join(x, y);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dgc5.C15 joined<T, U> join (T t, U u);
18 auto join (T t, U u, V v, Rest... rest) -> decltype (join (join (t, u), v, rest...));
21 auto polymorphic_transform (F f, Rs... rs) -> decltype (join (transform(rs, f)...));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/call_once/
H A D39909.cc51 t1.join();
52 t2.join();
53 t3.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/shared_future/members/
H A Dwait.cc47 t1.join();
48 t2.join();
49 t3.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/thread/members/
H A D4.cc38 t.join();
H A D3.cc40 t.join();
H A D1.cc40 t.join();
/haiku-buildtools/gcc/gcc/ada/doc/share/
H A Dlatex_elements.py62 return '\n'.join([
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp63 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
70 base_type::join(other);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/thread/cons/
H A D6.cc38 // thread join
39 // thread join postcondition function called correctly
48 t.join();
H A D9.cc60 t1.join();
66 t2.join();
H A D49668.cc44 t.join();
H A D8.cc55 t.join();
H A D7.cc55 t.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtree_join.cc34 * An example showing how to join splay_tree_map objects.
39 * This example shows how to join tree based containers, i.e., taking two
75 // possible to join the two tables. This is exception free.
76 h0.join(h1);
91 // Now perform an illegal join.
94 // join h2, and h3 should result in an exception.
98 h2.join(h3);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/shared_ptr/atomic/
H A D3.cc52 std::thread{ f }.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/future/members/
H A Dwait.cc47 t1.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/mutex/try_lock/
H A D2.cc52 t.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/packaged_task/
H A Dforced_unwind.cc47 t.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/packaged_task/members/
H A Dinvoke5.cc44 t1.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/
H A D2.cc52 t.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/thread/native_handle/
H A Dcancel.cc43 t.join();

Completed in 178 milliseconds

1234