/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/ |
H A D | p6.cpp | 25 bool b7 = !&S::f; variable
|
/llvm-project/clang/test/Sema/ |
H A D | attr-preferred-type.cpp | 13 [[clang::preferred_type]] unsigned b7 : 2; member
|
H A D | for.c | 10 void b7 (void) { for (struct s { int i; };;); } // expected-error {{non-variable declaration in 'fo… in b7() function
|
H A D | attr-read-only-placement.cpp | 33 static B b7;// expected-warning {{object of type 'B' cannot be placed in read-only memory}} in method1() local
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | p1.cpp | 46 B b7{c,0}; // ok variable
|
/llvm-project/lldb/test/API/lang/c/bitfields/ |
H A D | main.c | 14 uint32_t b7 : 7; member 28 uint16_t b1 : 1, b2 : 1, b3 : 1, b4 : 1, b5 : 1, b6 : 1, b7 : 1, b8 : 1, member
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-ms-return-qualifiers.cpp | 39 float &b7() { return *(float*)0; } in b7() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-auto-cast-remove-stars.cpp | 203 B *b7 = template_value_get<B *>("foo"); in f_template_cast() local
|
H A D | use-auto-cast.cpp | 203 B *b7 = template_value_get<B *>("foo"); in f_template_cast() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | deprecated.cpp | 260 bool b7 = arr1 == +f(); global() variable
|
H A D | constant-expression.cpp | 41 b7 : itval, member
|
H A D | cxx2a-explicit-bool.cpp | 180 A<true, int> b7 = { 0}; variable 220 A<true> b7 = { 0}; // expected-error {{chosen constructor is explicit}} variable
|
H A D | uninitialized.cpp | 465 B b7(b7); // expected-warning {{variable 'b7' is uninitialized when used within its own initialization}} setupB() local 1164 B b7 = { {0, b7.a1.i1} }; global() variable 1222 B b7 = { {0, b7.a1.i1} }; global() member [all...] |
/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 = b0 + 6, b7 in vec_splat() local [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | simplify-boolean-expr.cpp | 195 bool b7 = (i > 10); in operator_or() local
|
/llvm-project/clang/test/Misc/ |
H A D | diag-template-diffing-cxx11.cpp | 185 int a7, b7; variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | stringview-nullptr.cpp | 288 std::string_view b7 = (std::string_view) nullptr; in stack_construction() local
|