/llvm-project/lld/test/ELF/ |
H A D | mips-64-disp.s | 54 b4: label
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.all/range.owning.view/ |
H A D | base.pass.cpp | 35 decltype(auto) b4 = static_cast<const OwningView&&>(ov).base(); in test() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-bitwise-compare.cpp | 11 bool b4 = !!(x | 5); in test() local
|
H A D | warn-literal-conversion.cpp | 50 bool b4 = 0.0; in test1() local
|
H A D | cxx2a-explicit-bool.cpp | 177 A<true, int> b4{ 0}; variable 219 A<true> b4{ 0}; variable 324 B b4 = A_true; // expected-error {{no viable conversion}} variable 420 auto b4 = A( 0, 1, b_true); in f() local 467 auto b4 = A( 0.0, 1); in f() local 701 A b4 = {0.0, 0}; // expected-error {{explicit constructor}} variable
|
H A D | deprecated.cpp | 242 bool b4 = 0.0 == f; // cxx20-warning {{comparison of floating-point type 'double' with enumeration type 'ArithConv::F' is deprecated}} variable 253 bool b4 = arr1 < arr3; // cxx20-warning {{comparison between two arrays is deprecated}} global() variable
|
H A D | string-init.cpp | 13 …wchar_t b4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string… in f() local
|
/llvm-project/clang/test/Sema/ |
H A D | attr-alias-elf.c | 58 typedef int b4; typedef
|
H A D | attr-preferred-type.cpp | 9 [[clang::preferred_type(bool)]] unsigned b4 : 1; member
|
H A D | for.c | 7 void b4 (void) { for (typedef int f;;); } // expected-error {{non-variable declaration in 'for' l… in b4() function
|
H A D | riscv-vector-zve32x-check.c | 70 …__rvv_bool4_t b4; /* expected-error {{RISC-V type '__rvv_bool4_t' requires the 'zve32x' extension}… in vbool4() local
|
H A D | div-sizeof-ptr.cpp | 30 int b4 = sizeof(p) / sizeof(char); in test() local
|
/llvm-project/llvm/test/tools/llvm-cov/ |
H A D | branch-logical-mixed.cpp |
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-invalid-initialized.cpp | 24 auto b4 = A(1); in test() local
|
H A D | ast-dump-array.cpp | 79 U b4[N]; in testDependentSubscript() local
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | trace-cmp.c | 13 uint32_t a4, b4; variable
|
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/ |
H A D | p3.cpp | 20 int b4 = f(E::e, 0); // expected-note {{in instantiation of}} variable
|
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/ |
H A D | p6.cpp | 14 bool b4 = !E; variable
|
/llvm-project/clang/test/CXX/class/class.compare/class.rel/ |
H A D | p2.cpp | 33 bool b4 = B() >= B(); // expected-error {{deleted}} variable
|
/llvm-project/flang/test/Semantics/ |
H A D | symbol15.f90 | 91 procedure, nopass :: b4 => modproc1 method 142 procedure, nopass :: b4 => modproc1 method
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-auto-cast-remove-stars.cpp | 49 B &b4 = static_cast<B &>(*a); in f_static_cast() local 194 B &b4 = template_reference_cast<B>(*a); in f_template_cast() local
|
H A D | use-auto-cast.cpp | 49 B &b4 = static_cast<B &>(*a); in f_static_cast() local 194 B &b4 = template_reference_cast<B>(*a); in f_template_cast() local
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | p1.cpp | 37 B b4{1,2,3,4}; // ok variable
|
/llvm-project/lldb/test/API/lang/c/bitfields/ |
H A D | main.c | 11 uint32_t b4 __attribute__ ((aligned(16))); member 28 uint16_t b1 : 1, b2 : 1, b3 : 1, b4 : 1, b5 : 1, b6 : 1, b7 : 1, b8 : 1, member
|
/llvm-project/lldb/test/API/lang/cpp/structured-binding/ |
H A D | main.cpp | 24 int b4; member
|