Home
last modified time | relevance | path

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

12345678

/external/rust/crates/bytes/tests/
Dtest_chain.rs57 let b4: &[u8] = &mut []; in vectored_read() localVariable
78 let b4: &[u8] = &mut []; in vectored_read() localVariable
99 let b4: &[u8] = &mut []; in vectored_read() localVariable
120 let b4: &[u8] = &mut []; in vectored_read() localVariable
/external/llvm-project/lld/test/ELF/
Dmips-64-disp.s54 b4: label
/external/llvm-project/clang/test/SemaCXX/
Dwarn-bitwise-compare.cpp11 bool b4 = !!(x | 5); in test() local
Dcxx2a-explicit-bool.cpp176 A<true, int> b4{ 0}; variable
218 A<true> b4{ 0}; variable
323 B b4 = A_true; // expected-error {{no viable conversion}} variable
417 auto b4 = A( 0, 1, b_true); in f() local
464 auto b4 = A( 0.0, 1); in f() local
696 A b4 = {0.0, 0}; // expected-error {{explicit constructor}} variable
Ddeprecated.cpp232 …bool b4 = 0.0 == f; // cxx20-warning {{comparison of floating-point type 'double' with enumeration… variable
243 bool b4 = arr1 < arr3; // cxx20-warning {{comparison between two arrays is deprecated}} variable
/external/lzma/CPP/Common/
DMyGuidDef.h49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
/external/llvm-project/clang/test/Sema/
Dfor.c7 void b4 (void) { for (typedef int f;;); } // expected-error {{declaration of non-local variable}} in b4() function
Dattr-alias-elf.c54 typedef int b4; typedef
/external/clang/test/Sema/
Dfor.c7 void b4 (void) { for (typedef int f;;); } // expected-error {{declaration of non-local variable}} in b4() function
Dattr-alias-elf.c54 typedef int b4; typedef
/external/llvm-project/clang/test/AST/
Dast-dump-invalid-initialized.cpp24 auto b4 = A(1); in test() local
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractReadableBuffer.java29 int b4 = readUnsignedByte(); in readInt() local
/external/llvm-project/compiler-rt/test/dfsan/
Dtrace-cmp.c13 uint32_t a4, b4; variable
/external/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
Dp3.cpp20 int b4 = f(E::e, 0); // expected-note {{in instantiation of}} variable
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
Dp3.cpp20 int b4 = f(E::e, 0); // expected-note {{in instantiation of}} variable
/external/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/
Dp6.cpp14 bool b4 = !E; variable
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/
Dp6.cpp14 bool b4 = !E; variable
/external/llvm-project/flang/test/Semantics/
Dsymbol15.f9091 procedure, nopass :: b4 => modproc1 method
142 procedure, nopass :: b4 => modproc1 method
/external/clang/test/SemaCXX/
Dwarn-literal-conversion.cpp50 bool b4 = 0.0; in test1() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-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
Dmodernize-use-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
/external/libgav1/libgav1/src/dsp/x86/
Dtranspose_sse4.h214 const __m128i b4 = _mm_unpackhi_epi32(a0, a1); in Transpose8x4To4x8_U16() local
279 const __m128i b4 = _mm_unpackhi_epi32(a0, a1); in Transpose8x8_U16() local
/external/testng/src/test/java/test/thread/
DMultiThreadedDependentSampleTest.java72 public void b4() { in b4() method in MultiThreadedDependentSampleTest
/external/llvm-project/clang/test/CXX/class/class.compare/class.rel/
Dp2.cpp33 bool b4 = B() >= B(); // expected-error {{deleted}} variable
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc142 int32_t b4 = ReadUByte(index + 3); in ReadULong() local
168 int32_t b4 = ReadUByte(index + 3); in ReadULongLE() local
184 int32_t b4 = ReadUByte(index + 3); in ReadLong() local

12345678