Home
last modified time | relevance | path

Searched defs:ExpectedData (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h191 struct ExpectedData { struct
192 DirectiveList Errors;
193 DirectiveList Warnings;
194 DirectiveList Remarks;
195 DirectiveList Notes;
197 void Reset() { in Reset()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp108 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
163 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp108 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
163 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp216 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp28 typedef VerifyDiagnosticConsumer::ExpectedData ExpectedData; typedef