Searched refs:ExpectedSize (Results 1 – 5 of 5) sorted by relevance
/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 | 59 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument 76 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 442 off_t ExpectedSize, in lookupModuleFile() argument 453 if ((ExpectedSize && ExpectedSize != File->getSize()) || in lookupModuleFile()
|
D | ASTReader.cpp | 3829 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument 3836 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
|
/external/clang/include/clang/Serialization/ |
D | ModuleManager.h | 207 off_t ExpectedSize, time_t ExpectedModTime, 306 off_t ExpectedSize,
|
D | ASTReader.h | 1130 off_t ExpectedSize, time_t ExpectedModTime,
|