Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h236 struct ExpectedData { struct
237 DirectiveList Errors;
238 DirectiveList Warnings;
239 DirectiveList Remarks;
240 DirectiveList Notes;
242 void Reset() { in Reset()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp107 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
162 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
/llvm-project-15.0.7/llvm/lib/Object/
H A DMinidump.cpp41 auto ExpectedData = in getString() local
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
/llvm-project-15.0.7/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp51 using ExpectedData = VerifyDiagnosticConsumer::ExpectedData; typedef