/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/llvm-project/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 | LibASTImporter.rst | 145 TranslationUnitDecl 0x68b9a8 <<invalid sloc>> <invalid sloc> 172 TranslationUnitDecl 0x68b9a8 <<invalid sloc>> <invalid sloc> 354 TranslationUnitDecl 0xe54a48 <<invalid sloc>> <invalid sloc> 544 TranslationUnitDecl 0x12b0738 <<invalid sloc>> <invalid sloc>
|
D | IntroductionToTheClangAST.rst | 52 TranslationUnitDecl 0x5aea0d0 <<invalid sloc>>
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 1002 auto sloc = buf_.size(); in Key() local 1005 auto it = key_pool.find(sloc); in Key() 1009 buf_.resize(sloc); in Key() 1010 sloc = *it; in Key() 1012 key_pool.insert(sloc); in Key() 1015 stack_.push_back(Value(static_cast<uint64_t>(sloc), FBT_KEY, BIT_WIDTH_8)); in Key() 1016 return sloc; in Key() 1024 auto sloc = CreateBlob(str, len, 1, FBT_STRING); in String() local 1026 StringOffset so(sloc, len); in String() 1032 sloc = it->first; in String() [all …]
|
/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/llvm-project/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 247 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); in clang_getExpansionLocation() local 248 if (Invalid || !sloc.isFile()) { in clang_getExpansionLocation() 254 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc)); in clang_getExpansionLocation()
|
/external/libcups/ |
D | Makefile | 262 sloc: target 264 (cd $$dir; $(MAKE) $(MFLAGS) sloc) || exit 1;\
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | ubsan-nullability.m | 108 // CHECK: [[SLOC_PTR:%.*]] = load i8*, i8** %return.sloc.ptr 132 // CHECK: [[SLOC_PTR:%.*]] = load i8*, i8** %return.sloc.ptr 149 // CHECK: [[SLOC_PTR:%.*]] = load i8*, i8** %return.sloc.ptr
|
D | ubsan-nonnull-and-nullability.m | 46 // CHECK-NOT: return.sloc
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffersBuilder.java | 382 int sloc = bb.writePosition(); in writeBlob() local 387 return Value.blob(key, sloc, type, bitWidth); in writeBlob()
|
/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/scheduler/ |
D | Makefile | 445 sloc: target
|
/external/llvm-project/clang/include/clang/Basic/ |
D | SourceManager.h | 1039 const FileEntry *getFileEntryForSLocEntry(const SrcMgr::SLocEntry &sloc) const in getFileEntryForSLocEntry() argument 1041 return sloc.getFile().getContentCache().OrigEntry; in getFileEntryForSLocEntry()
|
/external/libcups/cups/ |
D | Makefile | 766 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 4140 const SrcMgr::SLocEntry &sloc = S.SourceMgr.getSLocEntry(file, &invalid); in getNullabilityCompletenessCheckFileID() local 4141 if (invalid || !sloc.isFile()) in getNullabilityCompletenessCheckFileID() 4146 const SrcMgr::FileInfo &fileInfo = sloc.getFile(); in getNullabilityCompletenessCheckFileID()
|
/external/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 6733 <!-- struct {char* comment; source_location sloc;} --> 6740 <!-- source_location sloc --> 6741 …<var-decl name='sloc' type-id='type-id-103' visibility='default' filepath='../.././libcpp/include/… 10001 <!-- struct {char* comment; source_location sloc;} --> 10008 <!-- source_location sloc --> 10009 …<var-decl name='sloc' type-id='type-id-103' visibility='default' filepath='../.././libcpp/include/…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 4550 …<var-decl name='sloc' type-id='type-id-103' visibility='default' filepath='../.././libcpp/include/… 6705 …<var-decl name='sloc' type-id='type-id-103' visibility='default' filepath='../.././libcpp/include/…
|