Home
last modified time | relevance | path

Searched defs:B6 (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dalignment-of-derived-class.cpp53 struct B6 : public A { struct
H A Dattr-mode-tmpl.cpp17 …typedef enum __attribute__((mode(V2SI))) { A6, B6 } T6; // expected-error{{mode 'V2SI' is not supp… in CheckEnumerations() enumerator
/llvm-project/clang/test/Layout/
H A Dms-x86-vfvb-alignment.cpp14 struct B6 { int a; B6() : a(0xf00000B6) {} virtual void f() { printf("B6"); } }; in B6() function
H A Dms-x86-lazy-empty-nonvirtual-base.cpp14 struct __declspec(align(2)) B6 { B6() { printf("B6 = %p\n", this); } }; in B6() struct
/llvm-project/clang/test/CodeGen/
H A Ddebug-info-enum.cpp74 B6 = 9223372036854775807LL enumerator
/llvm-project/clang/test/Sema/
H A Dsugar-common-types.c25 typedef __SVInt8_t B6; typedef
H A Dwarn-duplicate-enum.c15 B6 // expected-note {{element 'B6' also has value 0}} enumerator
/llvm-project/clang/test/Parser/
H A Dcxx-concepts-requires-clause.cpp114 struct B6 { }; struct
/llvm-project/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp71 union B6 { union
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references-pr13207.cpp229 using B6 = Food<B5, B4, B3, B2, B1, B0, B0, B0, B0, B0, B5, B5, B5, B5, B5, B5, B5, B5, B5, B5>; typedef
/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h714 signed char B6(void) { B6() function
793 HEXAGON_Vect64C B6(signed char b) { B6() function
1941 signed char B6(void) { B6() function
2020 Q6Vect64C B6(signed char b) { B6() function
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp2134 ConstantRange B6(APInt(16, 0x0300), APInt(16, 0x0400)); TEST_F() local