Searched refs:string_t (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwhole_file_29.f908 use iso_red, string_t => varying_string
11 type(string_t) :: string
17 use iso_red, string_t => varying_string
21 type(string_t) :: string
H A Dwhole_file_24.f9016 use iso_red, string_t => varying_string
19 type(string_t) :: string
25 use iso_red, string_t => varying_string
29 type(string_t) :: string
H A Dderived_constructor_comps_6.f9014 type :: string_t type in program:main
16 end type string_t
19 type(string_t) :: comp
23 type(string_t) :: comp(n)
26 type(string_t) :: prt_in, tmp, tmpa(n)
34 prt_in = string_t(["A"])
40 prt_in = string_t(["B"])
50 prt_in = string_t(["C"])
62 prt_in = string_t(["D"])
72 prt_in = string_t(["
[all...]
H A Dgeneric_30.f9033 use iso_varying_string, string_t => varying_string
36 type(string_t) :: key
H A Ddeferred_character_10.f9013 type :: string_t type in module:stringhelper_m
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/malloc_allocator/
H A Ddeallocate_global.cc27 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
29 string_t s("bayou bend");
H A Ddeallocate_local.cc26 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
31 string_t s;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/new_allocator/
H A Ddeallocate_local.cc26 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
31 string_t s;
H A Ddeallocate_global.cc29 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
31 string_t s("bayou bend");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/throw_allocator/
H A Ddeallocate_local.cc28 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
34 string_t s;
H A Ddeallocate_global.cc31 typedef std::basic_string<char_t, traits_t, allocator_t> string_t; typedef
34 string_t s("bayou bend");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc65 typedef std::basic_string<char, traits_type, allocator_type> string_t; typedef
66 typedef std::less<string_t> cmp_type;
68 typedef std::vector<std::pair<string_t, char> > vec_t;
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t;
82 typedef native_priority_queue<string_t, true, cmp_type,
88 typedef native_priority_queue<string_t, false, cmp_type,
H A Dmultimap_text_insert_mem.hpp80 typedef std::basic_string<char, std::char_traits<char>, alloc_t> string_t; typedef
81 typedef std::vector<std::pair<string_t, int> > vec_t;
86 a_v.push_back(std::make_pair(string_t(a_v_init[j].first.begin(), a_v_init[j].first.end()), static_cast<int>(g.get_unsigned_long())));
90 typedef mmap_tl_t<string_t, int, alloc_t>::type tl_t;
98 typedef mmap_tl_t< string_t, int, alloc_t>::type tl_t;
108 typedef native_multimap<string_t, int, std::less<string_t>, alloc_t> native_t;
115 string_t,
118 string_hash_fn, std::equal_to<string_t>,
119 std::less<string_t>,
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_shared.cc38 typedef std::basic_string<value_t, traits_t, allocator_t> string_t; typedef
40 string_t s;

Completed in 122 milliseconds