Lines Matching defs:line
133 …rmSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, TSourceLoc line) in addSymbol()
146 …addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, TSourceLoc line, TSymbolTable… in addBinaryMath()
232 …d* TIntermediate::addAssign(TOperator op, TIntermTyped* left, TIntermTyped* right, TSourceLoc line) in addAssign()
262 …ed* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, TSourceLoc line) in addIndex()
281 TIntermTyped* TIntermediate::addUnaryMath(TOperator op, TIntermNode* childNode, TSourceLoc line, TS… in addUnaryMath()
378 …ermAggregate* TIntermediate::setAggregateOperator(TIntermNode* node, TOperator op, TSourceLoc line) in setAggregateOperator()
536 …termAggregate* TIntermediate::growAggregate(TIntermNode* left, TIntermNode* right, TSourceLoc line) in growAggregate()
564 TIntermAggregate* TIntermediate::makeAggregate(TIntermNode* node, TSourceLoc line) in makeAggregate()
587 …ermNode* TIntermediate::addSelection(TIntermTyped* cond, TIntermNodePair nodePair, TSourceLoc line) in addSelection()
608 TIntermTyped* TIntermediate::addComma(TIntermTyped* left, TIntermTyped* right, TSourceLoc line) in addComma()
628 …ddSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, TSourceLoc line) in addSelection()
670 … TIntermediate::addConstantUnion(ConstantUnion* unionArrayPointer, const TType& t, TSourceLoc line) in addConstantUnion()
678 TIntermTyped* TIntermediate::addSwizzle(TVectorFields& fields, TSourceLoc line) in addSwizzle()
701 …ype, TIntermNode* init, TIntermTyped* cond, TIntermTyped* expr, TIntermNode* body, TSourceLoc line) in addLoop()
712 TIntermBranch* TIntermediate::addBranch(TOperator branchOp, TSourceLoc line) in addBranch()
717 …termBranch* TIntermediate::addBranch(TOperator branchOp, TIntermTyped* expression, TSourceLoc line) in addBranch()