Home
last modified time | relevance | path

Searched defs:b1 (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/
H A Dcons.move.pass.cpp33 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 Dubsan-bool.m17 BOOL b1 : 1; field
36 BOOL b1 : 1; field
38 @property (nonatomic) BOOL b1; property
/llvm-project/clang/test/CoverageMapping/
H A Dbranch-mincounters.cpp11 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 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.cpp17 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 Dtemp.cpp22 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 Dxor.assign.pass.cpp17 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 Dor.assign.pass.cpp17 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 Dand.assign.pass.cpp17 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 Dto_integer.compile.fail.cpp20 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
H A Dlshift.compile.fail.cpp20 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-redundant-move.cpp20 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 Dwarn-bitwise-compare.cpp5 bool b1 = (8 & x) == 3; in test() local
17 bool b1 = (x & sizeof(T)) == 8; in foo() local
H A Dconvert-to-bool.cpp38 bool b1 = !ecb; in test_conv_to_bool() local
55 bool b1(ecb); // okay in test_explicit_bool() local
H A Dwarn-memsize-comparison.cpp18 char b1[80], b2[80]; in f() local
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp4.cpp26 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 Dtarget01.f9034 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 Dmask_array.pass.cpp25 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 Dobj-preempt-dso.s27 b1: ## protected in b.so; defined in a label
47 b1: label
/llvm-project/clang/test/Modules/Inputs/normal-module-map/
H A Db1.h1 int b1; variable
/llvm-project/clang/test/Import/destructor/
H A Dtest.cpp4 B b1; variable
/llvm-project/clang/test/Modules/Inputs/merge-template-members/
H A Db1.h6 N::A<int> b1; variable
/llvm-project/clang/test/Import/template-specialization/
H A Dtest.cpp7 A<int>::B b1; in expr() local
/llvm-project/clang/test/Modules/Inputs/
H A Ddef-include.h12 int b1; member
/llvm-project/clang/test/C/C23/
H A Dn3017.c8 char b1[] = { global() variable

12345678910>>...12