Home
last modified time | relevance | path

Searched refs:cp2 (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dallocate03.f9028 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 Dcomplex-overload.cpp6 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 Derr_reference_bind_drops_quals.cpp18 const ptr& cp2 = cp; in test1() local
H A Doverload-call.cpp25 char* cp2 = g(0, 0, 0, iv, fv); in test_g() local
/llvm-project-15.0.7/clang/test/Sema/
H A Doverloadable-complex.c6 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 Dmerge-cleanuppads.ll22 %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 Dempty-cleanuppad.ll155 %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 Dwineh-demotion.ll170 %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 Dwin-catchpad-nested.ll27 %cp2 = catchpad within %cs2 [i32 2]
28 catchret from %cp2 to label %outer.ret
H A Dseh-catchpad.ll71 %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 Dnonnull.m29 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 Dcall-invalidation.cpp30 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 Dplaceholders.pass.cpp47 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 Dnamespaces.cpp33 N3::C *cp2; variable
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dimplicit-instantiation-1.cpp22 char* cp2 = add(cp, i); in test_add() local
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dinvalid-eh.ll146 ;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 DNVGPU.td150 %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 Ddevice-use-host-var.cu104 const int *cp2 = &global_constexpr_var; in dev_fun() local
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dcatchpad-phi-cast.ll52 %cp2 = catchpad within %cs2 []
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dempty-catchpad.ll32 %cp2 = catchpad within %cs [i32 2]