/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/ |
H A D | p6.cpp | 18 bool b6 = !&b4; // expected-warning{{address of 'b4' will always evaluate to 'true'}} variable
|
/llvm-project/clang/test/Sema/ |
H A D | attr-preferred-type.cpp | 11 [[clang::preferred_type()]] unsigned b6 : 2; member
|
H A D | for.c | 9 void b6 (void) { for (enum { zero, ten = 10 } i;;); } in b6() function
|
H A D | attr-read-only-placement.cpp | 32 static const B b6; in method1() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-auto-cast-remove-stars.cpp | 57 B &b6 = static_cast<B &>(*a), &b7 = static_cast<B &>(*a); in f_static_cast() local 200 const B &b6 = template_const_reference_cast<B>(*a); in f_template_cast() local
|
H A D | use-auto-cast.cpp | 57 B &b6 = static_cast<B &>(*a), &b7 = static_cast<B &>(*a); in f_static_cast() local 200 const B &b6 = template_const_reference_cast<B>(*a); in f_template_cast() local
|
H A D | return-braced-init-list.cpp | 101 Bar b6; in f6() local
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | p1.cpp | 43 B b6{c}; // ok variable
|
/llvm-project/lldb/test/API/lang/c/bitfields/ |
H A D | main.c | 13 uint32_t b6 : 6; member 28 uint16_t b1 : 1, b2 : 1, b3 : 1, b4 : 1, b5 : 1, b6 : 1, b7 : 1, b8 : 1, member
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve103.f90 | 51 common /b6/ n6 common
|
/llvm-project/clang/test/PCH/ |
H A D | cxx-templates.cpp | 51 S6<const int[17]>::t2 b6 = a6; in test() local
|
/llvm-project/clang/test/CXX/special/class.dtor/ |
H A D | p5-0x.cpp | 77 B6 b6; // expected-error {{deleted function}} variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-ms-return-qualifiers.cpp | 36 const volatile float *b6() { return 0; } in b6() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | deprecated.cpp | 259 bool b6 = arr1 == f(); // cxx20-warning {{comparison between two arrays is deprecated}} global() variable
|
H A D | constant-expression.cpp | 40 b6 : Struct::seval, member
|
H A D | uninitialized.cpp | 459 B b6 = getB(&b6.x); setupB() local 498 B b6 = getB(&b6.x); global() variable 1163 B b6 = { {b6.a1.i1} }; // expected-warning{{uninitialized}} global() variable 1221 B b6 = { {b6.a1.i1} }; // expected-warning{{uninitialized}} global() member [all...] |
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
H A D | p1.cpp | 62 B<long>::E b6 = B<long>::E::e5; variable
|
/llvm-project/clang/lib/Headers/ |
H A D | hexagon_types.h | 597 HEXAGON_V64_CREATE_B(b7,b6,b5,b4,b3,b2,b1,b0) global() argument 616 HEXAGON_V64_CREATE_B(b7,b6,b5,b4,b3,b2,b1,b0) global() argument 633 HEXAGON_Vect64C(signed char b7,signed char b6,signed char b5,signed char b4,signed char b3,signed char b2,signed char b1,signed char b0) HEXAGON_Vect64C() argument 1824 Q6V64_CREATE_B(b7,b6,b5,b4,b3,b2,b1,b0) global() argument 1843 Q6V64_CREATE_B(b7,b6,b5,b4,b3,b2,b1,b0) global() argument 1860 Q6Vect64C(signed char b7,signed char b6,signed char b5,signed char b4,signed char b3,signed char b2,signed char b1,signed char b0) Q6Vect64C() argument [all...] |
H A D | altivec.h | 10181 b6 = b0 + 6, b7 = b0 + 7; in vec_splat() local 10190 b6 = b0 + 6, b7 = b0 + 7; in vec_splat() local 10199 b6 = b0 + 6, b7 = b0 + 7; in vec_splat() local 10208 b6 in vec_splat() local [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | simplify-boolean-expr.cpp | 187 bool b6 = (i > 10); in operator_or() local
|