Searched defs:ExpectedData (Results 1 – 6 of 6) sorted by relevance
88 struct ExpectedData { struct89 DirectiveList Errors;90 DirectiveList Warnings;91 DirectiveList Remarks;92 DirectiveList Notes;94 void Reset() { in Reset()
323 return FunctionInfo::decode(*ExpectedData, FuncStartAddr); in getFunctionInfo() local 332 return FunctionInfo::decode(*ExpectedData, FuncStartAddr); in getFunctionInfoAtIndex() local 340 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) lookup() local
107 uint8_t ExpectedData = 2 + (i % 254); in TEST() local162 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
41 auto ExpectedData = getString() local
215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
51 using ExpectedData = VerifyDiagnosticConsumer::ExpectedData; typedef