Lines Matching refs:TString
114 …const TVariable *getNamedVariable(const TSourceLoc &location, const TString *name, const TSymbol *…
116 bool parseVectorFields(const TString&, int vecSize, TVectorFields&, const TSourceLoc &line);
118 bool reservedErrorCheck(const TSourceLoc &line, const TString& identifier);
119 void assignError(const TSourceLoc &line, const char* op, TString left, TString right);
120 void unaryOpError(const TSourceLoc &line, const char* op, TString operand);
121 void binaryOpError(const TSourceLoc &line, const char* op, TString left, TString right);
131 bool voidErrorCheck(const TSourceLoc&, const TString&, const TBasicType&);
138 …bool nonInitConstErrorCheck(const TSourceLoc &line, TString& identifier, TPublicType& type, bool a…
139 bool nonInitErrorCheck(const TSourceLoc &line, const TString& identifier, TPublicType& type);
141 bool extensionErrorCheck(const TSourceLoc &line, const TString&);
157 …bool executeInitializer(const TSourceLoc &line, const TString &identifier, const TPublicType &pTyp…
163 …on(TPublicType &publicType, const TSourceLoc &identifierOrTypeLocation, const TString &identifier);
164 …claration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TString &identifier,
166 …ion(const TPublicType &publicType, const TSourceLoc &identifierLocation, const TString &identifier,
171 …claration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TString &identifier,
175 …aration(const TSourceLoc &invariantLoc, const TSourceLoc &identifierLoc, const TString *identifier,
179 const TString &identifier);
181 … const TString &identifier, const TSourceLoc &arrayLocation, TIntermTyped *indexExpression);
183 … const TString &identifier, const TSourceLoc &initLocation, TIntermTyped *initializer);
187 … const TString &identifier, const TSourceLoc &indexLocation, TIntermTyped *indexExpression,
201 TIntermTyped* addConstStruct(const TString&, TIntermTyped*, const TSourceLoc&);
203 …ssion(TIntermTyped *baseExpression, const TSourceLoc &dotLocation, const TString &fieldString, con…
206 …TPublicType addStructure(const TSourceLoc &structLine, const TSourceLoc &nameLine, const TString *…
208 …lock(const TPublicType& typeQualifier, const TSourceLoc& nameLine, const TString& blockName, TFiel…
209 …const TString* instanceName, const TSourceLoc& instanceLine, TIntermTyped* arrayIndex, const TSour…
211 …TLayoutQualifier parseLayoutQualifier(const TString &qualifierType, const TSourceLoc& qualifierTyp…
212 …TLayoutQualifier parseLayoutQualifier(const TString &qualifierType, const TSourceLoc& qualifierTyp…
219 bool enterStructDeclaration(const TSourceLoc &line, const TString& identifier);
243 …bool declareVariable(const TSourceLoc &line, const TString &identifier, const TType &type, TVariab…