/external/llvm-project/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 34 return ((uintptr_t)L.ptr_data[0] & 0x1) == 0; in isASTUnitSourceLocation() 47 return (loc1.ptr_data[0] == loc2.ptr_data[0] && in clang_equalLocations() 48 loc1.ptr_data[1] == loc2.ptr_data[1] && in clang_equalLocations() 61 CXSourceRange Result = { { begin.ptr_data[0], end.ptr_data[0] }, 0, 0 }; in clang_getRange() 65 if (begin.ptr_data[0] != end.ptr_data[0] || in clang_getRange() 66 begin.ptr_data[1] != end.ptr_data[1]) in clang_getRange() 69 CXSourceRange Result = { { begin.ptr_data[0], begin.ptr_data[1] }, in clang_getRange() 76 return range1.ptr_data[0] == range2.ptr_data[0] in clang_equalRanges() 77 && range1.ptr_data[1] == range2.ptr_data[1] in clang_equalRanges() 89 if ((uintptr_t)range.ptr_data[0] & 0x1) { in clang_getRangeStart() [all …]
|
D | Indexing.cpp | 981 if (!location.ptr_data[0] || Loc.isInvalid()) in clang_indexLoc_getFileLocation() 985 *static_cast<CXIndexDataConsumer*>(location.ptr_data[0]); in clang_indexLoc_getFileLocation() 991 if (!location.ptr_data[0] || Loc.isInvalid()) in clang_indexLoc_getCXSourceLocation() 995 *static_cast<CXIndexDataConsumer*>(location.ptr_data[0]); in clang_indexLoc_getCXSourceLocation()
|
D | CXLoadedDiagnostic.cpp | 166 uintptr_t V = (uintptr_t) location.ptr_data[0]; in decodeLocation()
|
D | CIndex.cpp | 6749 static_cast<IdentifierInfo *>(CXTok.ptr_data)->getNameStart()); in clang_getTokenSpelling() 6753 const char *Text = static_cast<const char *>(CXTok.ptr_data); in clang_getTokenSpelling() 6859 CXTok.ptr_data = const_cast<char *>(Tok.getLiteralData()); in getTokens() 6870 CXTok.ptr_data = II; in getTokens() 6873 CXTok.ptr_data = nullptr; in getTokens() 6876 CXTok.ptr_data = nullptr; in getTokens() 7700 IdentifierInfo *II = static_cast<IdentifierInfo *>(Tokens[I].ptr_data); in clang_annotateTokensImpl() 7726 IdentifierInfo *II = static_cast<IdentifierInfo *>(Tokens[I].ptr_data); in clang_annotateTokensImpl()
|
D | CXIndexDataConsumer.cpp | 1096 idxLoc.ptr_data[0] = const_cast<CXIndexDataConsumer *>(this); in getIndexLoc()
|
/external/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 34 return ((uintptr_t)L.ptr_data[0] & 0x1) == 0; in isASTUnitSourceLocation() 49 return (loc1.ptr_data[0] == loc2.ptr_data[0] && in clang_equalLocations() 50 loc1.ptr_data[1] == loc2.ptr_data[1] && in clang_equalLocations() 63 CXSourceRange Result = { { begin.ptr_data[0], end.ptr_data[0] }, 0, 0 }; in clang_getRange() 67 if (begin.ptr_data[0] != end.ptr_data[0] || in clang_getRange() 68 begin.ptr_data[1] != end.ptr_data[1]) in clang_getRange() 71 CXSourceRange Result = { { begin.ptr_data[0], begin.ptr_data[1] }, in clang_getRange() 78 return range1.ptr_data[0] == range2.ptr_data[0] in clang_equalRanges() 79 && range1.ptr_data[1] == range2.ptr_data[1] in clang_equalRanges() 91 if ((uintptr_t)range.ptr_data[0] & 0x1) { in clang_getRangeStart() [all …]
|
D | Indexing.cpp | 963 if (!location.ptr_data[0] || Loc.isInvalid()) in clang_indexLoc_getFileLocation() 967 *static_cast<CXIndexDataConsumer*>(location.ptr_data[0]); in clang_indexLoc_getFileLocation() 973 if (!location.ptr_data[0] || Loc.isInvalid()) in clang_indexLoc_getCXSourceLocation() 977 *static_cast<CXIndexDataConsumer*>(location.ptr_data[0]); in clang_indexLoc_getCXSourceLocation()
|
D | CXLoadedDiagnostic.cpp | 169 uintptr_t V = (uintptr_t) location.ptr_data[0]; in decodeLocation()
|
D | CIndex.cpp | 5969 return cxstring::createRef(static_cast<IdentifierInfo *>(CXTok.ptr_data) in clang_getTokenSpelling() 5974 const char *Text = static_cast<const char *>(CXTok.ptr_data); in clang_getTokenSpelling() 6079 CXTok.ptr_data = const_cast<char *>(Tok.getLiteralData()); in getTokens() 6093 CXTok.ptr_data = II; in getTokens() 6096 CXTok.ptr_data = nullptr; in getTokens() 6099 CXTok.ptr_data = nullptr; in getTokens() 6769 IdentifierInfo *II = static_cast<IdentifierInfo *>(Tokens[I].ptr_data); in clang_annotateTokensImpl() 6795 IdentifierInfo *II = static_cast<IdentifierInfo *>(Tokens[I].ptr_data); in clang_annotateTokensImpl()
|
D | CXIndexDataConsumer.cpp | 1100 idxLoc.ptr_data[0] = const_cast<CXIndexDataConsumer *>(this); in getIndexLoc()
|
/external/llvm-project/lldb/examples/darwin/heap_find/heap/ |
D | heap_find.cpp | 567 uint8_t *ptr_data = NULL; in range_info_callback() local 568 if (task_peek(task, ptr_addr, ptr_size, (void **)&ptr_data) == in range_info_callback() 571 assert(ptr_data); in range_info_callback() 575 addr += align, ptr_data += align) { in range_info_callback() 576 if (memcmp(buffer, ptr_data, size) == 0) { in range_info_callback()
|
/external/tcpdump/ |
D | print-radius.c | 75 #define PRINT_HEX(bytes_len, ptr_data) \ argument 78 ND_PRINT((ndo, "%02X", *ptr_data )); \ 79 ptr_data++; \
|
/external/clang/include/clang-c/ |
D | Index.h | 368 const void *ptr_data[2]; member 379 const void *ptr_data[2]; member 4317 void *ptr_data; member 5427 void *ptr_data[2]; member
|
/external/llvm-project/clang/include/clang-c/ |
D | Index.h | 457 const void *ptr_data[2]; member 468 const void *ptr_data[2]; member 4973 void *ptr_data; member 6186 void *ptr_data[2]; member
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 1476 pub ptr_data: [*mut c_void; 2], field 1558 pub ptr_data: [*const c_void; 2], field 1567 pub ptr_data: [*const c_void; 2], field 1626 pub ptr_data: *mut c_void, field
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 472 token.ptr_data = tokens_array[i].ptr_data
|
/external/llvm-project/clang/bindings/python/clang/ |
D | cindex.py | 567 token.ptr_data = tokens_array[i].ptr_data
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test16-pr18904.so.abi | 3541 …<parameter type-id='type-id-205' name='ptr_data' filepath='../../../gcc/liboffloadmic/runtime/offl… 3548 …<parameter type-id='type-id-205' name='ptr_data' filepath='../../../gcc/liboffloadmic/runtime/offl… 3555 …<parameter type-id='type-id-278' name='ptr_data' filepath='../../../gcc/liboffloadmic/runtime/offl… 3567 …<parameter type-id='type-id-278' name='ptr_data' filepath='../../../gcc/liboffloadmic/runtime/offl…
|