/llvm-project/clang/test/CXX/class.derived/class.derived.general/ |
H A D | p2.cpp | 29 struct B5 { // expected-note 2{{definition of 'B5<U>' is not complete until the closing '}'}} struct 30 struct C0 : A0, B5 { }; // expected-error 2{{base class has incomplete type}} 33 struct C1 : A0, B5 { }; // expected-error 2{{base class has incomplete type}}
|
/llvm-project/clang/test/SemaCXX/ |
H A D | alignment-of-derived-class.cpp | 48 struct B5 : public A { struct
|
H A D | attr-mode-tmpl.cpp | 16 typedef enum { A5, B5 } __attribute__((mode(SI))) T5; in CheckEnumerations() enumerator
|
/llvm-project/clang/test/Layout/ |
H A D | ms-x86-vfvb-alignment.cpp | 13 struct B5 { __declspec(align(32)) int a; B5() : a(0xf00000B5) {} }; in B5() struct
|
H A D | ms-x86-lazy-empty-nonvirtual-base.cpp | 13 struct B5 { B5() { printf("B5 = %p\n", this); } }; in B5() function
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | p7.cpp | 35 struct B5 { struct
|
/llvm-project/clang/test/Index/ |
H A D | overrides.m | 84 @interface B5 interface 91 @interface B5(cat) interface in cat
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | class-template-id.cpp | 35 typedef B<5> B5; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/ |
H A D | nolintbeginend.cpp | 30 class B5 { B5(int i); }; class
|
/llvm-project/clang/test/Sema/ |
H A D | sugar-common-types.c | 21 typedef __bf16 B5; typedef
|
H A D | warn-duplicate-enum.c | 14 …B5, // expected-warning {{element 'B5' has been implicitly assigned -1 which another element has … enumerator
|
/llvm-project/clang/test/CodeGen/ |
H A D | attr-mode-enums.c | 23 typedef enum __attribute__((mode(QI))) { A5, B5 } T5; in main() enumerator
|
/llvm-project/clang/test/Parser/ |
H A D | cxx-concepts-requires-clause.cpp | 110 struct B5 { }; struct
|
/llvm-project/clang/test/CXX/special/class.dtor/ |
H A D | p5-0x.cpp | 64 union B5 { union
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-ms-back-references-pr13207.cpp | 228 using B5 = Food<B4, B3, B2, B1, B0, B0, B0, B0, B0, B0, B4, B4, B4, B4, B4, B4, B4, B4, B4, B4>; typedef
|
/llvm-project/clang/lib/Headers/ |
H A D | hexagon_types.h | 711 signed char B5(void) { B5() function 790 HEXAGON_Vect64C B5(signed char b) { B5() function 1938 signed char B5(void) { B5() function 2017 Q6Vect64C B5(signed char b) { B5() function
|
/llvm-project/clang/test/Modules/ |
H A D | odr_hash.cpp | 4787 using B5 = MultipleTypedefs::A5; typedef 4793 using B5 = ::MultipleTypedefs::A5; typedef
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantRangeTest.cpp | 2133 ConstantRange B5(APInt(16, 0x0299), APInt(16, 0x0400)); TEST_F() local
|