Home
last modified time | relevance | path

Searched defs:B5 (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/test/CXX/class.derived/class.derived.general/
H A Dp2.cpp29 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 Dalignment-of-derived-class.cpp48 struct B5 : public A { struct
H A Dattr-mode-tmpl.cpp16 typedef enum { A5, B5 } __attribute__((mode(SI))) T5; in CheckEnumerations() enumerator
/llvm-project/clang/test/Layout/
H A Dms-x86-vfvb-alignment.cpp13 struct B5 { __declspec(align(32)) int a; B5() : a(0xf00000B5) {} }; in B5() struct
H A Dms-x86-lazy-empty-nonvirtual-base.cpp13 struct B5 { B5() { printf("B5 = %p\n", this); } }; in B5() function
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp7.cpp35 struct B5 { struct
/llvm-project/clang/test/Index/
H A Doverrides.m84 @interface B5 interface
91 @interface B5(cat) interface in cat
/llvm-project/clang/test/SemaTemplate/
H A Dclass-template-id.cpp35 typedef B<5> B5; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintbeginend.cpp30 class B5 { B5(int i); }; class
/llvm-project/clang/test/Sema/
H A Dsugar-common-types.c21 typedef __bf16 B5; typedef
H A Dwarn-duplicate-enum.c14B5, // expected-warning {{element 'B5' has been implicitly assigned -1 which another element has … enumerator
/llvm-project/clang/test/CodeGen/
H A Dattr-mode-enums.c23 typedef enum __attribute__((mode(QI))) { A5, B5 } T5; in main() enumerator
/llvm-project/clang/test/Parser/
H A Dcxx-concepts-requires-clause.cpp110 struct B5 { }; struct
/llvm-project/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp64 union B5 { union
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references-pr13207.cpp228 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 Dhexagon_types.h711 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 Dodr_hash.cpp4787 using B5 = MultipleTypedefs::A5; typedef
4793 using B5 = ::MultipleTypedefs::A5; typedef
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp2133 ConstantRange B5(APInt(16, 0x0299), APInt(16, 0x0400)); TEST_F() local