Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DparseConst.cpp77 infoSink.info.message(EPrefixError, buf.c_str(), node->getLine()); in visitBinary()
92 infoSink.info.message(EPrefixError, buf.c_str(), node->getLine()); in visitUnary()
103 infoSink.info.message(EPrefixError, buf.c_str(), node->getLine()); in visitAggregate()
DintermOut.cpp192 default: out.message(EPrefixError, "Bad unary op"); in visitUnary()
207 out.message(EPrefixError, "node is still EOpNull!"); in visitAggregate()
264 default: out.message(EPrefixError, "Bad aggregation op"); in visitAggregate()
DInfoSink.cpp16 case EPrefixError: in prefix()
DInfoSink.h26 EPrefixError, enumerator
DValidateLimitations.cpp145 mSink.prefix(EPrefixError); in error()
DParseHelper.cpp214 ReportInfo(infoSink.info, EPrefixError, loc, reason, token, extraInfo); in error()