Home
last modified time | relevance | path

Searched refs:test_class (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dregcall.cpp30 class test_class { class
36 test_class(){++x;} in test_class() function in test_class
46 ~test_class(){--x;} in ~test_class()
53 test_class& __regcall operator+=(const test_class&){ in operator +=() argument
71 bool __regcall operator ==(const test_class&, const test_class&){ --x; return false;} in operator ==() argument
76 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()
H A Dbuiltin_LINE.cpp48 static void test_class();
51 void InClassInit::test_class() { in test_class() function in InClassInit
/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dclass.pass.cpp30 void test_class() in test_class() function
46 test_class<Class>(); in main()
47 test_class<incomplete_type>(); in main()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-non-type-template-parameter.cpp28 struct test_class struct
32 typedef member< test_class,const int,&test_class::int_member > ckey_m;
/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dclass.pass.cpp38 void test_class() in test_class() function
54 test_class<Class>(); in main()
55 test_class<incomplete_type>(); in main()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py206 test_class = type(name, (InlineTest,), dict(test=test_func,
210 __globals.update({name: test_class})
214 test_class.test_filename = __file
215 test_class.mydir = TestBase.compute_mydir(__file)
216 return test_class
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_access_specifiers.py31 test_class = get_cursor(tu, "test_class")
32 self.assertEqual(test_class.access_specifier, AccessSpecifier.INVALID)
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dencode-test.m175 Class test_class = 0;
176 const char g13[] = @encode(__typeof__(*test_class));
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location.cpp318 void test_class() { in test_class() function
442 constexpr bool test_class() { in test_class() function
466 static_assert(test_class());