Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/
H A Dp6.cpp25 bool b7 = !&S::f; variable
/llvm-project/clang/test/Sema/
H A Dattr-preferred-type.cpp13 [[clang::preferred_type]] unsigned b7 : 2; member
H A Dfor.c10 void b7 (void) { for (struct s { int i; };;); } // expected-error {{non-variable declaration in 'fo… in b7() function
H A Dattr-read-only-placement.cpp33 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 Dp1.cpp46 B b7{c,0}; // ok variable
/llvm-project/lldb/test/API/lang/c/bitfields/
H A Dmain.c14 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 Dmangle-ms-return-qualifiers.cpp39 float &b7() { return *(float*)0; } in b7() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-cast-remove-stars.cpp203 B *b7 = template_value_get<B *>("foo"); in f_template_cast() local
H A Duse-auto-cast.cpp203 B *b7 = template_value_get<B *>("foo"); in f_template_cast() local
/llvm-project/clang/test/SemaCXX/
H A Ddeprecated.cpp260 bool b7 = arr1 == +f(); global() variable
H A Dconstant-expression.cpp41 b7 : itval, member
H A Dcxx2a-explicit-bool.cpp180 A<true, int> b7 = { 0}; variable
220 A<true> b7 = { 0}; // expected-error {{chosen constructor is explicit}} variable
H A Duninitialized.cpp465 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 Dhexagon_types.h597 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 Daltivec.h10181 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 Dsimplify-boolean-expr.cpp195 bool b7 = (i > 10); in operator_or() local
/llvm-project/clang/test/Misc/
H A Ddiag-template-diffing-cxx11.cpp185 int a7, b7; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp288 std::string_view b7 = (std::string_view) nullptr; in stack_construction() local