/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/ |
H A D | cons.move.pass.cpp | 33 Buf b1{nullptr, alloc}; in test() local 45 Buf b1{&w, alloc}; in test() local 66 Buf b1{nullptr, alloc}; in test() local 78 Buf b1{&w, alloc}; in test() local 99 Buf b1{nullptr, alloc}; in test() local 111 Buf b1{&w, alloc}; in test() local
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | ubsan-bool.m | 17 BOOL b1 : 1; field 36 BOOL b1 : 1; field 38 @property (nonatomic) BOOL b1; property
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | branch-mincounters.cpp | 11 bool b1 = a == b; in func1() local 26 bool b1 = a == b; in func2() local 42 bool b1 = 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 | 17 B<void> b1; in f1() local 28 B<int> b1; in f2() local 39 B<char> b1; // expected-error {{no matching constructor}} in f3() local
|
H A D | temp.cpp | 22 Base<double> b1; // expected-error {{private}} member 26 Base<double> b1; member 30 Base<double> b1; member
|
/llvm-project/libcxx/test/std/language.support/support.types/byteops/ |
H A D | xor.assign.pass.cpp | 17 constexpr std::byte test(std::byte b1, std::byte b2) { in test() 25 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
H A D | or.assign.pass.cpp | 17 constexpr std::byte test(std::byte b1, std::byte b2) { in test() 25 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
H A D | and.assign.pass.cpp | 17 constexpr std::byte test(std::byte b1, std::byte b2) { in test() 25 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
H A D | to_integer.compile.fail.cpp | 20 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
H A D | lshift.compile.fail.cpp | 20 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-redundant-move.cpp | 20 A test1(B b1) { in test1() 33 C test2(A a1, B b1) { in test2() 49 A test3(B& b1) { in test3() 57 C test4(A& a1, B& b1) { in test4()
|
H A D | warn-bitwise-compare.cpp | 5 bool b1 = (8 & x) == 3; in test() local 17 bool b1 = (x & sizeof(T)) == 8; in foo() local
|
H A D | convert-to-bool.cpp | 38 bool b1 = !ecb; in test_conv_to_bool() local 55 bool b1(ecb); // okay in test_explicit_bool() local
|
H A D | warn-memsize-comparison.cpp | 18 char b1[80], b2[80]; in f() local
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | p4.cpp | 26 B b1{X<1>{}}; // expected-error {{calling a protected constructor}} variable 36 B b1{X<1>{}}; member 73 B b1(0, 1); // expected-error {{call to constructor of 'B' is ambiguous}} variable
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | target01.f90 | 34 subroutine bar(b1, b2, b3) argument 38 type(c_ptr), allocatable :: b1 local
|
/llvm-project/libcxx/test/std/numerics/numarray/template.mask.array/mask.array.assign/ |
H A D | mask_array.pass.cpp | 25 bool b1[N1] = {true, false, false, true, true, false, in main() local 58 bool b1[] = {true, false, true}; in main() local
|
/llvm-project/lld/test/ELF/ |
H A D | obj-preempt-dso.s | 27 b1: ## protected in b.so; defined in a label 47 b1: label
|
/llvm-project/clang/test/Modules/Inputs/normal-module-map/ |
H A D | b1.h | 1 int b1; variable
|
/llvm-project/clang/test/Import/destructor/ |
H A D | test.cpp | 4 B b1; variable
|
/llvm-project/clang/test/Modules/Inputs/merge-template-members/ |
H A D | b1.h | 6 N::A<int> b1; variable
|
/llvm-project/clang/test/Import/template-specialization/ |
H A D | test.cpp | 7 A<int>::B b1; in expr() local
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | def-include.h | 12 int b1; member
|
/llvm-project/clang/test/C/C23/ |
H A D | n3017.c | 8 char b1[] = { global() variable
|