Home
last modified time | relevance | path

Searched refs:Test17 (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dc89.c117 struct Test17 { int a; }; struct
118 struct Test17 test17_aux(void);
122 …struct Test17 t0 = { v }; /* expected-warning {{initializer for aggregate is not a compile-time co… in test17()
123 struct Test17 t1 = test17_aux(); /* this is allowed */ in test17()
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Ddeadlock_detector_stress_test.cpp457 void Test17() { in Test17() function in LockTest
620 LockTest().Test17(); in main()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dthunks.cpp491 namespace Test17 { namespace
H A Dvtable-available-externally.cpp410 namespace Test17 { namespace
H A Dmicrosoft-abi-vbtables.cpp305 namespace Test17 { namespace
H A Dvtable-layout.cpp743 namespace Test17 { namespace
H A Dvisibility.cpp385 namespace Test17 { namespace
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc.m415 @class Test17; // expected-note 3{{forward declaration of class here}}
421 Test17 *v0;
422 …[v0 test17]; // expected-error {{receiver type 'Test17' for instance message is a forward declarat…
424 Test17<Test17p> *v1;
425 …[v1 test17]; // expected-error {{receiver type 'Test17<Test17p>' for instance message is a forward…
427 …[Test17 test17]; // expected-error {{receiver 'Test17' for class message is a forward declaration}}