Lines Matching refs:getCompleteString

879         binaryOpError(loc, str, left->getCompleteString(), right->getCompleteString());  in handleBinaryMath()
893 unaryOpError(loc, str, childNode->getCompleteString()); in handleUnaryMath()
952 base->getType().getCompleteString().c_str(), ""); in handleDotDereference()
955 base->getType().getCompleteString().c_str()); in handleDotDereference()
1060 …error(loc, "does not apply to this type:", field.c_str(), base->getType().getCompleteString().c_st… in handleDotDereference()
5267 … error(loc, "cannot construct with these arguments", type.getCompleteString().c_str(), ""); in handleFunctionCall()
5362 static_cast<TIntermTyped*>(arguments)->getCompleteString().c_str()); in handleFunctionCall()
7903 …form initializers must be constant", "=", "'%s'", variable->getType().getCompleteString().c_str()); in executeInitializer()
7937 … assignError(loc, "=", intermSymbol->getCompleteString(), initializer->getCompleteString()); in executeInitializer()
8047 …rror(loc, "wrong number of matrix columns:", "initializer list", type.getCompleteString().c_str()); in convertInitializerList()
8065 type.getCompleteString().c_str()); in convertInitializerList()
8073 … error(loc, "scalar expected one element:", "initializer list", type.getCompleteString().c_str()); in convertInitializerList()
8077 …error(loc, "unexpected initializer-list type:", "initializer list", type.getCompleteString().c_str… in convertInitializerList()
8480 … node->getAsTyped()->getType().getCompleteString().c_str(), type.getCompleteString().c_str()); in constructAggregate()