/external/libunwind/src/hppa/ |
D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 38 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 42 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 49 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 50 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 55 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 56 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/arm/ |
D | Gget_save_loc.c | 28 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 60 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 64 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 71 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 72 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 77 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 78 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/sh/ |
D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 62 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 66 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 73 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 74 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 79 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 80 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/mips/ |
D | Gget_save_loc.c | 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 79 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 83 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 90 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 91 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 96 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 97 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/aarch64/ |
D | Gget_save_loc.c | 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 79 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 83 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 90 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 91 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 96 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 97 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/x86_64/ |
D | Gget_save_loc.c | 31 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 52 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 56 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 63 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 64 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 69 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 70 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/ia64/ |
D | Gget_save_loc.c | 34 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 145 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 149 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 156 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 157 sloc->u.regnum = IA64_GET_REG (loc); in unw_get_save_loc() 158 sloc->extra.nat_bitnr = nat_bitnr; in unw_get_save_loc() 163 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 164 sloc->u.addr = IA64_GET_ADDR (loc); in unw_get_save_loc() 165 sloc->extra.nat_bitnr = nat_bitnr; in unw_get_save_loc()
|
/external/libunwind/src/x86/ |
D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 112 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 116 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 123 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 124 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 129 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 130 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/clang/docs/ |
D | ClangCheck.rst | 22 (TranslationUnitDecl 0x7ff3a3029ed0 <<invalid sloc>> 23 (TypedefDecl 0x7ff3a302a410 <<invalid sloc>> __int128_t '__int128') 24 (TypedefDecl 0x7ff3a302a470 <<invalid sloc>> __uint128_t 'unsigned __int128') 25 (TypedefDecl 0x7ff3a302a830 <<invalid sloc>> __builtin_va_list '__va_list_tag [1]')
|
D | IntroductionToTheClangAST.rst | 52 TranslationUnitDecl 0x5aea0d0 <<invalid sloc>>
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 948 auto sloc = buf_.size(); in Key() local 951 auto it = key_pool.find(sloc); in Key() 955 buf_.resize(sloc); in Key() 956 sloc = *it; in Key() 958 key_pool.insert(sloc); in Key() 961 stack_.push_back(Value(static_cast<uint64_t>(sloc), FBT_KEY, BIT_WIDTH_8)); in Key() 962 return sloc; in Key() 970 auto sloc = CreateBlob(str, len, 1, FBT_STRING); in String() local 972 StringOffset so(sloc, len); in String() 978 sloc = it->first; in String() [all …]
|
/external/libunwind/src/ppc/ |
D | Gget_save_loc.c | 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument
|
/external/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 256 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); in clang_getExpansionLocation() local 257 if (Invalid || !sloc.isFile()) { in clang_getExpansionLocation() 263 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc)); in clang_getExpansionLocation()
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 939 const FileEntry *getFileEntryForSLocEntry(const SrcMgr::SLocEntry &sloc) const in getFileEntryForSLocEntry() argument 941 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache(); in getFileEntryForSLocEntry()
|
/external/libcups/cups/ |
D | Makefile | 653 sloc: target
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3439 const SrcMgr::SLocEntry &sloc = S.SourceMgr.getSLocEntry(file, &invalid); in getNullabilityCompletenessCheckFileID() local 3440 if (invalid || !sloc.isFile()) in getNullabilityCompletenessCheckFileID() 3445 const SrcMgr::FileInfo &fileInfo = sloc.getFile(); in getNullabilityCompletenessCheckFileID()
|