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

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c328 svn_boolean_t shadowed;
331 continues as semi-shadowed update */
606 d->shadowed = pb->shadowed || pb->edit_obstructed;
719 svn_boolean_t shadowed;
722 continues as semi-shadowed update */
821 f->shadowed = pb->shadowed || pb->edit_obstructed;
1237 db->shadowed = TRUE;
1292 db->shadowed
325 svn_boolean_t shadowed; member in struct:dir_baton
716 svn_boolean_t shadowed; member in struct:file_baton
[all...]
H A Dwc-queries.sql298 /* Delete the nodes shadowed by local_relpath. Not valid for the wc-root */
/freebsd-10.1-release/contrib/gcc/cp/
H A Dname-lookup.c914 /* Clear out any TYPE_DECL shadowed by a namespace so that
1134 tree shadowed;
1140 shadowed = DECL_HAS_SHADOWED_FOR_VAR_P (decl)
1142 while (shadowed != NULL_TREE && TREE_CODE (shadowed) == VAR_DECL
1143 && DECL_DEAD_FOR_LOCAL (shadowed))
1144 shadowed = DECL_HAS_SHADOWED_FOR_VAR_P (shadowed)
1145 ? DECL_SHADOWED_FOR_VAR (shadowed) : NULL_TREE;
1146 if (!shadowed)
1133 tree shadowed; local
2485 tree shadowed; local
3273 tree shadowed = b->type_shadowed; local
[all...]
/freebsd-10.1-release/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-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c1168 svn_boolean_t shadowed;
1229 svn_boolean_t shadowed;
1581 if (! db->shadowed)
1664 if (! fb->shadowed)
1753 fb->shadowed = pdb->shadowed;
1757 if (fb->shadowed)
1782 fb->shadowed = TRUE;
1794 fb->shadowed = TRUE;
1808 fb->shadowed
1164 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 171 milliseconds