Home | History | Annotate | Download | only in compiler

Lines Matching refs:getOperatorString

3114 		unaryOpError(loc, getOperatorString(op), child->getCompleteString());
3123 if(lValueErrorCheck(loc, getOperatorString(op), child))
3134 error(loc, "Invalid operation for arrays", getOperatorString(op));
3140 error(loc, "array / non-array mismatch", getOperatorString(op));
3152 error(loc, "Invalid operation for arrays", getOperatorString(op));
3158 error(loc, "array size mismatch", getOperatorString(op));
3214 error(loc, "undefined operation for structs containing arrays", getOperatorString(op));
3223 error(loc, "undefined operation for structs containing samplers", getOperatorString(op));
3454 binaryOpError(loc, getOperatorString(op), left->getCompleteString(), right->getCompleteString());
3466 binaryOpError(loc, getOperatorString(op), left->getCompleteString(), right->getCompleteString());