Searched refs:string_map (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hash-map-tests.c | 99 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 D | hash-map-tests.cc | 99 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 D | ChangeLog-2017 | 15026 * sol-thread.c (struct string_map): Constify.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2017 | 15026 * sol-thread.c (struct string_map): Constify.
|