Home
last modified time | relevance | path

Searched defs:b8 (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/libcxx/test/std/language.support/support.types/byteops/
H A Dand.pass.cpp18 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
H A Dnot.pass.cpp19 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
H A Dor.pass.cpp19 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
H A Dxor.pass.cpp18 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
H A Dxor.assign.pass.cpp26 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
H A Dor.assign.pass.cpp27 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
H A Dand.assign.pass.cpp26 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
/llvm-project/lld/test/ELF/
H A Dmips-64-disp.s56 b8: label
/llvm-project/clang/test/CodeGenObjC/
H A Daarch64-sve-types.m35 const char b8[] = @encode(__SVBool_t); global() function
/llvm-project/clang/test/PCH/
H A Daarch64-sve-types.c23 __SVBool_t *b8; global() variable
/llvm-project/clang/test/SemaObjC/
H A Daarch64-sve-types.m23 @property(nullable) __SVBool_t b8; // expected-error {{cannot be applied to non-pointer type}} global() property
/llvm-project/clang/test/CodeGen/
H A Daarch64-debug-sve-vector-types.c
H A Daarch64-sve.c
H A Dlanai-arguments.c71 int b8 : 8; member
/llvm-project/clang/test/CodeGenCXX/
H A Daarch64-sve-typeinfo.cpp24 auto &b8 = typeid(__SVBool_t); global() variable
H A Dmangle-ms-return-qualifiers.cpp42 const float &b8() { return *(float*)0; } in b8() function
/llvm-project/compiler-rt/test/dfsan/
H A Dtrace-cmp.c14 uint64_t a8, b8; variable
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/
H A Dp6.cpp28 bool b8 = !S(); //expected-error {{invalid argument type 'S'}} variable
/llvm-project/clang/test/Sema/
H A Dattr-preferred-type.cpp15 [[clang::preferred_type(E, int)]] unsigned b8 : 2; member
H A Dfor.c11 void b8 (void) { for (static struct { int i; } s;;); } // expected-error {{declaration of non-local… in b8() function
H A Driscv-vector-zve32x-check.c78 …__rvv_bool8_t b8; /* expected-error {{RISC-V type '__rvv_bool8_t' requires the 'zve32x' extension}… in vbool8() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-cast-remove-stars.cpp66 auto *b8 = static_cast<B *>(a); in f_static_cast() local
206 B *b8 = template_value_get<B *>("foo"), *b9 = template_value_get<B *>("bar"); in f_template_cast() local
H A Duse-auto-cast.cpp66 auto *b8 = static_cast<B *>(a); in f_static_cast() local
206 B *b8 = template_value_get<B *>("foo"), *b9 = template_value_get<B *>("bar"); in f_template_cast() local
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp1.cpp49 B b8{c,0,1}; // ok variable
/llvm-project/flang/test/Semantics/
H A Dresolve09.f90134 function b8() function

12