/llvm-project/libcxx/test/std/language.support/support.types/byteops/ |
H A D | and.pass.cpp | 18 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
|
H A D | not.pass.cpp | 19 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
|
H A D | or.pass.cpp | 19 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
|
H A D | xor.pass.cpp | 18 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
|
H A D | xor.assign.pass.cpp | 26 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
|
H A D | or.assign.pass.cpp | 27 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
|
H A D | and.assign.pass.cpp | 26 constexpr std::byte b8{static_cast<std::byte>(8)}; in main() local
|
/llvm-project/lld/test/ELF/ |
H A D | mips-64-disp.s | 56 b8: label
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | aarch64-sve-types.m | 35 const char b8[] = @encode(__SVBool_t); global() function
|
/llvm-project/clang/test/PCH/ |
H A D | aarch64-sve-types.c | 23 __SVBool_t *b8; global() variable
|
/llvm-project/clang/test/SemaObjC/ |
H A D | aarch64-sve-types.m | 23 @property(nullable) __SVBool_t b8; // expected-error {{cannot be applied to non-pointer type}} global() property
|
/llvm-project/clang/test/CodeGen/ |
H A D | aarch64-debug-sve-vector-types.c |
|
H A D | aarch64-sve.c |
|
H A D | lanai-arguments.c | 71 int b8 : 8; member
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | aarch64-sve-typeinfo.cpp | 24 auto &b8 = typeid(__SVBool_t); global() variable
|
H A D | mangle-ms-return-qualifiers.cpp | 42 const float &b8() { return *(float*)0; } in b8() function
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | trace-cmp.c | 14 uint64_t a8, b8; variable
|
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/ |
H A D | p6.cpp | 28 bool b8 = !S(); //expected-error {{invalid argument type 'S'}} variable
|
/llvm-project/clang/test/Sema/ |
H A D | attr-preferred-type.cpp | 15 [[clang::preferred_type(E, int)]] unsigned b8 : 2; member
|
H A D | for.c | 11 void b8 (void) { for (static struct { int i; } s;;); } // expected-error {{declaration of non-local… in b8() function
|
H A D | riscv-vector-zve32x-check.c | 78 …__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 D | use-auto-cast-remove-stars.cpp | 66 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 D | use-auto-cast.cpp | 66 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 D | p1.cpp | 49 B b8{c,0,1}; // ok variable
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve09.f90 | 134 function b8() function
|