Home
last modified time | relevance | path

Searched defs:C0 (Results 1 – 25 of 73) sorted by relevance

123

/llvm-project/clang/test/SemaCXX/
H A Dinvalid-template-params.cpp14 class C0 { class
20C0() : m(new S0<int>) {} // expected-error {{expected '(' for function-style cast or type construc… in C0() function in C0
H A Dvalue-dependent-exprs.cpp5 class C0 { class
H A Dalias-template.cpp79 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 Denum-attr.cpp12 C0 = 1, C1 = 10 enumerator
/llvm-project/clang/test/SemaObjCXX/
H A Divar-struct.mm15 @interface C0 interface
18 @implementation C0 { implementation
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test-2.m44 @interface C0 <P1> interface
47 @implementation C0 implementation
H A Ddisable-tail-call-escaping-block.m30 @interface C0 interface
35 @implementation C0 implementation
H A Dnoescape.m61 @interface C0 interface
65 @implementation C0 implementation
H A Dassign.m7 @interface C0 interface
H A Dparameterized_classes.m109 @interface C0 : NSObject interface
113 @implementation C0 { implementation
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-non-virtual-base-ordering.cpp4 struct C0 { int a; }; struct
H A Dvtable-layout-extreme-address-space.cpp7 class C0 class
H A Dvtable-layout-extreme.cpp7 class C0 class
/llvm-project/clang/test/Coverage/
H A Dast-print-temp-class.cpp7 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 Dcxx98.cpp
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp89 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 Dms-x86-empty-nonvirtual-bases.cpp14 struct C0 { int a; C0() : a(0xf00000C0) {printf("C0 : %p\n", this);} }; in C0() argument
H A Dms-x86-empty-virtual-base.cpp14 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 Dattr-c2x.c7 C0 = 1, C1 = 10 enumerator
H A Dinline-asm-validate-m68k.c50 void C0() { in C0() function
/llvm-project/clang/test/Analysis/
H A Dcxxctr-evalcall-analysis-order.cpp18 C C0; in foo() local
/llvm-project/clang/test/CXX/class.derived/class.derived.general/
H A Dp2.cpp17 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 Dconst-fpfeatures.c5 const double _Complex C0 = 0x1.000001p0 + 0x1.000001p0I; variable
/llvm-project/libcxx/test/std/containers/sequences/array/array.special/
H A Dswap.pass.cpp64 typedef std::array<T, 0> C0; in tests() typedef
/llvm-project/libcxx/test/std/containers/sequences/array/array.swap/
H A Dswap.pass.cpp79 typedef std::array<T, 0> C0; in tests() typedef

123