/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Minidump.cpp | 29 auto ExpectedSize = in getString() local 31 if (!ExpectedSize) in getString() 32 return ExpectedSize.takeError(); in getString() 33 size_t Size = (*ExpectedSize)[0]; in getString() 79 auto ExpectedSize = getDataSliceAs<support::ulittle32_t>(*Stream, 0, 1); in getListStream() local 80 if (!ExpectedSize) in getListStream() 81 return ExpectedSize.takeError(); in getListStream() 83 size_t ListSize = ExpectedSize.get()[0]; in getListStream()
|
/external/llvm/unittests/MC/ |
D | StringTableBuilderTest.cpp | 52 uint32_t ExpectedSize = 4 + 19 + 12; in TEST() local 53 EXPECT_EQ(ExpectedSize, B.data().size()); in TEST() 57 ExpectedSize = in TEST() 58 support::endian::byte_swap<uint32_t, support::little>(ExpectedSize); in TEST() 59 Expected.append((const char*)&ExpectedSize, 4); in TEST()
|
/external/clang/lib/Serialization/ |
D | ModuleManager.cpp | 60 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument 77 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 413 off_t ExpectedSize, in lookupModuleFile() argument 424 if ((ExpectedSize && ExpectedSize != File->getSize()) || in lookupModuleFile()
|
D | ASTReader.cpp | 3726 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument 3733 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
|
/external/clang/include/clang/Serialization/ |
D | ModuleManager.h | 217 off_t ExpectedSize, time_t ExpectedModTime, 279 off_t ExpectedSize,
|
D | ASTReader.h | 1127 off_t ExpectedSize, time_t ExpectedModTime,
|
/external/scudo/standalone/ |
D | report.cpp | 165 uptr ExpectedSize) { in reportDeleteSizeMismatch() argument 169 Size, ExpectedSize); in reportDeleteSizeMismatch()
|
D | report.h | 49 void NORETURN reportDeleteSizeMismatch(void *Ptr, uptr Size, uptr ExpectedSize);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 67 unsigned ExpectedSize, unsigned ExpectedRegBankID) const; 70 bool validReg(MachineRegisterInfo &MRI, unsigned Reg, unsigned ExpectedSize, 505 unsigned ExpectedSize, in validOpRegPair() argument 508 validReg(MRI, LHSReg, ExpectedSize, ExpectedRegBankID) && in validOpRegPair() 509 validReg(MRI, RHSReg, ExpectedSize, ExpectedRegBankID); in validOpRegPair() 513 unsigned ExpectedSize, in validReg() argument 515 if (MRI.getType(Reg).getSizeInBits() != ExpectedSize) { in validReg()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 880 file.ExpectedSize = 0; in GetStream7() 882 file.ExpectedSize = size; in GetStream7() 972 b = file.ExpectedSize; in Write()
|
D | ExtractCallback.h | 68 UInt64 ExpectedSize; // the size from props request. 0 if unknown member
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 752 void reportRecordSizeError(size_t ExpectedSize, const char *RecordName, 788 void BlockParserBaseClass::reportRecordSizeError(size_t ExpectedSize, in reportRecordSizeError() argument 799 StrBuf << " " << ExpectedSize << " argument"; in reportRecordSizeError() 800 if (ExpectedSize > 1) in reportRecordSizeError()
|