Searched defs:b16 (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | micromips-neg-offset.s | 12 b16 -4 label
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/support.types/byteops/ |
| H A D | rshift.assign.pass.cpp | 27 constexpr std::byte b16{static_cast<std::byte>(16)}; in main() local
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | arm64-be-bitfield.c | 3 struct bt3 { signed b2:10; signed b3:10; } b16; variable
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | UUIDTest.cpp | 18 UUID b16 = UUID::fromData("1234567890123457", 16); in TEST() local
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/bitfields/ |
| H A D | main.c | 29 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 D | atomic_test.c | 155 uint16_t a16, b16; variable
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/micromips/ |
| H A D | valid.s | 80 b16 132 # CHECK: b16 132 # encoding: [0xcc,0x42] label
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | stringview-nullptr.cpp | 327 const std::string_view b16 = {(nullptr)}; in stack_construction() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | uninitialized.cpp | 478 …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
|