Searched defs:b9 (Results 1 – 10 of 10) sorted by relevance
20 constexpr std::byte b9{static_cast<std::byte>(9)}; in main() local
28 constexpr std::byte b9{static_cast<std::byte>(9)}; in main() local
52 B b9{"foo"}; // expected-error {{ambiguous}} variable
109 short b9 = (short)(b[9] & 0xff); in fromByteArray() local
45 volatile float &b9() { return *(float*)0; } in b9() function
466 …B b9 = getB(b9.y); // expected-warning {{variable 'b9' is uninitialized when used within its own … in setupB() local501 B b9 = getB(b9.y); // expected-warning {{variable 'b9' is uninitialized when used within its own i… variable1164 B b9 = { {}, {0, b9.a1.i1} }; variable1222 B b9 = { {}, {0, b9.a1.i1} }; member
1429 int64_t b9 = 2097151 & (load_4(b + 23) >> 5); in sc_muladd() local
541 bfloat16 b9(9.0f); in TEST_F() local