| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | multiple_callbacks.ll | 9 ; void broker(int (*cb0)(int), int (*cb1)(int), int (*cb2)(int), int, int); 17 ; static int cb2(int unknown) { 32 ; broker(cb1, cb2, cb2, 0, 1); 33 ; broker(cb3, cb2, cb3, 0, 1); 57 define internal i32 @cb2(i32 %unknown) { 58 ; CHECK-LABEL: @cb2( 92 …all void @broker(i32 (i32)* nonnull @cb1, i32 (i32)* nonnull @cb2, i32 (i32)* nonnull @cb2, i32 0,… 93 ; CHECK-NEXT: call void @broker(i32 (i32)* nonnull @cb3, i32 (i32)* nonnull @cb2, i32 (i32)* non… 101 …call void @broker(i32 (i32)* nonnull @cb1, i32 (i32)* nonnull @cb2, i32 (i32)* nonnull @cb2, i32 0… 102 …call void @broker(i32 (i32)* nonnull @cb3, i32 (i32)* nonnull @cb2, i32 (i32)* nonnull @cb3, i32 0…
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/IPConstantProp/ |
| H A D | multiple_callbacks.ll | 12 ; void broker(int (*cb0)(int), int (*cb1)(int), int (*cb2)(int), int, int); 20 ; static int cb2(int unknown) { 35 ; broker(cb1, cb2, cb2, 0, 1); 36 ; broker(cb3, cb2, cb3, 0, 1); 64 define internal i32 @cb2(i32 %unknown) { 66 ; IS__TUNIT____-LABEL: define {{[^@]+}}@cb2 72 ; IS__CGSCC____-LABEL: define {{[^@]+}}@cb2 108 … (i32)* noundef nonnull @cb1, i32 (i32)* noundef nonnull @cb2, i32 (i32)* noundef nonnull @cb2, i3… 109 ; CHECK-NEXT: call void @broker(i32 (i32)* noundef nonnull @cb3, i32 (i32)* noundef nonnull @cb2… 117 …call void @broker(i32 (i32)* nonnull @cb1, i32 (i32)* nonnull @cb2, i32 (i32)* nonnull @cb2, i32 0… [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.iterators/ |
| H A D | begin.pass.cpp | 27 typename S::const_iterator cb2 = s.cbegin(); in test() local 34 assert( *cb2 == s[0]); in test() 35 assert(&*cb2 == &s[0]); in test() 39 assert( b == cb2); in test() 40 assert(cb1 == cb2); in test()
|
| H A D | rbegin.pass.cpp | 27 typename S::const_reverse_iterator cb2 = s.crbegin(); in test() local 35 assert( *cb2 == s[last]); in test() 36 assert(&*cb2 == &s[last]); in test() 40 assert( b == cb2); in test() 41 assert(cb1 == cb2); in test()
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | allocate12.f90 | 40 type(B) :: cb1[5:*], cb2(*)[2, -1:*] local 51 allocate(b1%x, b2(1)%x, cb1%x, cb2(1)%x, SOURCE=xsrc) 83 allocate(cb2(1)%x[2, -1:*], SOURCE=xsrc) 118 allocate(b1%x, b2(1)%x, cb2(1)[2,-1]%x, MOLD=xsrc)
|
| H A D | modfile21.f90 | 4 bind(C) :: /cb2/ 6 common /cb/ x(2:10) /cb2/a,b,c
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | message.cpp | 146 [](CharBlock cb1, CharBlock cb2) { in SortBefore() argument 147 return cb1.begin() < cb2.begin(); in SortBefore() 308 [](CharBlock cb1, CharBlock cb2) { in AtSameLocation() argument 309 return cb1.begin() == cb2.begin(); in AtSameLocation()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | rvmarker-pseudo-expansion-and-outlining.mir | 42 declare void @cb2() 74 …BLR_RVMARKER @attachedcall, @cb2, csr_aarch64_aapcs, implicit-def dead $lr, implicit $sp, implicit…
|
| /llvm-project-15.0.7/llvm/test/Transforms/CallSiteSplitting/ |
| H A D | musttail.ll | 6 ;CHECK: %cb2 = bitcast i8* %ca1 to i8* 7 ;CHECK: ret i8* %cb2
|
| /llvm-project-15.0.7/llvm/test/MC/Sparc/ |
| H A D | sparc-ctrl-instructions.s | 226 ! CHECK: cb2 .BB0 ! encoding: [0x0d,0b11AAAAAA,A,A] 228 cb2 .BB0 400 ! CHECK: cb2,a .BB0 ! encoding: [0x2d,0b11AAAAAA,A,A] 402 cb2,a .BB0 456 ! CHECK: cb2,a .BB0 ! encoding: [0x2d,0b11AAAAAA,A,A] 458 cb2,a .BB0
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constant-expression-cxx2a.cpp | 206 constexpr const Covariant2<B> *cb2 = &cb; variable 210 static_assert(cb2->f()->b == 'B'); 211 static_assert(cb2->f() == &cb.d); 212 static_assert(cb2->f()->f() == 'D');
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Sparc/ |
| H A D | sparc.txt | 180 # CHECK: cb2 4194303
|