Home
last modified time | relevance | path

Searched refs:string_map (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map-tests.c99 hash_map <nofree_string_hash, int> string_map; in test_map_of_strings_to_int() local
100 ASSERT_EQ (false, string_map.put (ant, 1)); in test_map_of_strings_to_int()
101 ASSERT_EQ (1, string_map.elements ()); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
103 ASSERT_EQ (1, string_map.elements ()); in test_map_of_strings_to_int()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhash-map-tests.cc99 hash_map <nofree_string_hash, int> string_map; in test_map_of_strings_to_int() local
100 ASSERT_EQ (false, string_map.put (ant, 1)); in test_map_of_strings_to_int()
101 ASSERT_EQ (1, string_map.elements ()); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
103 ASSERT_EQ (1, string_map.elements ()); in test_map_of_strings_to_int()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201715026 * sol-thread.c (struct string_map): Constify.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201715026 * sol-thread.c (struct string_map): Constify.