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

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp140 /// Map of stack slot offsets for spilled locations.
141 /// Non-spilled locations are not added to the map.
165 /// Numbered locations referenced by locmap.
166 SmallVector<MachineOperand, 4> locations; member in class:__anon1735::UserValue
236 /// inserting anything in locations. Since locations is a vector and the
243 // For register locations we dont care about use/def and other flags.
244 for (unsigned i = 0, e = locations.size(); i != e; ++i)
245 if (locations[i].isReg() &&
246 locations[
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i258 '''A helper object that will lazily hand out locations for a breakpoint when supplied an index.'''
277 '''An accessor function that returns a list() that contains all locations in a lldb.SBBreakpoint object.'''
278 locations = []
281 locations.append(accessor[idx])
282 return locations
285 '''Iterate over all breakpoint locations in a lldb.SBBreakpoint
290 '''Return the number of breakpoint locations in a lldb.SBBreakpoint
294 locations = property(get_breakpoint_location_list, None, doc='''A read only property that returns a list() of lldb.SBBreakpointLocation objects for this breakpoint.''')
295 location = property(get_locations_access_object, None, doc='''A read only property that returns an object that can access locations by index (not location ID) (location = bkpt.location[12]).''')
299 num_locations = property(GetNumLocations, None, doc='''A read only property that returns the count of locations o
[all...]
/freebsd-11-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-11-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
/freebsd-11-stable/contrib/byacc/test/
H A Derr_inherit4.y1 %locations
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h42 W.startLine() << " " << R.getNumLocations() << " locations:\n";
45 for (const auto &Loc : R.locations()) {
/freebsd-11-stable/contrib/byacc/
H A Doutput.c167 if (locations)
1265 if (locations)
1689 if (locations)
1703 if (locations)
1717 if (locations)
1733 if (locations)
1743 if (locations)
1754 if (locations)
1793 if (locations)
1804 if (locations)
[all...]
H A Dmain.c101 int locations = 0; /* default to no position processing */ variable
216 ," -L enable position processing, e.g., \"%locations\""
267 locations = 1;
/freebsd-11-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.c983 apr_hash_t **locations,
993 err = session->vtable->get_locations(session, locations, path,
1000 err = svn_ra__locations_from_log(session, locations, path,
979 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.h245 apr_hash_t **locations,
433 * Set *LOCATIONS to the locations (at the repository revisions
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql25 /* A table mapping representation hashes to locations in a rev file. */
37 /* A table mapping representation hashes to locations in a rev file.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.h297 * For conflicts written by 1.6 or 1.7 there are 2 locations for a tree
309 const apr_array_header_t **locations,
H A Dconflicts.c705 const apr_array_header_t **locations,
736 if (locations && c->children)
750 *locations = locs;
752 else if (locations)
753 *locations = NULL;
1900 const apr_array_header_t *locations;
1904 SVN_ERR(svn_wc__conflict_read_info(&operation, &locations,
1910 if (locations && locations->nelts > 0)
1911 left_version = APR_ARRAY_IDX(locations,
703 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
1899 const apr_array_header_t *locations; local
2301 const apr_array_header_t *locations; local
[all...]
H A Dwc_db_update_move.c4079 const apr_array_header_t *locations; local
4094 SVN_ERR(svn_wc__conflict_read_info(operation, &locations,
4122 if (locations && locations->nelts > 0)
4123 *left_version = APR_ARRAY_IDX(locations, 0,
4131 if (locations && locations->nelts > 1)
4132 *right_version = APR_ARRAY_IDX(locations, 1,
/freebsd-11-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-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp144 std::vector<Location> locations; local
157 locations.push_back({sym, *fileLine});
159 locations.push_back({sym, {"", 0}});
163 if (locations.empty())
166 std::vector<std::string> symbolLocations(locations.size());
168 for (Location loc : locations) {
/freebsd-11-stable/contrib/bmake/
H A Dbsd.after-import.mk27 # likely locations?
/freebsd-11-stable/stand/pc98/kgzldr/
H A Dcrt.s36 # BIOS Data Area locations.
/freebsd-11-stable/stand/i386/kgzldr/
H A Dcrt.s36 # BIOS Data Area locations.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h216 /// Get the number of locations contained in this record.
228 /// Begin iterator for locations.
233 /// End iterator for locations.
238 /// Iterator range for locations.
239 iterator_range<location_iterator> locations() const { function in class:llvm::StackMapParser::LocationKind::RecordAccessor
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c634 apr_hash_t **locations,
666 *locations = apr_hash_make(pool);
723 apr_hash_set(*locations, revision_ptr, sizeof(*revision_ptr),
783 apr_hash_set(*locations, revision_ptr, sizeof(*revision_ptr),
909 /* If there are no previous locations for this thing (meaning,
632 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-11-stable/stand/i386/cdboot/
H A Dcdboot.S42 # Memory locations.
/freebsd-11-stable/share/mk/
H A Dbsd.libnames.mk13 # Src directory locations are also defined in src.libnames.mk.

Completed in 395 milliseconds

123