Searched defs:b21 (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/memcheck/tests/
H A Dleak-delta.c7 char *b21; variable
23 b21 = malloc (21);
/external/clang/test/CodeGenCXX/
H A Dbitfield.cpp16 unsigned b21 : 2; member in struct:N0::S
86 return s->b21;
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h74 Packet b00, b10, b20, b30, b01, b11, b21, b31; local
81 if(RK==4) b21 = pset1<Packet>(Bc1[2]);
118 if(RK==4) KMADD(c1, a2, b21, t1) \
/external/clang/test/SemaCXX/
H A Duninitialized.cpp486 B b21 = std::move(b21); // expected-warning {{variable 'b21' is uninitialized when used within its own initialization}} local
518 B b21 = std::move(b21); // expected-warning {{variable 'b21' is uninitialized when used within its own initialization}} variable
1179 B b21 = { {}, {0, b21.a2.i2} }; // expected-warning{{uninitialized}} member in namespace:U::init_list
1237 B b21 = { {}, {0, b21 member in struct:U::init_list::Bwrapper
[all...]

Completed in 88 milliseconds