Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 185) sorted by relevance

12345678

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp144 uint64_t location = 2 * ptr_size + valobj_addr; in NSStringSummaryProvider() local
176 uint64_t location = 3 * ptr_size + valobj_addr; in NSStringSummaryProvider() local
189 uint64_t location = valobj_addr + 2 * ptr_size; in NSStringSummaryProvider() local
224 lldb::addr_t location = valobj.GetValueAsUnsigned(0) + ptr_size + 4; in NSStringSummaryProvider() local
239 uint64_t location = valobj_addr + 2 * ptr_size; in NSStringSummaryProvider() local
265 uint64_t location = valobj_addr + 2 * ptr_size; in NSStringSummaryProvider() local
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DAssertFrameRecognizer.cpp37 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAbortLocation()
70 bool GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAssertLocation()
94 SymbolLocation location; in RegisterAssertFrameRecognizer() local
137 SymbolLocation location; in RecognizeFrame() local
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXSourceLocation.cpp200 int clang_Location_isInSystemHeader(CXSourceLocation location) { in clang_Location_isInSystemHeader()
211 int clang_Location_isFromMainFile(CXSourceLocation location) { in clang_Location_isFromMainFile()
222 void clang_getExpansionLocation(CXSourceLocation location, in clang_getExpansionLocation()
263 void clang_getPresumedLocation(CXSourceLocation location, in clang_getPresumedLocation()
294 void clang_getInstantiationLocation(CXSourceLocation location, in clang_getInstantiationLocation()
303 void clang_getSpellingLocation(CXSourceLocation location, in clang_getSpellingLocation()
340 void clang_getFileLocation(CXSourceLocation location, in clang_getFileLocation()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp181 SourceLocation location = getCorrectLocation(MacroNameTok.getLocation()); in MacroDefined() local
195 SourceLocation location = getCorrectLocation(MacroNameTok.getLocation()); in MacroUndefined() local
/openbsd-src/lib/libcbor/src/cbor/internal/
H A Dunicode.h22 uint64_t location; member
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddiagnose_nsstring.py10 def read_memory(process, location, size): argument
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp117 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation()
309 SVal location) in computeOffset()
H A DUndefinedAssignmentChecker.cpp34 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind()
H A DObjCSelfInitChecker.cpp302 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
412 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar()
H A DNonnullGlobalConstantsChecker.cpp70 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.y449 int location; member
3927 create_anonymous_class (location, type_name) in create_anonymous_class() argument
7047 tree location = (cl ? cl : TREE_PURPOSE (import)); local
9199 make_qualified_primary (primary, right, location) in make_qualified_primary() argument
9254 make_qualified_name (left, right, location) in make_qualified_name() argument
9552 int location; /* for EH checking */ local
12037 int location = EXPR_WFL_LINECOL (TREE_VALUE (cn)); local
12445 build_debugable_stmt (location, stmt) in build_debugable_stmt() argument
12574 build_wfl_wrap (node, location) in build_wfl_wrap() argument
14108 int location; local
[all …]
H A Dparse.c704 int location; member
7492 create_anonymous_class (location, type_name) in create_anonymous_class() argument
10612 tree location = (cl ? cl : TREE_PURPOSE (import)); local
12764 make_qualified_primary (primary, right, location) in make_qualified_primary() argument
12819 make_qualified_name (left, right, location) in make_qualified_name() argument
13117 int location; /* for EH checking */ local
15602 int location = EXPR_WFL_LINECOL (TREE_VALUE (cn)); local
16010 build_debugable_stmt (location, stmt) in build_debugable_stmt() argument
16139 build_wfl_wrap (node, location) in build_wfl_wrap() argument
17673 int location; local
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-ns32k.c176 bfd_byte *location; local
584 _bfd_do_ns32k_reloc_contents (howto, input_bfd, relocation, location, in _bfd_do_ns32k_reloc_contents() argument
H A Dsection.c1325 const void *location, in bfd_set_section_contents()
1393 void *location, in bfd_get_section_contents()
H A Dbfd.c690 arelent **location, in bfd_canonicalize_reloc()
721 arelent **location, in bfd_set_reloc()
H A Dsrec.c777 void * location, in srec_get_section_contents()
814 const void * location, in srec_set_section_contents()
962 bfd_byte *location = list->data; in srec_write_section() local
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcpu-ns32k.c176 bfd_byte *location; local
586 _bfd_do_ns32k_reloc_contents (howto, input_bfd, relocation, location, in _bfd_do_ns32k_reloc_contents() argument
H A Dsection.c1162 const void *location, in bfd_set_section_contents()
1242 void *location, in bfd_get_section_contents()
H A Dbfd.c603 arelent **location, in bfd_canonicalize_reloc()
634 arelent **location, in bfd_set_reloc()
/openbsd-src/usr.bin/make/
H A Dengine.h105 Location *location; member
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DHandle.pm85 sub location($self) subroutine
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToUpdateDebugInfo.rst73 .. _WhenToMergeLocation:
/openbsd-src/sbin/bioctl/
H A Dbioctl.c303 str2locator(const char *string, struct locator *location) in str2locator()
684 struct locator location; in bio_setstate() local
722 struct locator location; in bio_setblink() local
/openbsd-src/gnu/gcc/gcc/
H A Dinput.h74 location_t location; member
H A Ddiagnostic.c122 va_list *args, location_t location, in diagnostic_set_info_translated()
137 va_list *args, location_t location, in diagnostic_set_info()

12345678