Home
last modified time | relevance | path

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

/llvm-project/lld/test/ELF/
H A Dloongarch-branch.s56 .global b16 symbol
60 b16: label
/llvm-project/llvm/test/MC/Mips/
H A Dmicromips-neg-offset.s12 b16 -4 label
/llvm-project/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/clang/test/CodeGen/
H A Darm64-be-bitfield.c4 struct bt3 { signed b2:10; signed b3:10; } b16; variable
/llvm-project/lldb/unittests/Utility/
H A DUUIDTest.cpp18 UUID b16 = UUID("1234567890123457", 16); in TEST() local
/llvm-project/clang/test/Sema/
H A Driscv-vector-zve32x-check.c86 …__rvv_bool16_t b16; /* expected-error {{RISC-V type '__rvv_bool16_t' requires the 'zve32x' extensi… in vbool16() local
/llvm-project/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/compiler-rt/test/builtins/Unit/
H A Datomic_test.c155 uint16_t a16, b16; variable
[all...]
/llvm-project/clang/test/Sema/aarch64-sme2-intrinsics/
H A Dacle_sme2_imm.cpp295 svfloat16_t f16, svbfloat16_t b16) __arm_streaming __arm_inout("za") { in test_vertical_dot_product() argument
/llvm-project/llvm/test/MC/Mips/micromips/
H A Dvalid.s80 b16 132 # CHECK: b16 132 # encoding: [0xcc,0x42] label
/llvm-project/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/clang/test/SemaCXX/
H A Duninitialized.cpp479 B* b16 = getPtrB(b16->y); // expected-warning {{variable 'b16' is uninitialized when used within its own initialization}} setupB() local
511 B* b16 = getPtrB(b16->y); // expected-warning {{variable 'b16' is uninitialized when used within its own initialization}} global() variable
1175 B b16 = { {}, {b16.a2.i1} }; // expected-warning{{uninitialized}} global() variable
1233 B b16 = { {}, {b16.a2.i1} }; // expected-warning{{uninitialized}} global() member
[all...]
/llvm-project/clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/
H A Drvv-intrinsic-datatypes.cpp338 vbool16_t b16; in foo() local