Lines Matching refs:TString
56 bool reservedErrorCheck(int line, const TString& identifier);
59 bool parseVectorFields(const TString&, int vecSize, TVectorFields&, int line);
60 bool parseMatrixFields(const TString&, int matSize, TMatrixFields&, int line);
61 void assignError(int line, const char* op, TString left, TString right);
62 void unaryOpError(int line, const char* op, TString operand);
63 void binaryOpError(int line, const char* op, TString left, TString right);
73 bool arrayErrorCheck(int line, TString& identifier, TPublicType type, TVariable*& variable);
74 bool voidErrorCheck(int, const TString&, const TPublicType&);
81 bool nonInitConstErrorCheck(int line, TString& identifier, TPublicType& type);
82 bool nonInitErrorCheck(int line, TString& identifier, TPublicType& type);
84 bool extensionErrorCheck(int line, const TString&);
86 bool executeInitializer(TSourceLoc line, TString& identifier, TPublicType& pType,
96 TIntermTyped* addConstStruct(TString& , TIntermTyped*, TSourceLoc);
100 TString HashErrMsg;