Searched refs:operatorName (Results 1 – 12 of 12) sorted by relevance
173 String("'") + op.operatorName() + "' cannot operate on '" + in Convert()186 String("'") + op.operatorName() + "' cannot operate on '" + in Convert()197 String("operator '") + op.operatorName() + "' is not allowed"); in Convert()202 String("'") + op.operatorName() + "' cannot operate on '" + in Convert()253 SkDEBUGFAILF("unsupported prefix operator: %s", op.operatorName()); in Make()
100 context.fErrors->error(line, String("type mismatch: '") + op.operatorName() + in Convert()113 context.fErrors->error(line, String("operator '") + op.operatorName() + in Convert()121 context.fErrors->error(line, String("operator '") + op.operatorName() + "' can not " in Convert()246 " " + this->getOperator().operatorName() + in description()
23 "'" + String(op.operatorName()) + "' cannot operate on '" + in Convert()
61 return this->operand()->description() + this->getOperator().operatorName(); in description()
66 return this->getOperator().operatorName() + this->operand()->description(); in description()
53 const char* operatorName() const;
96 const char* Operator::operatorName() const { in operatorName() function in SkSL::Operator
565 this->write(op.operatorName()); in writeBinaryExpression()593 this->write(p.getOperator().operatorName()); in writePrefixExpression()606 this->write(p.getOperator().operatorName()); in writePostfixExpression()
872 this->write(op.operatorName()); in writeMatrixComparisonWorkaround()909 this->write(op.operatorName()); in writeBinaryExpression()969 this->write(p.getOperator().operatorName()); in writePrefixExpression()982 this->write(p.getOperator().operatorName()); in writePostfixExpression()
54 default: return op.operatorName(); in OperatorName()
2652 SkDEBUGFAILF("mergeComparisons only supports == and !=, not %s", op.operatorName()); in mergeComparisons()
100 operatorName: "[PC Preview] unknow operatorName", property