| /src/tests/rump/rumpkern/ |
| t_copy.c | 60 typedef int (copy_fn)(const void *, void *, size_t); typedef 63 extern copy_fn rumpns_copyin, rumpns_copyout;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-inline.h | 246 extern tree copy_fn (tree, tree&, tree&);
|
| gimple.h | 701 tree copy_fn; variable 6070 return omp_task_stmt->copy_fn; 6080 return &omp_task_stmt->copy_fn; 6087 gimple_omp_task_set_copy_fn (gimple *gs, tree copy_fn) 6090 omp_task_stmt->copy_fn = copy_fn;
|
| trans-mem.cc | 2432 tree lhs_addr, rhs_addr, ltmp = NULL, copy_fn; 2459 copy_fn = builtin_decl_explicit (BUILT_IN_TM_MEMMOVE); 2464 copy_fn = builtin_decl_explicit (BUILT_IN_TM_MEMCPY_RTWN); 2469 copy_fn = builtin_decl_explicit (BUILT_IN_TM_MEMCPY_RNWT); 2472 gcall = gimple_build_call (copy_fn, 3, lhs_addr, rhs_addr, 2425 tree lhs_addr, rhs_addr, ltmp = NULL, copy_fn; local
|
| gimple.cc | 1008 COPY_FN is the optional function for firstprivate initialization. 1013 tree data_arg, tree copy_fn, tree arg_size, 1022 gimple_omp_task_set_copy_fn (p, copy_fn);
|
| tree-inline.cc | 6629 copy_fn (tree fn, tree& parms, tree& result) 6628 copy_fn (tree fn, tree& parms, tree& result) function
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-inline.h | 246 extern tree copy_fn (tree, tree&, tree&);
|
| gimple.h | 699 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;
|
| trans-mem.cc | 2423 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
|
| gimple.cc | 990 COPY_FN is the optional function for firstprivate initialization. 995 tree data_arg, tree copy_fn, tree arg_size, 1004 gimple_omp_task_set_copy_fn (p, copy_fn);
|
| tree-inline.cc | 6592 copy_fn (tree fn, tree& parms, tree& result) 6591 copy_fn (tree fn, tree& parms, tree& result) function
|
| /src/external/mpl/bind/dist/tests/bench/ |
| ascii.c | 28 copy_fn(void *a, void *b, unsigned int len); typedef 31 time_it(copy_fn *copier, void *a, void *b, const char *name) {
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constexpr.cc | 967 entry.body = copy_fn (entry.decl, entry.parms, entry.result); 1301 TREE_PURPOSE (copy) = copy_fn (fundef->decl, TREE_VALUE (copy),
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| constexpr.cc | 1008 entry.body = copy_fn (entry.decl, entry.parms, entry.result); 1487 TREE_PURPOSE (copy) = copy_fn (fundef->decl, TREE_VALUE (copy),
|