Home
last modified time | relevance | path

Searched refs:another_ant (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dhash-map-tests.c87 char *another_ant = static_cast <char *> (xcalloc (4, 1)); in test_map_of_strings_to_int() local
88 another_ant[0] = 'a'; in test_map_of_strings_to_int()
89 another_ant[1] = 'n'; in test_map_of_strings_to_int()
90 another_ant[2] = 't'; in test_map_of_strings_to_int()
91 another_ant[3] = 0; in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
94 ASSERT_EQ (false, m.put (another_ant, 7)); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dhash-map-tests.c87 char *another_ant = static_cast <char *> (xcalloc (4, 1)); in test_map_of_strings_to_int() local
88 another_ant[0] = 'a'; in test_map_of_strings_to_int()
89 another_ant[1] = 'n'; in test_map_of_strings_to_int()
90 another_ant[2] = 't'; in test_map_of_strings_to_int()
91 another_ant[3] = 0; in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
94 ASSERT_EQ (false, m.put (another_ant, 7)); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dhash-map-tests.c87 char *another_ant = static_cast <char *> (xcalloc (4, 1)); in test_map_of_strings_to_int() local
88 another_ant[0] = 'a'; in test_map_of_strings_to_int()
89 another_ant[1] = 'n'; in test_map_of_strings_to_int()
90 another_ant[2] = 't'; in test_map_of_strings_to_int()
91 another_ant[3] = 0; in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
94 ASSERT_EQ (false, m.put (another_ant, 7)); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dhash-map-tests.c87 char *another_ant = static_cast <char *> (xcalloc (4, 1)); in test_map_of_strings_to_int() local
88 another_ant[0] = 'a'; in test_map_of_strings_to_int()
89 another_ant[1] = 'n'; in test_map_of_strings_to_int()
90 another_ant[2] = 't'; in test_map_of_strings_to_int()
91 another_ant[3] = 0; in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
94 ASSERT_EQ (false, m.put (another_ant, 7)); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
105 free (another_ant); in test_map_of_strings_to_int()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dhash-map-tests.c87 char *another_ant = static_cast <char *> (xcalloc (4, 1)); in test_map_of_strings_to_int() local
88 another_ant[0] = 'a'; in test_map_of_strings_to_int()
89 another_ant[1] = 'n'; in test_map_of_strings_to_int()
90 another_ant[2] = 't'; in test_map_of_strings_to_int()
91 another_ant[3] = 0; in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
94 ASSERT_EQ (false, m.put (another_ant, 7)); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
105 free (another_ant); in test_map_of_strings_to_int()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dhash-map-tests.c87 char *another_ant = static_cast <char *> (xcalloc (4, 1)); in test_map_of_strings_to_int() local
88 another_ant[0] = 'a'; in test_map_of_strings_to_int()
89 another_ant[1] = 'n'; in test_map_of_strings_to_int()
90 another_ant[2] = 't'; in test_map_of_strings_to_int()
91 another_ant[3] = 0; in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
94 ASSERT_EQ (false, m.put (another_ant, 7)); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
105 free (another_ant); in test_map_of_strings_to_int()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dhash-map-tests.c87 char *another_ant = static_cast <char *> (xcalloc (4, 1)); in test_map_of_strings_to_int() local
88 another_ant[0] = 'a'; in test_map_of_strings_to_int()
89 another_ant[1] = 'n'; in test_map_of_strings_to_int()
90 another_ant[2] = 't'; in test_map_of_strings_to_int()
91 another_ant[3] = 0; in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
94 ASSERT_EQ (false, m.put (another_ant, 7)); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
105 free (another_ant); in test_map_of_strings_to_int()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dhash-map-tests.c87 char *another_ant = static_cast <char *> (xcalloc (4, 1)); in test_map_of_strings_to_int() local
88 another_ant[0] = 'a'; in test_map_of_strings_to_int()
89 another_ant[1] = 'n'; in test_map_of_strings_to_int()
90 another_ant[2] = 't'; in test_map_of_strings_to_int()
91 another_ant[3] = 0; in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
94 ASSERT_EQ (false, m.put (another_ant, 7)); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
105 free (another_ant); in test_map_of_strings_to_int()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dhash-map-tests.c87 char *another_ant = static_cast <char *> (xcalloc (4, 1)); in test_map_of_strings_to_int() local
88 another_ant[0] = 'a'; in test_map_of_strings_to_int()
89 another_ant[1] = 'n'; in test_map_of_strings_to_int()
90 another_ant[2] = 't'; in test_map_of_strings_to_int()
91 another_ant[3] = 0; in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
94 ASSERT_EQ (false, m.put (another_ant, 7)); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
105 free (another_ant); in test_map_of_strings_to_int()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dhash-map-tests.c87 char *another_ant = static_cast <char *> (xcalloc (4, 1)); in test_map_of_strings_to_int() local
88 another_ant[0] = 'a'; in test_map_of_strings_to_int()
89 another_ant[1] = 'n'; in test_map_of_strings_to_int()
90 another_ant[2] = 't'; in test_map_of_strings_to_int()
91 another_ant[3] = 0; in test_map_of_strings_to_int()
92 ASSERT_NE (ant, another_ant); in test_map_of_strings_to_int()
94 ASSERT_EQ (false, m.put (another_ant, 7)); in test_map_of_strings_to_int()
102 ASSERT_EQ (true, string_map.put (another_ant, 5)); in test_map_of_strings_to_int()
105 free (another_ant); in test_map_of_strings_to_int()