Searched defs:WantedType (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp565 // Reports that type ID is undefined, or not of the WantedType.
567 ExtendedType::TypeKind WantedType);
603 ExtendedType::TypeKind WantedType) {
609 StrBuf << "Type id " << ID << " not " << WantedType << ". Found: " << *Ty;
601 reportBadTypeIDAs(NaClBcIndexSize_t ID, const ExtendedType *Ty, ExtendedType::TypeKind WantedType) argument

Completed in 87 milliseconds