/llvm-project/lld/test/ELF/Inputs/ |
H A D | relocation-copy-alias.s | 21 .globl b3 symbol 24 b3: label
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | concepts-inherited-ctor.cpp | 19 B<void> b3 = {}; in f1() local 30 B<int> b3 = {}; in f2() local 41 B<char> b3 = {}; // expected-error {{no matching constructor}} in f3() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-bitwise-compare.cpp | 9 bool b3 = (x | 5); in test() local 19 bool b3 = (x & 4) == 8; // expected-warning {{bitwise comparison always evaluates to false}} in foo() local
|
H A D | gh65522.cpp | 12 B3 b3 = 0; // expected-error {{no viable constructor or deduction guide for deduction of template a… variable
|
/llvm-project/libcxx/test/std/language.support/support.types/byteops/ |
H A D | lshift.pass.cpp | 21 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
|
H A D | to_integer.pass.cpp | 22 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
|
H A D | lshift.assign.pass.cpp | 28 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/ |
H A D | p7.cpp | 16 B b3; variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | arm64-be-bitfield.c | 4 struct bt3 { signed b2:10; signed b3:10; } b16; member
|
H A D | char-literal.c | 29 int b3 = 'somesillylongstring'; in main() local
|
/llvm-project/clang/test/CXX/class/class.bit/ |
H A D | p2.cpp | 19 B b3(static_cast<B&&>(b2)); in testB() local
|
/llvm-project/clang/test/CXX/module/module.reach/ |
H A D | ex1.cpp | 40 B b3; // expected-error {{definition of 'B' must be imported from module 'M' before it is required}… variable
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.all/range.owning.view/ |
H A D | base.pass.cpp | 34 decltype(auto) b3 = static_cast<const OwningView&>(ov).base(); in test() local
|
/llvm-project/lld/test/ELF/ |
H A D | copy-rel-alias.s | 56 b3: label
|
/llvm-project/llvm/test/tools/llvm-cov/ |
H A D | branch-logical-mixed.cpp |
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-invalid-initialized.cpp | 22 auto b3 = garbage(); in test() local
|
H A D | ast-dump-array.cpp | 73 V b3[N]; in testDependentSubscript() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | ubsan-bitfields.cpp | 26 bool b3 : 16; member
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | target01.f90 | 34 subroutine bar(b1, b2, b3) argument
|
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/ |
H A D | p3.cpp | 19 int b3 = f(0, E::e); variable
|
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/ |
H A D | p6.cpp | 9 bool b3 = !4; variable
|
/llvm-project/clang/test/Sema/ |
H A D | attr-preferred-type.cpp | 8 [[clang::preferred_type(E2)]] const unsigned b3 : 2; member
|
H A D | for.c | 6 void b3 (void) { for (static int f;;); } // expected-error {{declaration of non-local variable}} in b3() function
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | branch-mincounters.cpp | 44 bool b3 = a < b; in func3() local
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | ctor-signature.cpp | 41 int b3 = consumeBar({}); variable
|