Searched refs:shadowed (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c331 svn_boolean_t shadowed;
334 continues as semi-shadowed update */
621 d->shadowed = pb->shadowed || pb->edit_obstructed;
733 svn_boolean_t shadowed;
736 continues as semi-shadowed update */
803 f->shadowed = pb->shadowed || pb->edit_obstructed;
1239 db->shadowed = TRUE;
1287 db->shadowed
328 svn_boolean_t shadowed; member in struct:dir_baton
730 svn_boolean_t shadowed; member in struct:file_baton
[all...]
H A Dwc_db_update_move.c264 svn_boolean_t shadowed; member in struct:node_move_baton_t
581 /* Checks if a specific local path is shadowed as seen from the move root.
584 check_node_shadowed(svn_boolean_t *shadowed, argument
603 *shadowed = (op_depth > move_root_dst_op_depth);
606 *shadowed = FALSE;
612 /* Set a tree conflict for the shadowed node LOCAL_RELPATH, which is
626 SVN_ERR_ASSERT(nmb->shadowed && !nmb->pb->shadowed);
678 if (nmb->shadowed && !(nmb->pb && nmb->pb->shadowed))
[all...]
H A Dwc-checks.sql232 /* If a node is shadowed, all its present op-depth descendants
233 must be shadowed at the same op-depth as well */
H A Dwc_db.c4868 svn_boolean_t have_row, shadowed; local
4881 shadowed = (svn_sqlite__column_int(stmt, 0) > op_depth);
4884 if (shadowed && presence == svn_wc__db_status_base_deleted)
4890 shadowed = (svn_sqlite__column_int(stmt, 0) > op_depth);
4892 shadowed = FALSE;
4896 shadowed = FALSE;
4899 if (shadowed)
5352 return SVN_NO_ERROR; /* There is no shadowed node at src_op_depth */
5581 /* The node is a local addition and has no shadowed information */
8327 /* Update the op-depth of a tree shadowed b
15080 make_copy_txn(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, apr_int64_t last_repos_id, const char *last_repos_relpath, svn_revnum_t last_revision, int last_op_depth, svn_boolean_t shadowed, int root_shadow_depth, apr_pool_t *scratch_pool) argument
[all...]
H A Dwc-queries.sql368 /* Delete the nodes shadowed by local_relpath. Not valid for the wc-root */
/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.c890 /* Clear out any TYPE_DECL shadowed by a namespace so that
1110 tree shadowed;
1116 shadowed = DECL_HAS_SHADOWED_FOR_VAR_P (decl)
1118 while (shadowed != NULL_TREE && TREE_CODE (shadowed) == VAR_DECL
1119 && DECL_DEAD_FOR_LOCAL (shadowed))
1120 shadowed = DECL_HAS_SHADOWED_FOR_VAR_P (shadowed)
1121 ? DECL_SHADOWED_FOR_VAR (shadowed) : NULL_TREE;
1122 if (!shadowed)
1109 tree shadowed; local
2461 tree shadowed; local
3252 tree shadowed = b->type_shadowed; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c180 a given identifier are chained by the ->shadowed field, which runs
201 decl. It is used to preserve the proper ordering of the ->shadowed
215 struct c_binding *shadowed; /* the innermost decl shadowed by this one */
331 /* The depth of this scope. Used to keep the ->shadowed chain of
508 b->shadowed = 0;
541 /* Locate the appropriate place in the chain of shadowed decls
545 here = &(*here)->shadowed;
547 b->shadowed = *here;
789 I_LABEL_BINDING (b->id) = b->shadowed;
213 struct c_binding *shadowed; /* the innermost decl shadowed by this one */ local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c1165 svn_boolean_t shadowed;
1229 svn_boolean_t shadowed;
1268 && !(pdb && pdb->shadowed))
1633 if (! db->shadowed)
1716 if (! fb->shadowed)
1815 fb->shadowed = pdb->shadowed;
1819 if (fb->shadowed)
1844 fb->shadowed = TRUE;
1856 fb->shadowed
1161 svn_boolean_t shadowed; member in struct:merge_dir_baton_t
1225 svn_boolean_t shadowed; member in struct:merge_file_baton_t
[all...]

Completed in 407 milliseconds