/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/ |
H A D | cons.move.pass.cpp | 34 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 D | branch-mincounters.cpp | 12 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 D | ppc64-inline-asm.c | 3 _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 D | concepts-inherited-ctor.cpp | 18 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 D | temp.cpp | 23 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 D | or.assign.pass.cpp | 17 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 D | lshift.compile.fail.cpp | 21 constexpr std::byte b2 = b1 << 2.0f; in main() local
|
H A D | rshift.compile.fail.cpp | 21 constexpr std::byte b2 = b1 >> 2.0f; in main() local
|
H A D | not.pass.cpp | 18 constexpr std::byte b2{static_cast<std::byte>(2)}; in main() local
|
H A D | or.pass.cpp | 18 constexpr std::byte b2{static_cast<std::byte>(2)}; in main() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-redundant-move.cpp | 21 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 D | warn-bitwise-compare.cpp | 7 bool b2 = x | 5; in test() local 18 bool b2 = (x & I) == 8; in foo() local
|
H A D | convert-to-bool.cpp | 40 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 D | warn-memsize-comparison.cpp | 18 char b1[80], b2[80]; in f() local
|
H A D | cxx0x-noexcept-expression.cpp | 13 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 D | target01.f90 | 34 subroutine bar(b1, b2, b3) argument 39 type(c_ptr), pointer :: b2 local
|
/llvm-project/clang/test/Modules/Inputs/merge-template-members/ |
H A D | b2.h | 6 N::A<int> b2; variable
|
/llvm-project/clang/test/Import/template-specialization/ |
H A D | test.cpp | 8 A<bool>::B b2; in expr() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | lexicographical_compare_three_way.bench.cpp |
|
/llvm-project/libcxx/test/std/language.support/support.rtti/bad.cast/ |
H A D | bad_cast.pass.cpp | 24 std::bad_cast b2 = b; in main() local
|
/llvm-project/libcxx/test/std/language.support/support.exception/exception/ |
H A D | exception.pass.cpp | 22 std::exception b2 = b; in main() local
|
/llvm-project/libcxx/test/std/language.support/support.dynamic/alloc.errors/new.badlength/ |
H A D | bad_array_new_length.pass.cpp | 24 std::bad_array_new_length b2 = b; in main() local
|
/llvm-project/libcxx/test/std/language.support/support.exception/bad.exception/ |
H A D | bad_exception.pass.cpp | 24 std::bad_exception b2 = b; in main() local
|
/llvm-project/libcxx/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/ |
H A D | bad_alloc.pass.cpp | 24 std::bad_alloc b2 = b; main() local
|
/llvm-project/clang/test/Sema/ |
H A D | builtin-memcpy.c | 16 constexpr int b2() { in b2() function
|