Searched refs:ExpectedSize (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | 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()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ModuleManager.cpp | 106 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument 125 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 432 off_t ExpectedSize, in lookupModuleFile() argument 450 if ((ExpectedSize && ExpectedSize != File->getSize()) || in lookupModuleFile()
|
| HD | ASTReader.cpp | 4450 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument 4457 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| HD | report.cpp | 148 uptr ExpectedSize) { in reportDeleteSizeMismatch() argument 152 Size, ExpectedSize); in reportDeleteSizeMismatch()
|
| HD | report.h | 46 void NORETURN reportDeleteSizeMismatch(void *Ptr, uptr Size, uptr ExpectedSize);
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/ |
| HD | ModuleManager.h | 251 off_t ExpectedSize, time_t ExpectedModTime, 311 off_t ExpectedSize,
|
| HD | ASTReader.h | 1271 off_t ExpectedSize, time_t ExpectedModTime,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | 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()
|