Searched refs:strs (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr24883.c3 unsigned char **strs; member in struct:_rec_stl
12 cj = lj > 2 ? stl->strs[j][0] : (long)stl->strs[j] & 0xff;
14 stl->strs[j] = stl->strs[i];
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/insert/
H A Dunordered_multiset_hint.cc53 insert_with_perfect_hint1(const std::vector<std::string>& strs, argument
57 hints.reserve(strs.size());
58 for (auto str : strs)
62 for (std::size_t i = 0; i != strs.size(); ++i)
63 ms.insert(hints[i], strs[i]);
67 insert_with_perfect_hint2(const std::vector<std::string>& strs, argument
71 hints.reserve(strs.size());
72 for (auto str : strs)
75 for (std::size_t i = 0; i != strs.size(); ++i)
77 ms.insert(hints[i], strs[
84 insert_with_good_hint(const std::vector<std::string>& strs, ums_t& ms) argument
103 insert_with_bad_hint(const std::vector<std::string>& strs, ums_t& ms) argument
117 insert_without_hint1(const std::vector<std::string>& strs, ums_t& ms) argument
135 insert_without_hint2(const std::vector<std::string>& strs, ums_t& ms) argument
149 insert_with_any_hint1(const std::vector<std::string>& strs, ums_t& ms) argument
167 insert_with_any_hint2(const std::vector<std::string>& strs, ums_t& ms) argument
191 std::vector<std::string> strs; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/insert_erase/
H A D41975.cc110 std::vector<std::string> strs; local
111 strs.reserve(nb);
116 strs.push_back(ostr.str());
123 us.insert(strs[i]);
134 auto it = us.find(strs[j]);
146 us.insert(strs[0]);
148 us.insert(strs[i]);
158 us.erase(strs[j]);
/haiku-buildtools/binutils/bfd/
H A Dsyms.c904 bfd_byte *strs; member in struct:stab_find_info
1028 info->strs = (bfd_byte *) bfd_alloc (abfd, strsize);
1029 if (info->stabs == NULL || info->strs == NULL)
1034 || ! bfd_get_section_contents (abfd, info->strsec, info->strs,
1154 for (i = 0, stab = info->stabs, nul_str = str = info->strs;
1162 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff)
1198 if (file_name >= (char *) info->strs + strsize || file_name < (char *) str)
1209 if (file_name >= (char *) info->strs + strsize || file_name < (char *) str)
1220 if (file_name >= (char *) info->strs + strsize || file_name < (char *) str)
1229 if (function_name >= (char *) info->strs
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dsyms.c879 bfd_byte *strs; member in struct:stab_find_info
997 info->strs = bfd_alloc (abfd, strsize);
998 if (info->stabs == NULL || info->strs == NULL)
1003 || ! bfd_get_section_contents (abfd, info->strsec, info->strs,
1119 for (i = 0, stroff = 0, stab = info->stabs, str = info->strs;
1127 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dmaverick.c341 LDSTall (strs, 4, 0, 0, "f");
351 insns_LDSTall (strs), insns_LDSTall (strd),
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dmaverick.c342 LDSTall (strs, 4, 0, 0, "f");
352 insns_LDSTall (strs), insns_LDSTall (strd),
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drun.go774 func partitionStrings(rx *regexp.Regexp, strs []string) (matched, unmatched []string) {
775 for _, s := range strs {
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c3629 cpp_string str, istr, *strs;
3677 strs = &str;
3740 strs = (cpp_string *) obstack_finish (&str_ob);
3750 (parse_in, strs, count, &istr, type))
3627 cpp_string str, istr, *strs; local

Completed in 333 milliseconds