Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/
H A Dcons.move.pass.cpp34 Buf b2{std::move(b1)}; in test() local
49 Buf b2{std::move(b1)}; in test() local
67 Buf b2{std::move(b1)}; in test() local
82 Buf b2{std::move(b1)}; in test() local
100 Buf b2{std::move(b1)}; in test() local
115 Buf b2{std::move(b1)}; in test() local
/llvm-project/clang/test/CoverageMapping/
H A Dbranch-mincounters.cpp12 bool b2 = a >= b; in func1() local
27 bool b2 = a >= b; in func2() local
43 bool b2 = a >= b; in func3() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64-inline-asm.c3 _Bool test_wc_i1(_Bool b1, _Bool b2) { in test_wc_i1()
11 int test_wc_i32(int b1, int b2) { in test_wc_i32()
19 unsigned char test_wc_i8(unsigned char b1, unsigned char b2) { in test_wc_i8()
/llvm-project/clang/test/SemaTemplate/
H A Dconcepts-inherited-ctor.cpp18 B<void> b2{}; in f1() local
29 B<int> b2{}; in f2() local
40 B<char> b2{}; // expected-error {{no matching constructor}} in f3() local
H A Dtemp.cpp23 Use1::Base<double> b2; // expected-error {{private}} member
27 Use2::Base<double> b2; member
31 Use3::Base<double> b2; member
/llvm-project/libcxx/test/std/language.support/support.types/byteops/
H A Dor.assign.pass.cpp17 constexpr std::byte test(std::byte b1, std::byte b2) { in test()
26 constexpr std::byte b2{static_cast<std::byte>(2)}; in main() local
H A Dlshift.compile.fail.cpp21 constexpr std::byte b2 = b1 << 2.0f; in main() local
H A Drshift.compile.fail.cpp21 constexpr std::byte b2 = b1 >> 2.0f; in main() local
H A Dnot.pass.cpp18 constexpr std::byte b2{static_cast<std::byte>(2)}; in main() local
H A Dor.pass.cpp18 constexpr std::byte b2{static_cast<std::byte>(2)}; in main() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-redundant-move.cpp21 B b2; in test1() local
35 B b2; in test2() local
50 B& b2 = b1; in test3() local
59 B& b2 = b1; in test4() local
H A Dwarn-bitwise-compare.cpp7 bool b2 = x | 5; in test() local
18 bool b2 = (x & I) == 8; in foo() local
H A Dconvert-to-bool.cpp40 bool b2 = ctb && ecb; in test_conv_to_bool() local
56 bool b2 = ecb; // expected-error{{no viable conversion from 'ExplicitConvToBool' to 'bool'}} in test_explicit_bool() local
H A Dwarn-memsize-comparison.cpp18 char b1[80], b2[80]; in f() local
H A Dcxx0x-noexcept-expression.cpp13 bool b2 = noexcept(f(0)); in g() local
22 bool b2 = noexcept(this->g(0)); in h() local
/llvm-project/flang/test/Semantics/OpenMP/
H A Dtarget01.f9034 subroutine bar(b1, b2, b3) argument
39 type(c_ptr), pointer :: b2 local
/llvm-project/clang/test/Modules/Inputs/merge-template-members/
H A Db2.h6 N::A<int> b2; variable
/llvm-project/clang/test/Import/template-specialization/
H A Dtest.cpp8 A<bool>::B b2; in expr() local
/llvm-project/libcxx/benchmarks/
H A Dlexicographical_compare_three_way.bench.cpp
/llvm-project/libcxx/test/std/language.support/support.rtti/bad.cast/
H A Dbad_cast.pass.cpp24 std::bad_cast b2 = b; in main() local
/llvm-project/libcxx/test/std/language.support/support.exception/exception/
H A Dexception.pass.cpp22 std::exception b2 = b; in main() local
/llvm-project/libcxx/test/std/language.support/support.dynamic/alloc.errors/new.badlength/
H A Dbad_array_new_length.pass.cpp24 std::bad_array_new_length b2 = b; in main() local
/llvm-project/libcxx/test/std/language.support/support.exception/bad.exception/
H A Dbad_exception.pass.cpp24 std::bad_exception b2 = b; in main() local
/llvm-project/libcxx/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/
H A Dbad_alloc.pass.cpp24 std::bad_alloc b2 = b; main() local
/llvm-project/clang/test/Sema/
H A Dbuiltin-memcpy.c16 constexpr int b2() { in b2() function

12345678910>>...12