Searched refs:ExpectedData (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 108 uint8_t ExpectedData = 2 + (i % 254); in TEST() local 110 EXPECT_EQ(ExpectedData, data[i][j]); in TEST() 163 uint8_t ExpectedData = 2 + (i % 254); in TEST() local 164 EXPECT_EQ(ExpectedData, data[i][j]); in TEST()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 108 uint8_t ExpectedData = 2 + (i % 254); in TEST() local 110 EXPECT_EQ(ExpectedData, data[i][j]); in TEST() 163 uint8_t ExpectedData = 2 + (i % 254); in TEST() local 164 EXPECT_EQ(ExpectedData, data[i][j]); in TEST()
|
/external/clang/include/clang/Frontend/ |
D | VerifyDiagnosticConsumer.h | 191 struct ExpectedData { struct 222 ExpectedData ED;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | BytesOutputStyle.cpp | 216 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local 217 if (!ExpectedData) { in dumpBlockRanges() 219 toString(ExpectedData.takeError())); in dumpBlockRanges() 223 P.formatBinary(Label, *ExpectedData, Base, 0); in dumpBlockRanges()
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 28 typedef VerifyDiagnosticConsumer::ExpectedData ExpectedData; typedef 308 static bool ParseDirective(StringRef S, ExpectedData *ED, SourceManager &SM, in ParseDirective() 740 ExpectedData &ED) { in CheckResults()
|