Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DHandle.pm85 sub location($self) subroutine
156 my $location = $self->{location};
174 my $location = $self->{location};
193 $self->{location} = $location;
211 $handle->{location} = $location;
218 my $location = $handle->{location};
229 $location->wipe_info;
240 $location->wipe_info;
250 $location->wipe_info;
263 if (!$location) {
[all …]
/openbsd/gnu/llvm/lldb/source/Target/
H A DAssertFrameRecognizer.cpp45 location.module_spec = FileSpec("libc.so.6"); in GetAbortLocation()
50 location.symbols_are_regex = true; in GetAbortLocation()
78 location.module_spec = FileSpec("libc.so.6"); in GetAssertLocation()
94 SymbolLocation location; in RegisterAssertFrameRecognizer() local
96 if (!GetAbortLocation(os, location)) in RegisterAssertFrameRecognizer()
99 if (!location.symbols_are_regex) { in RegisterAssertFrameRecognizer()
102 location.module_spec.GetFilename(), location.symbols, in RegisterAssertFrameRecognizer()
114 for (auto it = location.symbols.cbegin(); it != location.symbols.cend(); in RegisterAssertFrameRecognizer()
116 if (it != location.symbols.cbegin()) in RegisterAssertFrameRecognizer()
137 SymbolLocation location; in RecognizeFrame() local
[all …]
/openbsd/games/battlestar/
H A Dcommand3.c47 SetBit(location[position].objects, COMPASS); in dig()
48 SetBit(location[position].objects, KNIFE); in dig()
49 SetBit(location[position].objects, MACE); in dig()
94 SetBit(location[position].objects, n); in jump()
150 ClearBit(location[position].objects, value); in bury()
224 location[189].north = 231; in shoot()
225 location[231].south = 189; in shoot()
226 whichway(location[position]); in shoot()
230 location[30].west = 25; in shoot()
231 whichway(location[position]); in shoot()
[all …]
H A Dcommand2.c142 location[position].down = 160; in use()
143 whichway(location[position]); in use()
313 SetBit(location[ahead].objects, MALLET); in ravage()
314 SetBit(location[back].objects, WOODSMAN); in ravage()
315 SetBit(location[back].objects, DEADWOOD); in ravage()
316 SetBit(location[back].objects, MALLET); in ravage()
317 SetBit(location[left].objects, WOODSMAN); in ravage()
318 SetBit(location[left].objects, DEADWOOD); in ravage()
319 SetBit(location[left].objects, MALLET); in ravage()
322 SetBit(location[right].objects, MALLET); in ravage()
[all …]
H A Dcommand6.c49 position = location[position].up; in launch()
67 location[position].down) { in land()
69 position = location[position].down; in land()
208 if (location[position].north) in ride()
209 position = location[position].north; in ride()
210 else if (location[position].south) in ride()
212 else if (location[position].east) in ride()
213 position = location[position].east; in ride()
215 position = location[position].west; in ride()
247 if (location[189].north == 231) in dooropen()
[all …]
H A Dcommand1.c53 whichway(location[position]); in moveplayer()
81 location = nightfile; in convert()
88 location = dayfile; in convert()
113 if (location == nightfile) { in news()
170 SetBit(location[GARDEN].objects, ROPE); in news()
174 ClearBit(location[DOCK].objects, MAN); in news()
239 if (!location[position].flyhere || in crash()
241 if (!location[position].flyhere) in crash()
245 if (!location[position].down) { in crash()
250 position = location[position].down; in crash()
[all …]
H A Dcommand4.c210 deposit = location[position].up * (location[position].access || position == FINAL); in throw()
214 deposit = location[position].down; in throw()
223 SetBit(location[deposit].objects, value); in throw()
227 location[deposit].objects[n] = 0; in throw()
228 SetBit(location[deposit].objects, CHAR); in throw()
231 location[position].access = 1; in throw()
236 location[189].north = 231; in throw()
237 location[231].south = 189; in throw()
241 location[30].west = 25; in throw()
305 SetBit(location[position].objects, value); in drop()
[all …]
H A Dcommand5.c45 && TestBit(location[position].objects, BATHGOD)) { in kiss()
98 if ((TestBit(location[position].objects, BATHGOD) || in love()
99 TestBit(location[position].objects, NORMGOD)) && in love()
121 SetBit(location[position].objects, MEDALION); in love()
172 if (location[position].down) { in zzz()
173 position = location[position].down; in zzz()
188 SetBit(location[position].objects, n); in zzz()
196 SetBit(location[position].objects, DEADWOOD); in zzz()
199 SetBit(location[position].objects, HALBERD); in zzz()
317 ClearBit(location[position].objects, obj); in give()
[all …]
H A Dsave.c55 location = tmp ? dayfile : nightfile; in restore()
57 fread(location[n].link, sizeof location[n].link, 1, fp); in restore()
58 fread(location[n].objects, sizeof location[n].objects, 1, fp); in restore()
107 tmp = location == dayfile; in save()
110 fwrite(location[n].link, sizeof location[n].link, 1, fp); in save()
111 fwrite(location[n].objects, sizeof location[n].objects, 1, fp); in save()
H A Dcypher.c109 if (location[position].access || tempwiz) { in cypher()
110 if (!location[position].access) in cypher()
112 if (!moveplayer(location[position].up, AHEAD)) in cypher()
122 if (!moveplayer(location[position].down, AHEAD)) in cypher()
152 verb_with_all(location[position].objects, OBJ_PERSON, in cypher()
161 if (TestBit(location[position].objects, n) && objsht[n]) { in cypher()
187 wordnumber = take(location[position].objects); in cypher()
193 take(location[position].objects); in cypher()
223 (TestBit(location[position].objects, n) && objsht[n])) { in cypher()
244 verb_with_all(location[position].objects, 0, puton, "put on"); in cypher()
[all …]
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXSourceLocation.cpp227 if (!isASTUnitSourceLocation(location)) { in clang_getExpansionLocation()
234 if (!location.ptr_data[0] || Loc.isInvalid()) { in clang_getExpansionLocation()
263 void clang_getPresumedLocation(CXSourceLocation location, in clang_getPresumedLocation() argument
267 if (!isASTUnitSourceLocation(location)) { in clang_getPresumedLocation()
276 if (!location.ptr_data[0] || Loc.isInvalid()) { in clang_getPresumedLocation()
303 void clang_getSpellingLocation(CXSourceLocation location, in clang_getSpellingLocation() argument
308 if (!isASTUnitSourceLocation(location)) { in clang_getSpellingLocation()
316 if (!location.ptr_data[0] || Loc.isInvalid()) in clang_getSpellingLocation()
340 void clang_getFileLocation(CXSourceLocation location, in clang_getFileLocation() argument
345 if (!isASTUnitSourceLocation(location)) { in clang_getFileLocation()
[all …]
/openbsd/gnu/llvm/lldb/examples/python/
H A Ddiagnose_nsstring.py10 def read_memory(process, location, size): argument
147 location = 2 * ptr_size + nsstring_address
148 location = process.ReadPointerFromMemory(location, error)
150 location = 3 * ptr_size + nsstring_address
152 location = 2 * ptr_size + nsstring_address
157 location += ptr_size
159 location = process.ReadPointerFromMemory(location, error)
161 location = nsstring_address + ptr_size + 4
165 location += 1
168 location = process.ReadPointerFromMemory(location, error)
[all …]
/openbsd/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md309 location description in the location area.
348 location area.
401 If there is no other location in the location area, but there is a value on
412 of the expression is the location description in the location area.
1059 composite location description, it is converted to a complete location
1688 location storage.
1716 location ranges, or certain expression operations that act on a location
2608 implicitly converted to a location description with one single location
2733 They push a location description L comprising one memory location
2893 location description, as L' may involve composite location
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp145 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
149 options.SetLocation(location); in NSStringSummaryProvider()
178 options.SetLocation(location); in NSStringSummaryProvider()
194 location += ptr_size; in NSStringSummaryProvider()
196 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
200 options.SetLocation(location); in NSStringSummaryProvider()
226 options.SetLocation(location); in NSStringSummaryProvider()
247 location++; in NSStringSummaryProvider()
249 options.SetLocation(location); in NSStringSummaryProvider()
266 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
[all …]
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-locstats.rst1 llvm-locstats - calculate statistics on DWARF debug location
15 It parses :program:`llvm-dwarfdump` statistics regarding debug location by
18 The line 0% shows the number and the percentage of DIEs with no location
20 location information in all code section bytes (where the variable or parameter
22 where the location information is between 50 and 60 percentage of its scope
30 calculate the location statistics only for local variables
34 calculate the location statistics only for formal parameters
38 ignore the location statistics on locations containing the
43 make histogram of location buckets generated (requires
48 compare the debug location coverage on two files provided, and draw
[all …]
/openbsd/gnu/llvm/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst170 In DWARF Version 5 a location description is defined as a single location
171 description or a location list. A location list is defined as either
213 To generalize offsetting to any location description, including location
1102 Information about the location of program objects is provided by location
1135 location storage.
1166 location ranges, or certain expression operations that act on a location
1181 *A consumer of a location description with more than one single location
2230 implicitly converted to a location description with one single location
2397 They push a location description L comprising one memory location
3024 This kind of location list entry marks the end of the location list
[all …]
/openbsd/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_diagnostics.py20 self.assertEqual(tu.diagnostics[0].location.line, 1)
21 self.assertEqual(tu.diagnostics[0].location.column, 11)
30 self.assertEqual(tu.diagnostics[0].location.line, 2)
31 self.assertEqual(tu.diagnostics[0].location.column, 7)
42 self.assertEqual(tu.diagnostics[0].location.line, 1)
43 self.assertEqual(tu.diagnostics[0].location.column, 26)
57 self.assertEqual(tu.diagnostics[0].location.line, 1)
77 self.assertEqual(d.location.line, 1)
78 self.assertEqual(d.location.column, 11)
102 self.assertEqual(children[0].location.line, 1)
[all …]
H A Dtest_location.py33 self.assert_location(one.location,line=1,column=5,offset=4)
34 self.assert_location(two.location,line=2,column=5,offset=13)
44 self.assert_location(one.location,line=2,column=5,offset=5)
45 self.assert_location(two.location,line=3,column=5,offset=14)
52 self.assert_location(one.location,line=1,column=6,offset=5)
53 self.assert_location(two.location,line=2,column=5,offset=14)
60 location = SourceLocation.from_position(tu, file, 1, 5)
61 cursor = Cursor.from_location(tu, location)
69 self.assertEqual(location, location2)
/openbsd/gnu/llvm/clang/include/clang-c/
H A DCXSourceLocation.h80 CINDEX_LINKAGE int clang_Location_isInSystemHeader(CXSourceLocation location);
86 CINDEX_LINKAGE int clang_Location_isFromMainFile(CXSourceLocation location);
135 CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location,
180 CINDEX_LINKAGE void clang_getPresumedLocation(CXSourceLocation location,
192 CINDEX_LINKAGE void clang_getInstantiationLocation(CXSourceLocation location,
219 CINDEX_LINKAGE void clang_getSpellingLocation(CXSourceLocation location,
247 CINDEX_LINKAGE void clang_getFileLocation(CXSourceLocation location,
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-ns32k.c176 bfd_byte *location; local
520 location = (bfd_byte *) data + addr;
525 bfd_vma x = get_data (location, 1);
527 put_data ((bfd_vma) x, location, 1);
534 bfd_vma x = get_data (location, 2);
549 bfd_vma x = get_data (location, 4);
552 put_data ((bfd_vma) x, location, 4);
566 put_data (x, location, 8);
589 bfd_byte *location;
615 x = get_data (location, size);
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcpu-ns32k.c176 bfd_byte *location; local
522 location = (bfd_byte *) data + addr;
527 bfd_vma x = get_data (location, 1);
529 put_data ((bfd_vma) x, location, 1);
536 bfd_vma x = get_data (location, 2);
551 bfd_vma x = get_data (location, 4);
554 put_data ((bfd_vma) x, location, 4);
568 put_data (x, location, 8);
591 bfd_byte *location;
617 x = get_data (location, size);
[all …]
/openbsd/etc/examples/
H A Dhttpd.conf5 location "/.well-known/acme-challenge/*" {
9 location * {
20 location "/pub/*" {
23 location "/.well-known/acme-challenge/*" {
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dmacscp.exp64 set location {}
75 if {[llength $location] == 0 && [llength $definition] == 0} {
76 set location $expect_out(1,string)
86 if {[llength $location] == 0 && [llength $definition] == 0} {
99 if {[llength $location] != 0} {
100 lappend location $expect_out(1,string)
111 && [llength $location] == 0} {
112 set location $expect_out(1,string)
147 if {[llength $location] >= 1} {
148 return [concat $location [list $definition]]
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/
H A DTokens.cpp287 SourceLocation Loc = ExpandedTokens[I].location(); in indexExpandedTokens()
443 if (!Tok || Tok->location() != Loc) in spelledTokenAt()
475 SourceMgr->isMacroArgExpansion(First->location()) && in spelledForExpanded()
476 SourceMgr->isMacroArgExpansion(Last->location())) { in spelledForExpanded()
480 : (First - 1)->location(); in spelledForExpanded()
483 : (Last + 1)->location(); in spelledForExpanded()
485 First->location(), Last->location(), Prev, Next, FID, *SourceMgr); in spelledForExpanded()
528 auto T1 = Spelled.back().location(); in fileForSpelled()
529 auto T2 = File.SpelledTokens.back().location(); in fileForSpelled()
863 if (Tok.location().isFileID()) { in advance()
[all …]
/openbsd/gnu/gcc/gcc/treelang/
H A Dparse.y220 tok->tp.tok.location);
329 first_parms, tok->tp.tok.location);
369 tree_code_create_function_wrapup (tok->tp.tok.location);
485 exp->tp.pro.main_token->tp.tok.location);
510 tree_code_if_else (tok->tp.tok.location);
515 tree_code_if_end (tok->tp.tok.location);
533 &ret_tok->tp.tok.location);
739 tok->tp.tok.location);
792 error ("%H%s", &tok->tp.tok.location, error_message); in yyerror()
829 &name->tp.tok.location); in ensure_not_void()
[all …]

12345678910>>...43