Lines Matching refs:TSourceLoc
106 …VectorFields(const TString& compString, int vecSize, TVectorFields& fields, const TSourceLoc &line) in parseVectorFields()
209 void TParseContext::error(const TSourceLoc& loc, in error()
219 void TParseContext::warning(const TSourceLoc& loc, in warning()
227 void TParseContext::info(const TSourceLoc& loc, in info()
243 void TParseContext::assignError(const TSourceLoc &line, const char* op, TString left, TString right) in assignError()
254 void TParseContext::unaryOpError(const TSourceLoc &line, const char* op, TString operand) in unaryOpError()
266 void TParseContext::binaryOpError(const TSourceLoc &line, const char* op, TString left, TString rig… in binaryOpError()
275 bool TParseContext::precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType ty… in precisionErrorCheck()
303 bool TParseContext::lValueErrorCheck(const TSourceLoc &line, const char* op, TIntermTyped* node) in lValueErrorCheck()
454 bool TParseContext::globalErrorCheck(const TSourceLoc &line, bool global, const char* token) in globalErrorCheck()
473 bool TParseContext::reservedErrorCheck(const TSourceLoc &line, const TString& identifier) in reservedErrorCheck()
497 bool TParseContext::constructorErrorCheck(const TSourceLoc &line, TIntermNode* node, TFunction& fun… in constructorErrorCheck()
603 bool TParseContext::voidErrorCheck(const TSourceLoc &line, const TString& identifier, const TBasicT… in voidErrorCheck()
617 bool TParseContext::boolErrorCheck(const TSourceLoc &line, const TIntermTyped* type) in boolErrorCheck()
631 bool TParseContext::boolErrorCheck(const TSourceLoc &line, const TPublicType& pType) in boolErrorCheck()
641 bool TParseContext::samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char*… in samplerErrorCheck()
660 bool TParseContext::structQualifierErrorCheck(const TSourceLoc &line, const TPublicType& pType) in structQualifierErrorCheck()
702 bool TParseContext::singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &id… in singleDeclarationErrorCheck()
753 bool TParseContext::layoutLocationErrorCheck(const TSourceLoc &location, const TLayoutQualifier &la… in layoutLocationErrorCheck()
764 bool TParseContext::locationDeclaratorListCheck(const TSourceLoc& line, const TPublicType &pType) in locationDeclaratorListCheck()
775 bool TParseContext::parameterSamplerErrorCheck(const TSourceLoc &line, TQualifier qualifier, const … in parameterSamplerErrorCheck()
806 bool TParseContext::arraySizeErrorCheck(const TSourceLoc &line, TIntermTyped* expr, int& size) in arraySizeErrorCheck()
855 bool TParseContext::arrayQualifierErrorCheck(const TSourceLoc &line, TPublicType type) in arrayQualifierErrorCheck()
870 bool TParseContext::arrayTypeErrorCheck(const TSourceLoc &line, TPublicType type) in arrayTypeErrorCheck()
892 …rraySetMaxSize(TIntermSymbol *node, TType* type, int size, bool updateFlag, const TSourceLoc &line) in arraySetMaxSize()
941 bool TParseContext::nonInitConstErrorCheck(const TSourceLoc &line, TString& identifier, TPublicType… in nonInitConstErrorCheck()
973 bool TParseContext::nonInitErrorCheck(const TSourceLoc &line, const TString& identifier, TPublicTyp… in nonInitErrorCheck()
1008 bool TParseContext::declareVariable(const TSourceLoc &line, const TString &identifier, const TType … in declareVariable()
1043 bool TParseContext::paramErrorCheck(const TSourceLoc &line, TQualifier qualifier, TQualifier paramQ… in paramErrorCheck()
1062 bool TParseContext::extensionErrorCheck(const TSourceLoc &line, const TString& extension) in extensionErrorCheck()
1103 void TParseContext::es3InvariantErrorCheck(const TQualifier qualifier, const TSourceLoc &invariantL… in es3InvariantErrorCheck()
1128 void TParseContext::handleExtensionDirective(const TSourceLoc &line, const char* extName, const cha… in handleExtensionDirective()
1134 void TParseContext::handlePragmaDirective(const TSourceLoc &line, const char* name, const char* val… in handlePragmaDirective()
1146 const TVariable *TParseContext::getNamedVariable(const TSourceLoc &location, in getNamedVariable()
1209 const TFunction* TParseContext::findFunction(const TSourceLoc &line, TFunction* call, bool *builtIn) in findFunction()
1235 bool TParseContext::executeInitializer(const TSourceLoc& line, const TString& identifier, const TPu… in executeInitializer()
1373 const TSourceLoc &qualifierLocation) in checkInputOutputTypeIsValidES3()
1439 const TSourceLoc &identifierOrTypeLocation, in parseSingleDeclaration()
1477 const TSourceLoc &identifierLocation, in parseSingleArrayDeclaration()
1479 const TSourceLoc &indexLocation, in parseSingleArrayDeclaration()
1518 const TSourceLoc &identifierLocation, in parseSingleInitDeclaration()
1520 const TSourceLoc &initLocation, in parseSingleInitDeclaration()
1544 const TSourceLoc &identifierLocation, in parseSingleArrayInitDeclaration()
1546 const TSourceLoc &indexLocation, in parseSingleArrayInitDeclaration()
1548 const TSourceLoc &initLocation, in parseSingleArrayInitDeclaration()
1586 TIntermAggregate *TParseContext::parseInvariantDeclaration(const TSourceLoc &invariantLoc, in parseInvariantDeclaration()
1587 const TSourceLoc &identifierLoc, in parseInvariantDeclaration()
1626 const TSourceLoc &identifierLocation, const TString &identifier) in parseDeclarator()
1654 const TSourceLoc &identifierLocation, const TString &identifier, in parseArrayDeclarator()
1655 const TSourceLoc &arrayLocation, TIntermTyped *indexExpression) in parseArrayDeclarator()
1700 const TSourceLoc &identifierLocation, const TString &identifier, in parseInitDeclarator()
1701 const TSourceLoc &initLocation, TIntermTyped *initializer) in parseInitDeclarator()
1738 const TSourceLoc &identifierLocation, in parseArrayInitDeclarator()
1740 const TSourceLoc &indexLocation, in parseArrayInitDeclarator()
1742 const TSourceLoc &initLocation, TIntermTyped *initializer) in parseArrayInitDeclarator()
1828 …arseContext::addFunctionPrototypeDeclaration(const TFunction &function, const TSourceLoc &location) in addFunctionPrototypeDeclaration()
1880 …n, TIntermAggregate *functionPrototype, TIntermAggregate *functionBody, const TSourceLoc &location) in addFunctionDefinition()
1907 void TParseContext::parseFunctionPrototype(const TSourceLoc &location, TFunction *function, TInterm… in parseFunctionPrototype()
2004 TFunction *TParseContext::parseFunctionDeclarator(const TSourceLoc &location, TFunction *function) in parseFunctionDeclarator()
2101 …TIntermNode* arguments, const TType* type, TOperator op, TFunction* fnCall, const TSourceLoc &line) in addConstructor()
2183 …ParseContext::addConstVectorNode(TVectorFields& fields, TIntermTyped* node, const TSourceLoc &line) in addConstVectorNode()
2230 TIntermTyped* TParseContext::addConstMatrixNode(int index, TIntermTyped* node, const TSourceLoc &li… in addConstMatrixNode()
2265 TIntermTyped* TParseContext::addConstArrayNode(int index, TIntermTyped* node, const TSourceLoc &lin… in addConstArrayNode()
2302 …ParseContext::addConstStruct(const TString& identifier, TIntermTyped* node, const TSourceLoc &line) in addConstStruct()
2334 …arseContext::addInterfaceBlock(const TPublicType& typeQualifier, const TSourceLoc& nameLine, const… in addInterfaceBlock()
2335 …const TString* instanceName, const TSourceLoc& instanceLine, TIntermTyped* arrayIndex, const TSour… in addInterfaceBlock()
2477 TIntermTyped *TParseContext::addIndexExpression(TIntermTyped *baseExpression, const TSourceLoc &loc… in addIndexExpression()
2636 …seContext::addFieldSelectionExpression(TIntermTyped *baseExpression, const TSourceLoc &dotLocation, in addFieldSelectionExpression()
2637 const TString &fieldString, const TSourceLoc &fieldLocation) in addFieldSelectionExpression()
2789 TLayoutQualifier TParseContext::parseLayoutQualifier(const TString &qualifierType, const TSourceLoc… in parseLayoutQualifier()
2831 …Qualifier(const TString &qualifierType, const TSourceLoc& qualifierTypeLine, int intValue, const T… in parseLayoutQualifier()
2882 TPublicType TParseContext::joinInterpolationQualifiers(const TSourceLoc &interpolationLoc, TQualifi… in joinInterpolationQualifiers()
2883 const TSourceLoc &storageLoc, TQualifier storageQualifier) in joinInterpolationQualifiers()
2969 TPublicType TParseContext::addStructure(const TSourceLoc &structLine, const TSourceLoc &nameLine, in addStructure()
3018 bool TParseContext::enterStructDeclaration(const TSourceLoc &line, const TString& identifier) in enterStructDeclaration()
3038 bool TParseContext::structNestingErrorCheck(const TSourceLoc &line, const TField &field) in structNestingErrorCheck()
3064 TIntermTyped *TParseContext::createUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &l… in createUnaryMath()
3109 TIntermTyped *TParseContext::addUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc) in addUnaryMath()
3121 TIntermTyped *TParseContext::addUnaryMathLValue(TOperator op, TIntermTyped *child, const TSourceLoc… in addUnaryMathLValue()
3128 …::binaryOpCommonCheck(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) in binaryOpCommonCheck()
3282 …ParseContext::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const TSourceLoc &loc) in addSwitch()
3314 TIntermCase *TParseContext::addCase(TIntermTyped *condition, const TSourceLoc &loc) in addCase()
3352 TIntermCase *TParseContext::addDefault(const TSourceLoc &loc) in addDefault()
3369 …Context::createAssign(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) in createAssign()
3378 …rseContext::addAssign(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) in addAssign()
3391 const TSourceLoc &loc) in addBinaryMathInternal()
3449 …ontext::addBinaryMath(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) in addBinaryMath()
3461 …naryMathBooleanResult(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) in addBinaryMathBooleanResult()
3475 TIntermBranch *TParseContext::addBranch(TOperator op, const TSourceLoc &loc) in addBranch()
3507 TIntermBranch *TParseContext::addBranch(TOperator op, TIntermTyped *returnValue, const TSourceLoc &… in addBranch()
3524 …Function *fnCall, TIntermNode *paramNode, TIntermNode *thisNode, const TSourceLoc &loc, bool *fata… in addFunctionCallOrMethod()
3719 …ction(TIntermTyped *cond, TIntermTyped *trueBlock, TIntermTyped *falseBlock, const TSourceLoc &loc) in addTernarySelection()