Home | History | Annotate | Download | only in compiler

Lines Matching refs:compString

106 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields, const TSourceLoc &line)
108 fields.num = (int) compString.size();
110 error(line, "illegal vector field selection", compString.c_str());
121 switch (compString[i]) {
171 error(line, "illegal vector field selection", compString.c_str());
178 error(line, "vector field selection out of range", compString.c_str());
184 error(line, "illegal - vector component fields not from the same set", compString.c_str());