Searched refs:inherited (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.h71 svn_mergeinfo_t pre_merge_mergeinfo; /* Explicit or inherited mergeinfo
77 explicit or inherited. */
112 /* Find explicit or inherited WC mergeinfo for LOCAL_ABSPATH, and return it
114 whether the mergeinfo was inherited (TRUE or FALSE), if INHERITED is
117 This function will search for inherited mergeinfo in the parents of
121 for the inherited mergeinfo of an added path (i.e. one with no base
125 INHERIT indicates whether explicit, explicit or inherited, or only
126 inherited mergeinfo for LOCAL_ABSPATH is retrieved.
128 Don't look for inherited mergeinfo any higher than LIMIT_ABSPATH
131 Set *WALKED_PATH to the path climbed from LOCAL_ABSPATH to find inherited
[all...]
H A Dmergeinfo.c219 svn_boolean_t inherited;
236 interested in inherited mergeinfo. */
245 want inherited mergeinfo, walk towards the root of the WC until
247 (b) mergeinfo. If we encounter (b), use that inherited
310 /* Look in LOCAL_ABSPATH's parent for inherited mergeinfo if
314 revision; otherwise stop looking for inherited mergeinfo. */
331 inherited = FALSE;
336 /* Mergeinfo may be inherited. */
339 inherited = TRUE;
348 inherited
218 svn_boolean_t inherited; local
373 svn_client__get_wc_mergeinfo_catalog(svn_mergeinfo_catalog_t *mergeinfo_cat, svn_boolean_t *inherited, svn_boolean_t include_descendants, svn_mergeinfo_inheritance_t inherit, const char *local_abspath, const char *limit_path, const char **walked_path, svn_boolean_t ignore_invalid_mergeinfo, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
555 svn_client__get_wc_or_repos_mergeinfo(svn_mergeinfo_t *target_mergeinfo, svn_boolean_t *inherited, svn_boolean_t *from_repos, svn_boolean_t repos_only, svn_mergeinfo_inheritance_t inherit, svn_ra_session_t *ra_session, const char *target_wcpath, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
637 svn_boolean_t inherited; local
[all...]
H A Dmerge.c4182 to TARGET_ABSPATH's explicit or inherited mergeinfo as dictated by
4189 *RECORDED_MERGEINFO is inherited, then *IMPLICIT_MERGEINFO will be
4193 is inherited rather than explicit. If RECORDED_MERGEINFO is NULL then
4211 svn_boolean_t *inherited,
4225 inherited,
4291 Set CHILD->IMPLICIT_MERGEINFO to the mergeinfo inherited from
4343 then set CHILD->IMPLICIT_MERGEINFO to the mergeinfo inherited from
4413 mergeinfo inherited from PARENT->IMPLICIT_MERGEINFO. Otherwise contact
4426 TARGET_RANGELIST is the portion of CHILD->ABSPATH's explicit or inherited
4429 should be NULL if there is no explicit or inherited mergeinf
4203 get_full_mergeinfo(svn_mergeinfo_t *recorded_mergeinfo, svn_mergeinfo_t *implicit_mergeinfo, svn_boolean_t *inherited, svn_mergeinfo_inheritance_t inherit, svn_ra_session_t *ra_session, const char *target_abspath, svn_revnum_t start, svn_revnum_t end, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
7467 svn_boolean_t inherited = FALSE; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp35 inherited; typedef in class:__anon4074::CollectUnexpandedParameterPacksVisitor
88 return inherited::TraverseTemplateName(Template);
116 return inherited::TraverseStmt(S);
125 return inherited::TraverseType(T);
136 return inherited::TraverseTypeLoc(TL);
145 return inherited::TraverseDecl(D);
155 return inherited::TraverseTemplateArgument(Arg);
163 return inherited::TraverseTemplateArgumentLoc(ArgLoc);
192 inherited::TraverseLambdaExpr(Lambda);
H A DSemaTemplateInstantiate.cpp631 typedef TreeTransform<TemplateInstantiator> inherited; typedef in class:__anon4072::TemplateInstantiator
637 : inherited(SemaRef), TemplateArgs(TemplateArgs), Loc(Loc),
794 return inherited::TransformFunctionProtoType(TLB, TL);
951 VarDecl *Var = inherited::RebuildExceptionDecl(ExceptionDecl, Declarator,
961 VarDecl *Var = inherited::RebuildObjCExceptionDecl(ExceptionDecl, TSInfo, T);
1056 return inherited::TransformTemplateName(SS, Name, NameLoc, ObjectType,
1312 return inherited::TransformFunctionProtoType(
2627 // including members inherited from base classes) that has not
H A DSemaTemplate.cpp3997 typedef TypeVisitor<UnnamedLocalNoLinkageFinder, bool> inherited; typedef in class:__anon4068::UnnamedLocalNoLinkageFinder
4003 return inherited::Visit(T.getTypePtr());
8261 typedef TreeTransform<CurrentInstantiationRebuilder> inherited; typedef in class:__anon4069::CurrentInstantiationRebuilder
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql1748 /* Queries for cached inherited properties. */
1750 /* Select the inherited properties of a single base node. */
1757 /* Update the inherited properties of a single base node. */
1763 /* Select a single path if its base node has cached inherited properties. */
1772 have cached inherited properties. */
H A Dwc-metadata.sql471 /* serialized skel of this node's inherited properties. NULL if this
872 inherited properties */
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1459 * Should ACE be inherited?
1516 * Strip inherited execute permission from file if
1555 * If ACE is not to be inherited further, or if the vnode is
1603 boolean_t inherited = B_FALSE; local
1695 inherited = B_TRUE;
1714 if (inherited || vsecp) {
/freebsd-11.0-release/contrib/subversion/
H A Dbuild-outputs.mk558 mod_dav_svn_DEPS = subversion/mod_dav_svn/activity.lo subversion/mod_dav_svn/authz.lo subversion/mod_dav_svn/deadprops.lo subversion/mod_dav_svn/liveprops.lo subversion/mod_dav_svn/lock.lo subversion/mod_dav_svn/merge.lo subversion/mod_dav_svn/mirror.lo subversion/mod_dav_svn/mod_dav_svn.lo subversion/mod_dav_svn/posts/create_txn.lo subversion/mod_dav_svn/reports/dated-rev.lo subversion/mod_dav_svn/reports/deleted-rev.lo subversion/mod_dav_svn/reports/file-revs.lo subversion/mod_dav_svn/reports/get-location-segments.lo subversion/mod_dav_svn/reports/get-locations.lo subversion/mod_dav_svn/reports/get-locks.lo subversion/mod_dav_svn/reports/inherited-props.lo subversion/mod_dav_svn/reports/log.lo subversion/mod_dav_svn/reports/mergeinfo.lo subversion/mod_dav_svn/reports/replay.lo subversion/mod_dav_svn/reports/update.lo subversion/mod_dav_svn/repos.lo subversion/mod_dav_svn/status.lo subversion/mod_dav_svn/util.lo subversion/mod_dav_svn/version.lo subversion/libsvn_repos/libsvn_repos-1.la subversion/libsvn_fs/libsvn_fs-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_subr/libsvn_subr-1.la
559 mod_dav_svn_OBJECTS = activity.lo authz.lo deadprops.lo liveprops.lo lock.lo merge.lo mirror.lo mod_dav_svn.lo posts/create_txn.lo reports/dated-rev.lo reports/deleted-rev.lo reports/file-revs.lo reports/get-location-segments.lo reports/get-locations.lo reports/get-locks.lo reports/inherited-props.lo reports/log.lo reports/mergeinfo.lo reports/replay.lo reports/update.lo repos.lo status.lo util.lo version.lo
3127 subversion/mod_dav_svn/reports/inherited-props.lo: subversion/mod_dav_svn/reports/inherited-props.c subversion/include/mod_authz_svn.h subversion/include/private/svn_dav_protocol.h subversion/include/private/svn_debug.h subversion/include/private/svn_fspath.h subversion/include/private/svn_log.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_skel.h subversion/include/svn_base64.h subversion/include/svn_checksum.h subversion/include/svn_dav.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_xml.h subversion/mod_dav_svn/dav_svn.h
3128 if $(INSTALL_APACHE_MODS) ; then $(COMPILE_APACHE_MOD) $(canonicalized_srcdir)subversion/mod_dav_svn/reports/inherited-props.c ; else echo "fake" > subversion/mod_dav_svn/reports/inherited-props.lo ; fi

Completed in 173 milliseconds