Searched refs:test_class (Results 1 – 9 of 9) sorted by relevance
30 class test_class { class36 test_class(){++x;} in test_class() function in test_class46 ~test_class(){--x;} in ~test_class()53 test_class& __regcall operator+=(const test_class&){ in operator +=() argument71 bool __regcall operator ==(const test_class&, const test_class&){ --x; return false;} in operator ==() argument76 test_class __regcall operator""_test_class (unsigned long long) { ++x; return test_class{};} in operator ""_test_class()90 test_class t; in force_gen()91 test_class t2 = 12_test_class; in force_gen()
48 static void test_class();51 void InClassInit::test_class() { in test_class() function in InClassInit
30 void test_class() in test_class() function46 test_class<Class>(); in main()47 test_class<incomplete_type>(); in main()
28 struct test_class struct32 typedef member< test_class,const int,&test_class::int_member > ckey_m;
38 void test_class() in test_class() function54 test_class<Class>(); in main()55 test_class<incomplete_type>(); in main()
206 test_class = type(name, (InlineTest,), dict(test=test_func,210 __globals.update({name: test_class})214 test_class.test_filename = __file215 test_class.mydir = TestBase.compute_mydir(__file)216 return test_class
31 test_class = get_cursor(tu, "test_class")32 self.assertEqual(test_class.access_specifier, AccessSpecifier.INVALID)
175 Class test_class = 0;176 const char g13[] = @encode(__typeof__(*test_class));
318 void test_class() { in test_class() function442 constexpr bool test_class() { in test_class() function466 static_assert(test_class());