Searched refs:return_arg (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libc/test/integration/src/threads/ |
| H A D | thrd_test.cpp | 36 static int return_arg(void *arg) { return *reinterpret_cast<int *>(arg); } in return_arg() function 44 ASSERT_EQ(__llvm_libc::thrd_create(thread_list + i, return_arg, args + i), in spawn_and_join()
|
| /llvm-project-15.0.7/libc/test/integration/src/pthread/ |
| H A D | pthread_test.cpp | 37 static void *return_arg(void *arg) { return arg; } in return_arg() function 45 ASSERT_EQ(__llvm_libc::pthread_create(thread_list + i, nullptr, return_arg, in spawn_and_join()
|
| /llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/ |
| H A D | one-shot-module-bufferize-allow-return-allocs.mlir | 68 func.func @return_arg(%A: tensor<?xf32>) -> tensor<?xf32> { 71 // CHECK-LABEL: func @return_arg 75 // NO-DROP-LABEL: func @return_arg
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/Inputs/ |
| H A D | indirect-call.prof | 30 2: return_arg:3000
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | indirect-call.ll | 98 define ptr @return_arg(ptr readnone returned) #0 !dbg !29{ 230 !29 = distinct !DISubprogram(name: "return_arg", scope: !1, file: !1, line: 11, unit: !0)
|