Home
last modified time | relevance | path

Searched defs:b6 (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/
H A Dp6.cpp18 bool b6 = !&b4; // expected-warning{{address of 'b4' will always evaluate to 'true'}} variable
/llvm-project/clang/test/Sema/
H A Dattr-preferred-type.cpp11 [[clang::preferred_type()]] unsigned b6 : 2; member
H A Dfor.c9 void b6 (void) { for (enum { zero, ten = 10 } i;;); } in b6() function
H A Dattr-read-only-placement.cpp32 static const B b6; in method1() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-cast-remove-stars.cpp57 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 Duse-auto-cast.cpp57 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 Dreturn-braced-init-list.cpp101 Bar b6; in f6() local
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp1.cpp43 B b6{c}; // ok variable
/llvm-project/lldb/test/API/lang/c/bitfields/
H A Dmain.c13 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 Dresolve103.f9051 common /b6/ n6 common
/llvm-project/clang/test/PCH/
H A Dcxx-templates.cpp51 S6<const int[17]>::t2 b6 = a6; in test() local
/llvm-project/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp77 B6 b6; // expected-error {{deleted function}} variable
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp36 const volatile float *b6() { return 0; } in b6() function
/llvm-project/clang/test/SemaCXX/
H A Ddeprecated.cpp259 bool b6 = arr1 == f(); // cxx20-warning {{comparison between two arrays is deprecated}} global() variable
H A Dconstant-expression.cpp40 b6 : Struct::seval, member
H A Duninitialized.cpp459 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 Dp1.cpp62 B<long>::E b6 = B<long>::E::e5; variable
/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 in vec_splat() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-boolean-expr.cpp187 bool b6 = (i > 10); in operator_or() local