/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | NSString.cpp | 144 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 D | AssertFrameRecognizer.cpp | 37 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 D | CXSourceLocation.cpp | 200 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 D | MacroPPCallbacks.cpp | 181 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 D | unicode.h | 22 uint64_t location; member
|
/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | diagnose_nsstring.py | 10 def read_memory(process, location, size): argument
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 117 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation() 309 SVal location) in computeOffset()
|
H A D | UndefinedAssignmentChecker.cpp | 34 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind()
|
H A D | ObjCSelfInitChecker.cpp | 302 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() 412 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar()
|
H A D | NonnullGlobalConstantsChecker.cpp | 70 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.y | 449 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 D | parse.c | 704 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 D | cpu-ns32k.c | 176 bfd_byte *location; local 584 _bfd_do_ns32k_reloc_contents (howto, input_bfd, relocation, location, in _bfd_do_ns32k_reloc_contents() argument
|
H A D | section.c | 1325 const void *location, in bfd_set_section_contents() 1393 void *location, in bfd_get_section_contents()
|
H A D | bfd.c | 690 arelent **location, in bfd_canonicalize_reloc() 721 arelent **location, in bfd_set_reloc()
|
H A D | srec.c | 777 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 D | cpu-ns32k.c | 176 bfd_byte *location; local 586 _bfd_do_ns32k_reloc_contents (howto, input_bfd, relocation, location, in _bfd_do_ns32k_reloc_contents() argument
|
H A D | section.c | 1162 const void *location, in bfd_set_section_contents() 1242 void *location, in bfd_get_section_contents()
|
H A D | bfd.c | 603 arelent **location, in bfd_canonicalize_reloc() 634 arelent **location, in bfd_set_reloc()
|
/openbsd-src/usr.bin/make/ |
H A D | engine.h | 105 Location *location; member
|
/openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
H A D | Handle.pm | 85 sub location($self) subroutine
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | HowToUpdateDebugInfo.rst | 73 .. _WhenToMergeLocation:
|
/openbsd-src/sbin/bioctl/ |
H A D | bioctl.c | 303 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 D | input.h | 74 location_t location; member
|
H A D | diagnostic.c | 122 va_list *args, location_t location, in diagnostic_set_info_translated() 137 va_list *args, location_t location, in diagnostic_set_info()
|