Non-functional: Rationalize location and use of mapTypeToConstructor().
This commit is contained in:
parent
c552aece83
commit
a26a5170a3
7 changed files with 163 additions and 288 deletions
|
|
@ -189,6 +189,7 @@ public:
|
|||
TIntermTyped* addUnaryMath(TOperator, TIntermTyped* child, TSourceLoc);
|
||||
TIntermTyped* addBuiltInFunctionCall(const TSourceLoc& line, TOperator, bool unary, TIntermNode*, const TType& returnType);
|
||||
bool canImplicitlyPromote(TBasicType from, TBasicType to) const;
|
||||
TOperator mapTypeToConstructorOp(const TType&) const;
|
||||
TIntermAggregate* growAggregate(TIntermNode* left, TIntermNode* right);
|
||||
TIntermAggregate* growAggregate(TIntermNode* left, TIntermNode* right, const TSourceLoc&);
|
||||
TIntermAggregate* makeAggregate(TIntermNode* node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue