Lines Matching defs:test_func
418 namespace test_func {
457 static_assert(is_equal(Default.info.function(), "test_func::TestCtor<>::TestCtor() [T = std::source_location]"));
459 static_assert(is_equal(Template.info.function(), "test_func::TestCtor<>::TestCtor(int, U) [T = std::source_location, U = std::source_location]"));
471 static_assert(is_equal(__FUNCTION__, "test_func::TestBI<int>::TestBI"));
484 static_assert(is_equal(__FUNCTION__, "test_func::TestClass<class test_func::C>::TestClass"));
497 static_assert(is_equal(__FUNCTION__, "test_func::TestStruct<struct test_func::S>::TestStruct"));
510 static_assert(is_equal(__FUNCTION__, "test_func::TestEnum<enum test_func::E>::TestEnum"));
523 TestClass<test_func::C> t2;
524 TestStruct<test_func::S> t3;
525 TestEnum<test_func::E> t4;
527 } // namespace test_func