Home
last modified time | relevance | path

Searched defs:b4 (Results 1 – 25 of 63) sorted by relevance

123

/llvm-project/lld/test/ELF/
H A Dmips-64-disp.s54 b4: label
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.all/range.owning.view/
H A Dbase.pass.cpp35 decltype(auto) b4 = static_cast<const OwningView&&>(ov).base(); in test() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-bitwise-compare.cpp11 bool b4 = !!(x | 5); in test() local
H A Dwarn-literal-conversion.cpp50 bool b4 = 0.0; in test1() local
H A Dcxx2a-explicit-bool.cpp177 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 Ddeprecated.cpp242 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 Dstring-init.cpp13 …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 Dattr-alias-elf.c58 typedef int b4; typedef
H A Dattr-preferred-type.cpp9 [[clang::preferred_type(bool)]] unsigned b4 : 1; member
H A Dfor.c7 void b4 (void) { for (typedef int f;;); } // expected-error {{non-variable declaration in 'for' l… in b4() function
H A Driscv-vector-zve32x-check.c70 …__rvv_bool4_t b4; /* expected-error {{RISC-V type '__rvv_bool4_t' requires the 'zve32x' extension}… in vbool4() local
H A Ddiv-sizeof-ptr.cpp30 int b4 = sizeof(p) / sizeof(char); in test() local
/llvm-project/llvm/test/tools/llvm-cov/
H A Dbranch-logical-mixed.cpp
/llvm-project/clang/test/AST/
H A Dast-dump-invalid-initialized.cpp24 auto b4 = A(1); in test() local
H A Dast-dump-array.cpp79 U b4[N]; in testDependentSubscript() local
/llvm-project/compiler-rt/test/dfsan/
H A Dtrace-cmp.c13 uint32_t a4, b4; variable
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3.cpp20 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 Dp6.cpp14 bool b4 = !E; variable
/llvm-project/clang/test/CXX/class/class.compare/class.rel/
H A Dp2.cpp33 bool b4 = B() >= B(); // expected-error {{deleted}} variable
/llvm-project/flang/test/Semantics/
H A Dsymbol15.f9091 procedure, nopass :: b4 => modproc1 method
142 procedure, nopass :: b4 => modproc1 method
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-cast-remove-stars.cpp49 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 Duse-auto-cast.cpp49 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 Dp1.cpp37 B b4{1,2,3,4}; // ok variable
/llvm-project/lldb/test/API/lang/c/bitfields/
H A Dmain.c11 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 Dmain.cpp24 int b4; member

123