/llvm-project/llvm/test/tools/llvm-cov/ |
H A D | branch-logical-mixed.cpp |
|
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/ |
H A D | p6.cpp | 15 bool b5 = !F; variable
|
/llvm-project/clang/test/Sema/ |
H A D | attr-preferred-type.cpp | 10 [[clang::preferred_type(bool)]] unsigned b5 : 2; member
|
H A D | for.c | 8 void b5 (void) { for (struct { int i; } s;;); } in b5() function
|
H A D | string-init.c | 19 wchar_t b5[] = L"a"; // No error. in f() local
|
H A D | attr-read-only-placement.cpp | 26 B b5[5][5]; // expected-warning {{object of type 'B' cannot be placed in read-only memory}} variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-auto-cast-remove-stars.cpp | 53 const B &b5 = static_cast<const B &>(*a); in f_static_cast() local 197 const B *b5 = template_const_pointer_cast<B>(a); in f_template_cast() local
|
H A D | use-auto-cast.cpp | 53 const B &b5 = static_cast<const B &>(*a); in f_static_cast() local 197 const B *b5 = template_const_pointer_cast<B>(a); in f_template_cast() local
|
H A D | return-braced-init-list.cpp | 96 Bar b5; in f5() local
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | p1.cpp | 40 B b5{1,2,3,4,5}; // ok variable
|
/llvm-project/lldb/test/API/lang/c/bitfields/ |
H A D | main.c | 12 uint32_t b5 : 5; 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/SemaCXX/ |
H A D | string-init.cpp | 14 wchar_t b5[] = L"a"; // No error. in f() local
|
H A D | user-defined-conversions.cpp | 69 Base b5 = ctfd; in test_conversion() local
|
H A D | deprecated.cpp | 255 bool b5 = arr1 <=> arr2; // cxx20-error {{invalid operands}} global() variable
|
H A D | constant-expression.cpp | 39 b5 : Struct::sval, member
|
/llvm-project/lldb/test/API/lang/cpp/structured-binding/ |
H A D | main.cpp | 25 char b5; member
|
/llvm-project/clang/test/Analysis/ |
H A D | ArrayDelete.cpp | 94 … Base *b5 = new DoubleDerived[10]; // expected-note{{Casting from 'DoubleDerived' to 'Base' here}} in multiple_derived() local
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve103.f90 | 42 common /b5/ n5 common
|
H A D | resolve66.f90 | 36 type(t2) :: a, b, b5(5) local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | cxx1z-aligned-allocation.cpp | 132 void b5(C *p) { delete[] p; } in b5() function
|
H A D | mangle-ms-return-qualifiers.cpp | 33 volatile float *b5() { return 0; } in b5() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | container-size-empty.cpp | 448 auto b5 = bool(derived.size()); in returnsBool() local 674 auto b5 = bool(templated_container.size()); in neverInstantiatedTemplate() local
|
/llvm-project/clang/test/CXX/special/class.dtor/ |
H A D | p5-0x.cpp | 70 B5 b5; // expected-error {{deleted function}} variable
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-recovery.cpp | 217 Bar b5 = Bar(invalid()); InvalidInitalizer() local
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
H A D | p1.cpp | 59 B<long>::E b5; variable
|