| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | optimize.cc | 89 clone_body (tree clone, tree fn, void *arg_map) in clone_body() argument 98 id.dst_fn = clone; in clone_body() 116 if (DECL_NAME (clone) == base_dtor_identifier in clone_body() 117 || DECL_NAME (clone) == base_ctor_identifier) in clone_body() 126 append_to_statement_list_force (stmts, &DECL_SAVED_TREE (clone)); in clone_body() 241 tree clone; in populate_clone_array() local 247 FOR_EACH_CLONE (clone, fn) in populate_clone_array() 248 if (DECL_NAME (clone) == complete_dtor_identifier in populate_clone_array() 249 || DECL_NAME (clone) == complete_ctor_identifier) in populate_clone_array() 250 fns[1] = clone; in populate_clone_array() [all …]
|
| H A D | class.cc | 4842 tree clone = copy_decl (fn); in copy_fndecl_with_name() local 4844 DECL_NAME (clone) = name; in copy_fndecl_with_name() 4849 set_constraints (clone, copy_node (ci)); in copy_fndecl_with_name() 4851 SET_DECL_ASSEMBLER_NAME (clone, NULL_TREE); in copy_fndecl_with_name() 4853 DECL_PENDING_INLINE_INFO (clone) = NULL; in copy_fndecl_with_name() 4854 DECL_PENDING_INLINE_P (clone) = 0; in copy_fndecl_with_name() 4859 DECL_VIRTUAL_P (clone) = 0; in copy_fndecl_with_name() 4860 DECL_VINDEX (clone) = NULL_TREE; in copy_fndecl_with_name() 4866 DECL_OVERLOADED_OPERATOR_CODE_RAW (clone) = ovl_op->ovl_op_code; in copy_fndecl_with_name() 4869 if (DECL_VIRTUAL_P (clone)) in copy_fndecl_with_name() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | optimize.c | 89 clone_body (tree clone, tree fn, void *arg_map) in clone_body() argument 98 id.dst_fn = clone; in clone_body() 117 if (DECL_NAME (clone) == base_dtor_identifier in clone_body() 118 || DECL_NAME (clone) == base_ctor_identifier) in clone_body() 127 append_to_statement_list_force (stmts, &DECL_SAVED_TREE (clone)); in clone_body() 241 tree clone; in populate_clone_array() local 247 FOR_EACH_CLONE (clone, fn) in populate_clone_array() 248 if (DECL_NAME (clone) == complete_dtor_identifier in populate_clone_array() 249 || DECL_NAME (clone) == complete_ctor_identifier) in populate_clone_array() 250 fns[1] = clone; in populate_clone_array() [all …]
|
| H A D | class.c | 4731 tree clone = copy_decl (fn); in copy_fndecl_with_name() local 4733 DECL_NAME (clone) = name; in copy_fndecl_with_name() 4738 set_constraints (clone, copy_node (ci)); in copy_fndecl_with_name() 4740 SET_DECL_ASSEMBLER_NAME (clone, NULL_TREE); in copy_fndecl_with_name() 4742 DECL_PENDING_INLINE_INFO (clone) = NULL; in copy_fndecl_with_name() 4743 DECL_PENDING_INLINE_P (clone) = 0; in copy_fndecl_with_name() 4748 DECL_VIRTUAL_P (clone) = 0; in copy_fndecl_with_name() 4749 DECL_VINDEX (clone) = NULL_TREE; in copy_fndecl_with_name() 4754 DECL_OVERLOADED_OPERATOR_CODE_RAW (clone) = ovl_op->ovl_op_code; in copy_fndecl_with_name() 4757 if (DECL_VIRTUAL_P (clone)) in copy_fndecl_with_name() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cgraphclones.c | 93 cgraph_edge::clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid, in clone() function 203 if (node->clone.param_adjustments) in duplicate_thunk_for_node() 208 && !node->clone.param_adjustments->first_param_intact_p ()) in duplicate_thunk_for_node() 212 ipa_param_body_adjustments body_adj (node->clone.param_adjustments, in duplicate_thunk_for_node() 249 new_thunk->clone.param_adjustments = node->clone.param_adjustments; in duplicate_thunk_for_node() 303 const cgraph_node *clone, in dump_callgraph_transformation() argument 313 DECL_SOURCE_COLUMN (original->decl), clone->asm_name (), in dump_callgraph_transformation() 314 clone->order, DECL_SOURCE_FILE (clone->decl), in dump_callgraph_transformation() 315 DECL_SOURCE_LINE (clone->decl), DECL_SOURCE_COLUMN (clone->decl), in dump_callgraph_transformation() 319 symtab->cloned_nodes.add (clone); in dump_callgraph_transformation() [all …]
|
| H A D | ipa-hsa.c | 90 cgraph_node *clone in process_hsa_functions() local 93 TREE_PUBLIC (clone->decl) = TREE_PUBLIC (node->decl); in process_hsa_functions() 94 clone->externally_visible = node->externally_visible; in process_hsa_functions() 96 clone->force_output = true; in process_hsa_functions() 97 hsa_summaries->link_functions (clone, node, s->m_kind, false); in process_hsa_functions() 101 clone->dump_name (), in process_hsa_functions() 111 cgraph_node *clone in process_hsa_functions() local 114 TREE_PUBLIC (clone->decl) = TREE_PUBLIC (node->decl); in process_hsa_functions() 115 clone->externally_visible = node->externally_visible; in process_hsa_functions() 118 clone->force_output = true; in process_hsa_functions() [all …]
|
| H A D | omp-simd-clone.c | 423 for (struct cgraph_node *clone = node->simd_clones; clone; in simd_clone_mangle() local 424 clone = clone->simdclone->next_clone) in simd_clone_mangle() 425 if (id_equal (DECL_ASSEMBLER_NAME (clone->decl), str)) in simd_clone_mangle() 1701 struct cgraph_simd_clone *clone = clone_info; in expand_simd_clones() local 1707 clone = simd_clone_struct_alloc (clone_info->nargs in expand_simd_clones() 1709 simd_clone_struct_copy (clone, clone_info); in expand_simd_clones() 1713 clone->nargs -= clone_info->inbranch; in expand_simd_clones() 1714 clone->simdlen = orig_simdlen; in expand_simd_clones() 1716 targetm.simd_clone.compute_vecsize_and_simdlen (node, clone, in expand_simd_clones() 1720 clone->inbranch = 1; in expand_simd_clones() [all …]
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | ElftosbAST.h | 50 virtual ASTNode * clone() const = 0; 114 virtual ASTNode * clone() const { return new ListASTNode(*this); } in clone() function 157 virtual ASTNode * clone() const { return NULL; } in clone() function 173 virtual ASTNode * clone() const { return NULL; } in clone() function 189 virtual ASTNode * clone() const { return NULL; } in clone() function 206 virtual ASTNode * clone() const { return new CommandFileASTNode(*this); } in clone() function 266 virtual ASTNode * clone() const { return new IntConstExprASTNode(*this); } in clone() function 289 virtual ASTNode * clone() const { return new VariableExprASTNode(*this); } in clone() function 312 virtual ASTNode * clone() const { return new SymbolRefExprASTNode(*this); } in clone() function 333 virtual ASTNode * clone() const { return new NegativeExprASTNode(*this); } in clone() function [all …]
|
| H A D | ElftosbAST.cpp | 55 m_list.push_back((*it)->clone()); in ListASTNode() 137 m_options = dynamic_cast<ListASTNode*>(other.m_options->clone()); in CommandFileASTNode() 138 m_constants = dynamic_cast<ListASTNode*>(other.m_constants->clone()); in CommandFileASTNode() 139 m_sources = dynamic_cast<ListASTNode*>(other.m_sources->clone()); in CommandFileASTNode() 140 m_sections = dynamic_cast<ListASTNode*>(other.m_sections->clone()); in CommandFileASTNode() 262 m_symbol = dynamic_cast<SymbolASTNode*>(other.m_symbol->clone()); in SymbolRefExprASTNode() 346 m_expr = dynamic_cast<ExprASTNode*>(other.m_expr->clone()); in NegativeExprASTNode() 380 m_expr = dynamic_cast<ExprASTNode*>(other.m_expr->clone()); in BooleanNotExprASTNode() 490 m_symbol = dynamic_cast<SymbolASTNode*>(other.m_symbol->clone()); in SizeofOperatorASTNode() 596 m_left = dynamic_cast<ExprASTNode*>(other.m_left->clone()); in BinaryOpExprASTNode() [all …]
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/views/ |
| H A D | tests.sh | 88 zone clone 89 update add b.clone. 300 in a 10.1.0.3 97 one=$(dig_with_shortopts -b 10.53.0.2 @10.53.0.2 b.clone a) 98 two=$(dig_with_shortopts -b 10.53.0.4 @10.53.0.2 b.clone a) 108 one=$(dig_with_shortopts -b 10.53.0.2 @10.53.0.2 child.clone txt) 109 two=$(dig_with_shortopts -b 10.53.0.4 @10.53.0.2 child.clone txt) 110 three=$(dig_with_shortopts @10.53.0.3 child.clone txt) 111 four=$(dig_with_shortopts @10.53.0.5 child.clone txt)
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | dsl_dataset.c | 1824 dsl_dataset_t *clone; in get_clones_stat() local 1827 za.za_first_integer, FTAG, &clone)); in get_clones_stat() 1828 dsl_dir_name(clone->ds_dir, buf); in get_clones_stat() 1830 dsl_dataset_rele(clone, FTAG); in get_clones_stat() 2392 dsl_dataset_t *ds, *clone; in dsl_dataset_rollback_sync() local 2404 VERIFY0(dsl_dataset_hold_obj(dp, cloneobj, FTAG, &clone)); in dsl_dataset_rollback_sync() 2406 dsl_dataset_clone_swap_sync_impl(clone, ds, tx); in dsl_dataset_rollback_sync() 2409 dsl_destroy_head_sync_impl(clone, tx); in dsl_dataset_rollback_sync() 2411 dsl_dataset_rele(clone, FTAG); in dsl_dataset_rollback_sync() 3004 dsl_dataset_clone_swap_check_impl(dsl_dataset_t *clone, in dsl_dataset_clone_swap_check_impl() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
| H A D | .travis-libcxx-setup.sh | 9 git clone --depth=1 https://github.com/llvm-mirror/llvm.git llvm-source 10 git clone --depth=1 https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx 11 git clone --depth=1 https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| H A D | good.zonelist | 2 clone IN first primary 6 clone IN second in-view first 8 clone IN third in-view first
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | CMakeLists.txt | 16 execute_process(COMMAND ${GIT_EXECUTABLE} clone ${ITTAPI_GIT_REPOSITORY} 20 …message(FATAL_ERROR "git clone ${ITTAPI_GIT_REPOSITORY} failed with ${GIT_CLONE_RESULT}, please cl…
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| H A D | dispatcher.c | 1165 if (NULL_PTR (clone)) in __collector_ext_clone_pthread() 1196 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls, ctid); in __collector_ext_clone_pthread() 1199 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls); in __collector_ext_clone_pthread() 1202 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid); in __collector_ext_clone_pthread() 1205 ret = CALL_REAL (clone)(fn, child_stack, flags, arg); in __collector_ext_clone_pthread() 1216 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls, ctid); in __collector_ext_clone_pthread() 1219 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls); in __collector_ext_clone_pthread() 1222 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid); in __collector_ext_clone_pthread() 1225 ret = CALL_REAL (clone)(fn, child_stack, flags, arg); in __collector_ext_clone_pthread() 1239 …ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs, ptid, tls, ctid); in __collector_ext_clone_pthread() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cgraphclones.cc | 95 cgraph_edge::clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid, in clone() function in cgraph_edge 309 const cgraph_node *clone, in dump_callgraph_transformation() argument 319 DECL_SOURCE_COLUMN (original->decl), clone->asm_name (), in dump_callgraph_transformation() 320 clone->order, DECL_SOURCE_FILE (clone->decl), in dump_callgraph_transformation() 321 DECL_SOURCE_LINE (clone->decl), DECL_SOURCE_COLUMN (clone->decl), in dump_callgraph_transformation() 325 symtab->cloned_nodes.add (clone); in dump_callgraph_transformation() 443 e->clone (new_node, e->call_stmt, e->lto_stmt_uid, new_node->count, old_count, in create_clone() 447 e->clone (new_node, e->call_stmt, e->lto_stmt_uid, in create_clone() 959 e->clone (new_version, e->call_stmt, in create_version_clone() 965 e->clone (new_version, e->call_stmt, in create_version_clone()
|
| H A D | omp-simd-clone.cc | 425 for (struct cgraph_node *clone = node->simd_clones; clone; in simd_clone_mangle() local 426 clone = clone->simdclone->next_clone) in simd_clone_mangle() 427 if (id_equal (DECL_ASSEMBLER_NAME (clone->decl), str)) in simd_clone_mangle() 1713 struct cgraph_simd_clone *clone = clone_info; in expand_simd_clones() local 1719 clone = simd_clone_struct_alloc (clone_info->nargs in expand_simd_clones() 1721 simd_clone_struct_copy (clone, clone_info); in expand_simd_clones() 1725 clone->nargs -= clone_info->inbranch; in expand_simd_clones() 1726 clone->simdlen = orig_simdlen; in expand_simd_clones() 1728 targetm.simd_clone.compute_vecsize_and_simdlen (node, clone, in expand_simd_clones() 1732 clone->inbranch = 1; in expand_simd_clones() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | TypoCorrection.h | 320 virtual std::unique_ptr<CorrectionCandidateCallback> clone() = 0; 358 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function 371 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function 386 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function 411 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function
|
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_fork.c | 349 NESTED(nested_clone, clone, 0) 350 NESTED(nested_clone_vm, clone, CLONE_VM) in NESTED() argument 351 NESTED(nested_clone_fs, clone, CLONE_FS) in NESTED() 352 NESTED(nested_clone_files, clone, CLONE_FILES) in NESTED() 354 NESTED(nested_clone_vfork, clone, CLONE_VFORK) in NESTED()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| H A D | dispatcher.c | 1186 if (NULL_PTR (clone)) in DCL_PTHREAD_CREATE() 1217 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls, ctid); in DCL_PTHREAD_CREATE() 1220 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls); in DCL_PTHREAD_CREATE() 1223 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid); in DCL_PTHREAD_CREATE() 1226 ret = CALL_REAL (clone)(fn, child_stack, flags, arg); in DCL_PTHREAD_CREATE() 1237 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls, ctid); in DCL_PTHREAD_CREATE() 1240 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls); in DCL_PTHREAD_CREATE() 1243 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid); in DCL_PTHREAD_CREATE() 1246 ret = CALL_REAL (clone)(fn, child_stack, flags, arg); in DCL_PTHREAD_CREATE() 1260 …ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs, ptid, tls, ctid); in DCL_PTHREAD_CREATE() [all …]
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_state.c | 2302 ipstate_t *clone; in ipf_state_clone() local 2310 KMALLOC(clone, ipstate_t *); in ipf_state_clone() 2311 if (clone == NULL) { in ipf_state_clone() 2315 bcopy((char *)is, (char *)clone, sizeof(*clone)); in ipf_state_clone() 2317 MUTEX_NUKE(&clone->is_lock); in ipf_state_clone() 2322 clone->is_sti.tqe_pnext = NULL; in ipf_state_clone() 2323 clone->is_sti.tqe_next = NULL; in ipf_state_clone() 2324 clone->is_sti.tqe_ifq = NULL; in ipf_state_clone() 2325 clone->is_sti.tqe_parent = clone; in ipf_state_clone() 2327 clone->is_die = ONE_DAY + softc->ipf_ticks; in ipf_state_clone() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/ |
| H A D | nouveau_nvkm_engine_dma_usernv04.c | 40 bool clone; member 56 if (dmaobj->clone) { in nv04_dmaobj_bind() 104 dmaobj->clone = true; in nv04_dmaobj_new()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/views/ns2/ |
| H A D | named2.conf.in | 59 zone "clone" { 61 file "clone.db"; 92 zone "clone" {
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_sync.c | 354 int amdgpu_sync_clone(struct amdgpu_sync *source, struct amdgpu_sync *clone) in amdgpu_sync_clone() argument 364 r = amdgpu_sync_fence(clone, f, e->explicit); in amdgpu_sync_clone() 374 dma_fence_put(clone->last_vm_update); in amdgpu_sync_clone() 375 clone->last_vm_update = dma_fence_get(source->last_vm_update); in amdgpu_sync_clone()
|
| /netbsd-src/external/mit/libcbor/dist/ |
| H A D | .travis-qemu.sh | 62 git clone git://git.cryptomilk.org/projects/cmocka.git 78 git clone git://git.cryptomilk.org/projects/cmocka.git 104 git clone git://git.cryptomilk.org/projects/cmocka.git
|