Home
last modified time | relevance | path

Searched refs:return_arg (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libc/test/integration/src/threads/
H A Dthrd_test.cpp36 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 Dpthread_test.cpp37 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 Done-shot-module-bufferize-allow-return-allocs.mlir68 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 Dindirect-call.prof30 2: return_arg:3000
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dindirect-call.ll98 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)