Home | History | Annotate | Download | only in compiler

Lines Matching defs:binaryOpError

236 void TParseContext::binaryOpError(const TSourceLoc &line, const char* op, TString left, TString right)
3404 binaryOpError(loc, getOperatorString(op), left->getCompleteString(), right->getCompleteString());
3416 binaryOpError(loc, getOperatorString(op), left->getCompleteString(), right->getCompleteString());
3652 binaryOpError(loc, ":", trueBlock->getCompleteString(), falseBlock->getCompleteString());