Searched refs:two_args (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
H A D | robust_against_adl.pass.cpp | 21 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() function 33 std::ref(two_args)(x, x); in main() local 34 std::ref(two_args)(x, cx); in main() local 35 std::ref(two_args)(cx, x); in main() local 36 std::ref(two_args)(cx, cx); in main() local
|
/llvm-project/llvm/test/Transforms/InstSimplify/ |
H A D | known-non-zero-opaque-ptrs.ll | 5 declare void @two_args(ptr, ptr) 30 ; CHECK-NEXT: call void @two_args(ptr noundef nonnull [[P:%.*]]) 33 call void @two_args(ptr nonnull noundef %p) 40 ; CHECK-NEXT: call void @two_args(ptr [[P:%.*]]) 44 call void @two_args(ptr %p)
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/ |
H A D | robust_against_adl.pass.cpp | 40 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() function
|
/llvm-project/llvm/test/Transforms/Attributor/ |
H A D | noalias.ll | 438 declare void @two_args(ptr nocapture , ptr nocapture) 442 ; CHECK-NEXT: tail call void @two_args(ptr captures(none) [[A]], ptr captures(none) [[A]]) 446 tail call void @two_args(ptr %A, ptr %A) 455 ; CHECK-NEXT: tail call void @two_args(ptr noalias captures(none) [[A]], ptr noalias captures(none) [[B]]) 456 ; CHECK-NEXT: tail call void @two_args(ptr captures(none) [[A]], ptr captures(none) [[A]]) 457 ; CHECK-NEXT: tail call void @two_args(ptr captures(none) [[A]], ptr captures(none) [[A_1]]) 458 ; CHECK-NEXT: tail call void @two_args(ptr noalias captures(none) [[A]], ptr noalias captures(none) [[B]]) 465 tail call void @two_args(ptr %A, ptr %B) 467 tail call void @two_args(ptr %A, ptr %A) 469 tail call void @two_args(pt [all...] |