Searched refs:copy_fn (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/tests/rump/rumpkern/
H A Dt_copy.c60 typedef int (copy_fn)(const void *, void *, size_t); typedef
63 extern copy_fn rumpns_copyin, rumpns_copyout;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.h249 extern tree copy_fn (tree, tree&, tree&);
H A Dgimple.h697 tree copy_fn; variable
5875 return omp_task_stmt->copy_fn;
5885 return &omp_task_stmt->copy_fn;
5892 gimple_omp_task_set_copy_fn (gimple *gs, tree copy_fn)
5895 omp_task_stmt->copy_fn = copy_fn;
H A Dtrans-mem.c2420 tree lhs_addr, rhs_addr, ltmp = NULL, copy_fn;
2446 copy_fn = builtin_decl_explicit (BUILT_IN_TM_MEMMOVE);
2451 copy_fn = builtin_decl_explicit (BUILT_IN_TM_MEMCPY_RTWN);
2456 copy_fn = builtin_decl_explicit (BUILT_IN_TM_MEMCPY_RNWT);
2459 gcall = gimple_build_call (copy_fn, 3, lhs_addr, rhs_addr,
H A Dgimple.c992 tree data_arg, tree copy_fn, tree arg_size,
1001 gimple_omp_task_set_copy_fn (p, copy_fn);
991 gimple_build_omp_task(gimple_seq body, tree clauses, tree child_fn, tree data_arg, tree copy_fn, tree arg_size, tree arg_align) argument
H A Dtree-inline.c6625 copy_fn (tree fn, tree& parms, tree& result)
6624 copy_fn (tree fn, tree& parms, tree& result) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.h246 extern tree copy_fn (tree, tree&, tree&);
H A Dgimple.h699 tree copy_fn; variable
5983 return omp_task_stmt->copy_fn;
5993 return &omp_task_stmt->copy_fn;
6000 gimple_omp_task_set_copy_fn (gimple *gs, tree copy_fn)
6003 omp_task_stmt->copy_fn = copy_fn;
H A Dtrans-mem.cc2423 tree lhs_addr, rhs_addr, ltmp = NULL, copy_fn;
2450 copy_fn = builtin_decl_explicit (BUILT_IN_TM_MEMMOVE);
2455 copy_fn = builtin_decl_explicit (BUILT_IN_TM_MEMCPY_RTWN);
2460 copy_fn = builtin_decl_explicit (BUILT_IN_TM_MEMCPY_RNWT);
2463 gcall = gimple_build_call (copy_fn, 3, lhs_addr, rhs_addr,
2416 tree lhs_addr, rhs_addr, ltmp = NULL, copy_fn; local
H A Dgimple.cc995 tree data_arg, tree copy_fn, tree arg_size,
1004 gimple_omp_task_set_copy_fn (p, copy_fn);
H A Dtree-inline.cc6592 copy_fn (tree fn, tree& parms, tree& result)
6591 copy_fn (tree fn, tree& parms, tree& result) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c923 entry.body = copy_fn (fun, entry.parms, entry.result);
1190 TREE_PURPOSE (copy) = copy_fn (fundef->decl, TREE_VALUE (copy),
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc967 entry.body = copy_fn (entry.decl, entry.parms, entry.result);
1301 TREE_PURPOSE (copy) = copy_fn (fundef->decl, TREE_VALUE (copy),

Completed in 443 milliseconds