| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | allocate03.f90 | 28 type(SomeType(l1=:,l2=:)), pointer :: cp1, cp2(:) local 51 allocate(cp2(2)) 83 allocate(SomeType(l1=1, l2=2):: cp1, cp2(2)) 86 allocate(cp1, cp2(2), mold = cp1mold) 89 allocate(cp1, cp2(2), source = cp1mold)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | complex-overload.cpp | 6 char *cp2 = foo(dv); in test_foo_1() local 17 char *cp2 = foo(dv); in test_foo_2() local 26 char *cp2 = foo(dv); in test_foo_3() local 51 char *cp2 = promote_or_convert3(1i); in test_promote_or_convert3() local
|
| H A D | err_reference_bind_drops_quals.cpp | 18 const ptr& cp2 = cp; in test1() local
|
| H A D | overload-call.cpp | 25 char* cp2 = g(0, 0, 0, iv, fv); in test_g() local
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | overloadable-complex.c | 6 char *cp2 = foo(dv); in test_foo_1() local 16 char *cp2 = foo(dv); in test_foo_2() local 25 char *cp2 = foo(dv); in test_foo_3() local
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/ |
| H A D | merge-cleanuppads.ll | 22 %cp2 = cleanuppad within none [] 23 tail call void @may_throw(i32 1) #2 [ "funclet"(token %cp2) ] 24 cleanupret from %cp2 unwind to caller
|
| H A D | empty-cleanuppad.ll | 155 %cp2 = catchpad within %cs1 [i8* null, i32 u0x40, i8* null] 156 catchret from %cp2 to label %catchret.dest 222 %cp2 = cleanuppad within none [] 223 cleanupret from %cp2 unwind to caller
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WinEH/ |
| H A D | wineh-demotion.ll | 170 %cp2 = catchpad within %cs2 [] 171 call void @h(i32 %phi.outer) [ "funclet"(token %cp2) ] 172 catchret from %cp2 to label %exit 243 %cp2 = catchpad within %cs1 [] 244 call void @h(i32 %phi.catch) [ "funclet"(token %cp2) ] 245 catchret from %cp2 to label %exit 269 %cp2 = cleanuppad within none [] 270 call void @h(i32 %x) [ "funclet"(token %cp2) ] 271 cleanupret from %cp2 unwind to caller
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | win-catchpad-nested.ll | 27 %cp2 = catchpad within %cs2 [i32 2] 28 catchret from %cp2 to label %outer.ret
|
| H A D | seh-catchpad.ll | 71 %cp2 = cleanuppad within none [] 72 invoke fastcc void @"\01?fin$0@0@main@@"() #4 [ "funclet"(token %cp2) ] 76 cleanupret from %cp2 unwind label %catch.dispatch.7
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | nonnull.m | 29 foo (int i1, int i2, int i3, void (^cp1)(), void (^cp2)(), void (^cp3)()) 31 func1(cp1, cp2, i1); 33 …func1(0, cp2, i1); // expected-warning {{null passed to a callee that requires a non-null argumen… 35 func1(cp1, cp2, 0);
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | call-invalidation.cpp | 30 int * const cp2 = &x; in testPointer() local 33 useReference(cp2); in testPointer()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/ |
| H A D | placeholders.pass.cpp | 47 constexpr decltype(std::placeholders::_2) cp2 = std::placeholders::_2; variable 61 ((void)cp2); in use_placeholders_to_prevent_unused_warning()
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | namespaces.cpp | 33 N3::C *cp2; variable
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | implicit-instantiation-1.cpp | 22 char* cp2 = add(cp, i); in test_add() local
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | invalid-eh.ll | 146 ;T10: %cp2 = cleanuppad within %catchp1 [] 149 ;T10: %cp3 = cleanuppad within %cp2 [] 163 ;T11: %cp2 = cleanuppad within %cp1 [] 372 ;T21: ; CHECK21-NEXT: %cp2 = catchpad within %cs [i32 2] 377 ;T21: %cp2 = catchpad within %cs [i32 2] 433 ;T25: %cs = catchswitch within %cp2 [label %catch] unwind label %ehcleanup 435 ;T25: ; CHECK25: %cs = catchswitch within %cp2 [label %catch] unwind label %ehcleanup 438 ;T25: %cp2 = catchpad within %cs [i8* null, i32 64, i8* null]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/NVGPU/IR/ |
| H A D | NVGPU.td | 150 %cp2 = gpu.device_async_copy %C[%c0], %D[%c0], 4 : memref<16xf32> to memref<16xf32, 3> 152 %token1 = gpu.device_async_create_group %cp1, %cp2
|
| /llvm-project-15.0.7/clang/test/SemaCUDA/ |
| H A D | device-use-host-var.cu | 104 const int *cp2 = &global_constexpr_var; in dev_fun() local
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/ |
| H A D | catchpad-phi-cast.ll | 52 %cp2 = catchpad within %cs2 []
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | empty-catchpad.ll | 32 %cp2 = catchpad within %cs [i32 2]
|