Home
last modified time | relevance | path

Searched refs:ndefault (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhash-map-tests.cc151 static int ndefault; member in selftest::hash_map_test_val_t
159 ++ndefault; in hash_map_test_val_t()
186 int val_t::ndefault; member in selftest::val_t
202 ASSERT_TRUE (val_t::ndefault == 0); in test_map_of_type_with_ctor_and_dtor()
214 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
234 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
256 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
269 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
279 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
293 val_t::ndefault = 0; in test_map_of_type_with_ctor_and_dtor()
[all …]
H A Dhash-set-tests.cc140 static int ndefault; member in selftest::hash_set_test_value_t
147 ++ndefault; in hash_set_test_value_t()
176 int val_t::ndefault; member in selftest::val_t
235 ASSERT_TRUE (val_t::ndefault == 0); in test_set_of_type_with_ctor_and_dtor()
246 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
255 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
260 int ndefault = val_t::ndefault; in test_set_of_type_with_ctor_and_dtor() local
286 ASSERT_EQ (true, ndefault == val_t::ndefault); in test_set_of_type_with_ctor_and_dtor()
290 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-set-tests.c140 static int ndefault;
147 ++ndefault;
176 int val_t::ndefault;
235 ASSERT_TRUE (val_t::ndefault == 0); in test_set_of_type_with_ctor_and_dtor()
246 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
255 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
260 int ndefault = val_t::ndefault; in test_set_of_type_with_ctor_and_dtor() local
286 ASSERT_EQ (true, ndefault == val_t::ndefault); in test_set_of_type_with_ctor_and_dtor()
290 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
H A Dhash-map-tests.c151 static int ndefault;
159 ++ndefault;
186 int val_t::ndefault;
202 ASSERT_TRUE (val_t::ndefault == 0); in test_map_of_type_with_ctor_and_dtor()
214 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
234 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
256 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
269 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
279 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/
H A Dcall68 $answer = "foo bar\ndefault file file\nb d f\n\n\nb\nbar foo baz\nfoo bar baz blarp quux \n";