Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 25 of 108) sorted by relevance

12345

/llvm-project/lld/test/ELF/Inputs/
H A Drelocation-copy-alias.s21 .globl b3 symbol
24 b3: label
/llvm-project/clang/test/SemaTemplate/
H A Dconcepts-inherited-ctor.cpp19 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 Dwarn-bitwise-compare.cpp9 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 Dgh65522.cpp12 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 Dlshift.pass.cpp21 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
H A Dto_integer.pass.cpp22 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
H A Dlshift.assign.pass.cpp28 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/
H A Dp7.cpp16 B b3; variable
/llvm-project/clang/test/CodeGen/
H A Darm64-be-bitfield.c4 struct bt3 { signed b2:10; signed b3:10; } b16; member
H A Dchar-literal.c29 int b3 = 'somesillylongstring'; in main() local
/llvm-project/clang/test/CXX/class/class.bit/
H A Dp2.cpp19 B b3(static_cast<B&&>(b2)); in testB() local
/llvm-project/clang/test/CXX/module/module.reach/
H A Dex1.cpp40 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 Dbase.pass.cpp34 decltype(auto) b3 = static_cast<const OwningView&>(ov).base(); in test() local
/llvm-project/lld/test/ELF/
H A Dcopy-rel-alias.s56 b3: label
/llvm-project/llvm/test/tools/llvm-cov/
H A Dbranch-logical-mixed.cpp
/llvm-project/clang/test/AST/
H A Dast-dump-invalid-initialized.cpp22 auto b3 = garbage(); in test() local
H A Dast-dump-array.cpp73 V b3[N]; in testDependentSubscript() local
/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-bitfields.cpp26 bool b3 : 16; member
/llvm-project/flang/test/Semantics/OpenMP/
H A Dtarget01.f9034 subroutine bar(b1, b2, b3) argument
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3.cpp19 int b3 = f(0, E::e); variable
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/
H A Dp6.cpp9 bool b3 = !4; variable
/llvm-project/clang/test/Sema/
H A Dattr-preferred-type.cpp8 [[clang::preferred_type(E2)]] const unsigned b3 : 2; member
H A Dfor.c6 void b3 (void) { for (static int f;;); } // expected-error {{declaration of non-local variable}} in b3() function
/llvm-project/clang/test/CoverageMapping/
H A Dbranch-mincounters.cpp44 bool b3 = a < b; in func3() local
/llvm-project/clang/test/CodeCompletion/
H A Dctor-signature.cpp41 int b3 = consumeBar({}); variable

12345