Searched refs:locations (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp117 /// Numbered locations referenced by locmap.
118 SmallVector<MachineOperand, 4> locations; member in class:__anon2269::UserValue
184 // For register locations we dont care about use/def and other flags.
185 for (unsigned i = 0, e = locations.size(); i != e; ++i)
186 if (locations[i].isReg() &&
187 locations[i].getReg() == LocMO.getReg() &&
188 locations[i].getSubReg() == LocMO.getSubReg())
191 for (unsigned i = 0, e = locations.size(); i != e; ++i)
192 if (LocMO.isIdenticalTo(locations[i]))
194 locations
[all...]
/freebsd-10-stable/contrib/amd/amd/
H A Dsun_map_parse.y106 entry : locations {
127 | '-' options WSPACE locations {
286 locations : location label
287 | location WSPACE locations
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetlocations.c70 { INITIAL, S_, "get-locations-report", REPORT,
130 "S:get-locations",
152 "S:get-locations");
160 apr_hash_t **locations,
179 *locations = loc_ctx->paths;
156 svn_ra_serf__get_locations(svn_ra_session_t *ra_session, apr_hash_t **locations, const char *path, svn_revnum_t peg_revision, const apr_array_header_t *location_revisions, apr_pool_t *pool) argument
H A Dra_serf.h1222 apr_hash_t **locations,
/freebsd-10-stable/contrib/byacc/test/
H A Derr_inherit4.y1 %locations
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c233 apr_hash_t *locations;
242 "fill in" locations in the baton over the course of many
250 apr_pool_t *hash_pool = apr_hash_pool_get(lrb->locations);
281 apr_hash_set(lrb->locations,
315 apr_hash_t *locations = apr_hash_make(pool);
336 *locations_p = locations;
362 lrb.locations = locations;
366 the work of finding the actual locations for our resource.
389 if (! apr_hash_get(locations,
231 apr_hash_t *locations; member in struct:log_receiver_baton
313 apr_hash_t *locations = apr_hash_make(pool); local
[all...]
H A Dwrapper_template.h428 apr_hash_t **locations,
434 return VTBL.get_locations(session_baton, locations, path, peg_revision,
427 compat_get_locations(void *session_baton, apr_hash_t **locations, const char *path, svn_revnum_t peg_revision, apr_array_header_t *location_revs, apr_pool_t *pool) argument
H A Dra_loader.c951 apr_hash_t **locations,
960 err = session->vtable->get_locations(session, locations, path,
967 err = svn_ra__locations_from_log(session, locations, path,
947 svn_ra_get_locations(svn_ra_session_t *session, apr_hash_t **locations, const char *path, svn_revnum_t peg_revision, const apr_array_header_t *location_revisions, apr_pool_t *pool) argument
H A Dra_loader.h232 apr_hash_t **locations,
402 * Set *LOCATIONS to the locations (at the repository revisions
/freebsd-10-stable/contrib/byacc/
H A Doutput.c167 if (locations)
1666 if (locations)
1680 if (locations)
1694 if (locations)
1710 if (locations)
1720 if (locations)
1731 if (locations)
1770 if (locations)
1781 if (locations)
1801 if (locations)
[all...]
H A Dmain.c100 int locations = 0; /* default to no position processing */ variable
214 ," -L enable position processing, e.g., \"%locations\""
265 locations = 1;
H A Dreader.c303 { "locations", LOCATIONS },
1562 locations = 1;
2424 if (!locations)
2644 if (!locations)
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c688 const apr_array_header_t **locations,
719 if (locations && c->children)
733 *locations = locs;
735 else if (locations)
736 *locations = NULL;
1865 const apr_array_header_t *locations;
1869 SVN_ERR(svn_wc__conflict_read_info(&operation, &locations,
1875 if (locations && locations->nelts > 0)
1876 left_version = APR_ARRAY_IDX(locations,
686 svn_wc__conflict_read_info(svn_wc_operation_t *operation, const apr_array_header_t **locations, svn_boolean_t *text_conflicted, svn_boolean_t *prop_conflicted, svn_boolean_t *tree_conflicted, svn_wc__db_t *db, const char *wri_abspath, const svn_skel_t *conflict_skel, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1864 const apr_array_header_t *locations; local
2266 const apr_array_header_t *locations; local
[all...]
H A Dconflicts.h291 * For conflicts written by 1.6 or 1.7 there are 2 locations for a tree
303 const apr_array_header_t **locations,
H A Dwc_db_update_move.c2289 const apr_array_header_t *locations; local
2304 SVN_ERR(svn_wc__conflict_read_info(operation, &locations,
2332 if (locations && locations->nelts > 0)
2333 *left_version = APR_ARRAY_IDX(locations, 0,
2341 if (locations && locations->nelts > 1)
2342 *right_version = APR_ARRAY_IDX(locations, 1,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql25 /* A table mapping representation hashes to locations in a rev file. */
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql27 /* A table mapping representation hashes to locations in a rev file. */
/freebsd-10-stable/contrib/bmake/
H A Dbsd.after-import.mk27 # likely locations?
/freebsd-10-stable/sys/boot/i386/kgzldr/
H A Dcrt.s36 # BIOS Data Area locations.
/freebsd-10-stable/sys/boot/pc98/kgzldr/
H A Dcrt.s36 # BIOS Data Area locations.
/freebsd-10-stable/sys/dev/ixgb/
H A DREADME113 This is usually in /usr/src/sys/conf/; actual locations wil vary depending
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c632 apr_hash_t **locations,
664 *locations = apr_hash_make(pool);
722 apr_hash_set(*locations, revision_ptr, sizeof(*revision_ptr),
782 apr_hash_set(*locations, revision_ptr, sizeof(*revision_ptr),
903 /* If there are no previous locations for this thing (meaning,
630 svn_repos_trace_node_locations(svn_fs_t *fs, apr_hash_t **locations, const char *fs_path, svn_revnum_t peg_revision, const apr_array_header_t *location_revisions_orig, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
/freebsd-10-stable/sys/boot/i386/cdboot/
H A Dcdboot.S43 # Memory locations.
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h1721 * Set @a *locations to the locations (at the repository revisions
1725 * @c svn_revnum_t's. @a *locations will be a mapping from the revisions to
1735 apr_hash_t **locations,
2421 apr_hash_t **locations,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1935 apr_hash_t **locations,
1949 "get-locations", path, peg_revision));
1960 N_("'get-locations' not implemented")));
1964 *locations = apr_hash_make(pool);
1981 apr_hash_set(*locations, apr_pmemdup(pool, &revision,
1933 ra_svn_get_locations(svn_ra_session_t *session, apr_hash_t **locations, const char *path, svn_revnum_t peg_revision, const apr_array_header_t *location_revisions, apr_pool_t *pool) argument

Completed in 157 milliseconds

12