Home
last modified time | relevance | path

Searched defs:b16 (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dmicromips-neg-offset.s12 b16 -4 label
/llvm-project-15.0.7/libcxx/test/std/language.support/support.types/byteops/
H A Drshift.assign.pass.cpp27 constexpr std::byte b16{static_cast<std::byte>(16)}; in main() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm64-be-bitfield.c3 struct bt3 { signed b2:10; signed b3:10; } b16; variable
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DUUIDTest.cpp18 UUID b16 = UUID::fromData("1234567890123457", 16); in TEST() local
/llvm-project-15.0.7/lldb/test/API/lang/c/bitfields/
H A Dmain.c29 b9 : 1, b10 : 1, b11 : 1, b12 : 1, b13 : 1, b14 : 1, b15 : 1, b16 : 1, member
/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Datomic_test.c155 uint16_t a16, b16; variable
/llvm-project-15.0.7/llvm/test/MC/Mips/micromips/
H A Dvalid.s80 b16 132 # CHECK: b16 132 # encoding: [0xcc,0x42] label
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp327 const std::string_view b16 = {(nullptr)}; in stack_construction() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Duninitialized.cpp478 …B* b16 = getPtrB(b16->y); // expected-warning {{variable 'b16' is uninitialized when used within … in setupB() local
510 B* b16 = getPtrB(b16->y); // expected-warning {{variable 'b16' is uninitialized when used within i… variable
1175 B b16 = { {}, {b16.a2.i1} }; // expected-warning{{uninitialized}} variable
1233 B b16 = { {}, {b16.a2.i1} }; // expected-warning{{uninitialized}} member