• Home
  • Raw
  • Download

Lines Matching defs:line

51 …Context::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields, int line)  in parseVectorFields()
144 …Context::parseMatrixFields(const TString& compString, int matSize, TMatrixFields& fields, int line) in parseMatrixFields()
236 void TParseContext::assignError(int line, const char* op, TString left, TString right) in assignError()
245 void TParseContext::unaryOpError(int line, const char* op, TString operand) in unaryOpError()
255 void TParseContext::binaryOpError(int line, const char* op, TString left, TString right) in binaryOpError()
263 bool TParseContext::precisionErrorCheck(int line, TPrecision precision, TBasicType type){ in precisionErrorCheck()
287 bool TParseContext::lValueErrorCheck(int line, const char* op, TIntermTyped* node) in lValueErrorCheck()
425 bool TParseContext::globalErrorCheck(int line, bool global, const char* token) in globalErrorCheck()
444 bool TParseContext::reservedErrorCheck(int line, const TString& identifier) in reservedErrorCheck()
480 bool TParseContext::constructorErrorCheck(int line, TIntermNode* node, TFunction& function, TOperat… in constructorErrorCheck()
582 bool TParseContext::voidErrorCheck(int line, const TString& identifier, const TPublicType& pubType) in voidErrorCheck()
596 bool TParseContext::boolErrorCheck(int line, const TIntermTyped* type) in boolErrorCheck()
610 bool TParseContext::boolErrorCheck(int line, const TPublicType& pType) in boolErrorCheck()
620 bool TParseContext::samplerErrorCheck(int line, const TPublicType& pType, const char* reason) in samplerErrorCheck()
639 bool TParseContext::structQualifierErrorCheck(int line, const TPublicType& pType) in structQualifierErrorCheck()
654 bool TParseContext::parameterSamplerErrorCheck(int line, TQualifier qualifier, const TType& type) in parameterSamplerErrorCheck()
686 bool TParseContext::arraySizeErrorCheck(int line, TIntermTyped* expr, int& size) in arraySizeErrorCheck()
710 bool TParseContext::arrayQualifierErrorCheck(int line, TPublicType type) in arrayQualifierErrorCheck()
725 bool TParseContext::arrayTypeErrorCheck(int line, TPublicType type) in arrayTypeErrorCheck()
746 bool TParseContext::arrayErrorCheck(int line, TString& identifier, TPublicType type, TVariable*& va… in arrayErrorCheck()
811 …text::arraySetMaxSize(TIntermSymbol *node, TType* type, int size, bool updateFlag, TSourceLoc line) in arraySetMaxSize()
863 bool TParseContext::nonInitConstErrorCheck(int line, TString& identifier, TPublicType& type) in nonInitConstErrorCheck()
883 bool TParseContext::nonInitErrorCheck(int line, TString& identifier, TPublicType& type) in nonInitErrorCheck()
902 bool TParseContext::paramErrorCheck(int line, TQualifier qualifier, TQualifier paramQualifier, TTyp… in paramErrorCheck()
921 bool TParseContext::extensionErrorCheck(int line, const TString& extension) in extensionErrorCheck()
952 const TFunction* TParseContext::findFunction(int line, TFunction* call, bool *builtIn) in findFunction()
978 bool TParseContext::executeInitializer(TSourceLoc line, TString& identifier, TPublicType& pType, in executeInitializer()
1084 …Constructor(TIntermNode* node, const TType* type, TOperator op, TFunction* fnCall, TSourceLoc line) in addConstructor()
1192 …:constructBuiltIn(const TType* type, TOperator op, TIntermNode* node, TSourceLoc line, bool subset) in constructBuiltIn()
1254 …text::constructStruct(TIntermNode* node, TType* type, int paramCount, TSourceLoc line, bool subset) in constructStruct()
1277 …yped* TParseContext::addConstVectorNode(TVectorFields& fields, TIntermTyped* node, TSourceLoc line) in addConstVectorNode()
1321 TIntermTyped* TParseContext::addConstMatrixNode(int index, TIntermTyped* node, TSourceLoc line) in addConstMatrixNode()
1353 TIntermTyped* TParseContext::addConstArrayNode(int index, TIntermTyped* node, TSourceLoc line) in addConstArrayNode()
1387 …ntermTyped* TParseContext::addConstStruct(TString& identifier, TIntermTyped* node, TSourceLoc line) in addConstStruct()