Home
last modified time | relevance | path

Searched defs:ExpectedData (Results 1 – 3 of 3) 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/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/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp28 typedef VerifyDiagnosticConsumer::ExpectedData ExpectedData; typedef