Lines Matching refs:TIntermNode
153 bool HlslGrammar::acceptDeclarationList(TIntermNode*& nodeList) in acceptDeclarationList()
329 bool HlslGrammar::acceptDeclaration(TIntermNode*& nodeList) in acceptDeclaration()
537 bool HlslGrammar::acceptControlDeclaration(TIntermNode*& node) in acceptControlDeclaration()
587 TIntermNode* nodeList = nullptr; in acceptFullySpecifiedType()
590 bool HlslGrammar::acceptFullySpecifiedType(TType& type, TIntermNode*& nodeList, const TAttributes& … in acceptFullySpecifiedType()
1092 TIntermNode* node = nullptr; in acceptAnnotations()
1410 TIntermNode* nodeList = nullptr; in acceptType()
1413 bool HlslGrammar::acceptType(TType& type, TIntermNode*& nodeList) in acceptType()
2077 bool HlslGrammar::acceptStruct(TType& type, TIntermNode*& nodeList) in acceptStruct()
2379 bool HlslGrammar::acceptStructDeclarationList(TTypeList*& typeList, TIntermNode*& nodeList, in acceptStructDeclarationList()
2483 bool HlslGrammar::acceptMemberFunctionDefinition(TIntermNode*& nodeList, const TType& type, TString… in acceptMemberFunctionDefinition()
2657 bool HlslGrammar::acceptFunctionDefinition(TFunctionDeclarator& declarator, TIntermNode*& nodeList, in acceptFunctionDefinition()
2668 bool HlslGrammar::acceptFunctionBody(TFunctionDeclarator& declarator, TIntermNode*& nodeList) in acceptFunctionBody()
2671 TIntermNode* entryPointNode = nullptr; in acceptFunctionBody()
2674 …TIntermNode* functionNode = parseContext.handleFunctionDefinition(declarator.loc, *declarator.func… in acceptFunctionBody()
2678 TIntermNode* functionBody = nullptr; in acceptFunctionBody()
2710 TIntermNode* declNode = nullptr; in acceptParenExpression()
3357 bool HlslGrammar::acceptSimpleStatement(TIntermNode*& statement) in acceptSimpleStatement()
3386 bool HlslGrammar::acceptCompoundStatement(TIntermNode*& retStatement) in acceptCompoundStatement()
3395 TIntermNode* statement = nullptr; in acceptCompoundStatement()
3417 bool HlslGrammar::acceptScopedStatement(TIntermNode*& statement) in acceptScopedStatement()
3426 bool HlslGrammar::acceptScopedCompoundStatement(TIntermNode*& statement) in acceptScopedCompoundStatement()
3448 bool HlslGrammar::acceptStatement(TIntermNode*& statement) in acceptStatement()
3613 bool HlslGrammar::acceptSelectionStatement(TIntermNode*& statement, const TAttributes& attributes) in acceptSelectionStatement()
3666 bool HlslGrammar::acceptSwitchStatement(TIntermNode*& statement, const TAttributes& attributes) in acceptSwitchStatement()
3705 bool HlslGrammar::acceptIterationStatement(TIntermNode*& statement, const TAttributes& attributes) in acceptIterationStatement()
3790 TIntermNode* initNode = nullptr; in acceptIterationStatement()
3843 bool HlslGrammar::acceptJumpStatement(TIntermNode*& statement) in acceptJumpStatement()
3904 bool HlslGrammar::acceptCaseLabel(TIntermNode*& statement) in acceptCaseLabel()
3929 bool HlslGrammar::acceptDefaultLabel(TIntermNode*& statement) in acceptDefaultLabel()