Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h119 void unaryOpError(const TSourceLoc &line, const char* op, TString operand);
DParseHelper.cpp294 void TParseContext::unaryOpError(const TSourceLoc &line, const char* op, TString operand) in unaryOpError() function in TParseContext
3185 unaryOpError(loc, getOperatorString(op), child->getCompleteString()); in addUnaryMath()