Home
last modified time | relevance | path

Searched refs:reportRecordSizeError (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp713 reportRecordSizeError(Size, RecordName, nullptr); in isValidRecordSize()
723 reportRecordSizeError(LowerLimit, RecordName, "at least"); in isValidRecordSizeAtLeast()
734 reportRecordSizeError(UpperLimit, RecordName, "no more than"); in isValidRecordSizeAtMost()
752 void reportRecordSizeError(size_t ExpectedSize, const char *RecordName,
788 void BlockParserBaseClass::reportRecordSizeError(size_t ExpectedSize, in reportRecordSizeError() function in __anon013ef65f0111::BlockParserBaseClass