/llvm-project/clang/test/SemaCXX/ |
H A D | invalid-template-params.cpp | 14 class C0 { class 20 …C0() : m(new S0<int>) {} // expected-error {{expected '(' for function-style cast or type construc… in C0() function in C0
|
H A D | value-dependent-exprs.cpp | 5 class C0 { class
|
H A D | alias-template.cpp | 79 template<typename U> using C0 = int; // expected-error {{member 'C0' has the same name as its class}} typedef in ClassNameRedecl::C2 72 class C0 { global() class 73 template<typename U> using C0 = int; // expected-error {{member 'C0' has the same name as its class}} global() typedef in ClassNameRedecl::C0 122 class C0 { global() class
|
H A D | enum-attr.cpp | 12 C0 = 1, C1 = 10 enumerator
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | ivar-struct.mm | 15 @interface C0 interface 18 @implementation C0 { implementation
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | encode-test-2.m | 44 @interface C0 <P1> interface 47 @implementation C0 implementation
|
H A D | disable-tail-call-escaping-block.m | 30 @interface C0 interface 35 @implementation C0 implementation
|
H A D | noescape.m | 61 @interface C0 interface 65 @implementation C0 implementation
|
H A D | assign.m | 7 @interface C0 interface
|
H A D | parameterized_classes.m | 109 @interface C0 : NSObject interface 113 @implementation C0 { implementation
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-non-virtual-base-ordering.cpp | 4 struct C0 { int a; }; struct
|
H A D | vtable-layout-extreme-address-space.cpp | 7 class C0 class
|
H A D | vtable-layout-extreme.cpp | 7 class C0 class
|
/llvm-project/clang/test/Coverage/ |
H A D | ast-print-temp-class.cpp | 7 template<typename T> class C0 {}; class 8 template<> class C0<long> {}; class 9 template<> class C0<long*> {}; class
|
/llvm-project/clang/test/AST/Interp/ |
H A D | cxx98.cpp |
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
H A D | p2-0x.cpp | 89 class C0 { class 90 using C0 = int; // expected-error {{member 'C0' has the same name as its class}} typedef in ClassNameRedecl::C0 96 using C0 = C1; // ok typedef in ClassNameRedecl::C2 145 class C0 { class
|
/llvm-project/clang/test/Layout/ |
H A D | ms-x86-empty-nonvirtual-bases.cpp | 14 struct C0 { int a; C0() : a(0xf00000C0) {printf("C0 : %p\n", this);} }; in C0() argument
|
H A D | ms-x86-empty-virtual-base.cpp | 14 struct C0 { int a; C0() : a(0xf00000C0) {printf("C0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in C0() argument
|
/llvm-project/clang/test/Sema/ |
H A D | attr-c2x.c | 7 C0 = 1, C1 = 10 enumerator
|
H A D | inline-asm-validate-m68k.c | 50 void C0() { in C0() function
|
/llvm-project/clang/test/Analysis/ |
H A D | cxxctr-evalcall-analysis-order.cpp | 18 C C0; in foo() local
|
/llvm-project/clang/test/CXX/class.derived/class.derived.general/ |
H A D | p2.cpp | 17 struct C0 : A0, B4 { }; // expected-error 2{{base class has incomplete type}} struct 30 struct C0 : A0, B5 { }; // expected-error 2{{base class has incomplete type}} struct
|
/llvm-project/clang/test/AST/ |
H A D | const-fpfeatures.c | 5 const double _Complex C0 = 0x1.000001p0 + 0x1.000001p0I; variable
|
/llvm-project/libcxx/test/std/containers/sequences/array/array.special/ |
H A D | swap.pass.cpp | 64 typedef std::array<T, 0> C0; in tests() typedef
|
/llvm-project/libcxx/test/std/containers/sequences/array/array.swap/ |
H A D | swap.pass.cpp | 79 typedef std::array<T, 0> C0; in tests() typedef
|