• Home
  • Raw
  • Download

Lines Matching refs:TFunction

82     void handleFunctionDeclarator(const TSourceLoc&, TFunction& function, bool prototype);
83 …TIntermAggregate* handleFunctionDefinition(const TSourceLoc&, TFunction&, const TAttributes&, TInt…
84 TIntermNode* transformEntryPoint(const TSourceLoc&, TFunction&, const TAttributes&);
87 …void handleFunctionBody(const TSourceLoc&, TFunction&, TIntermNode* functionBody, TIntermNode*& no…
88 …void remapEntryPointIO(TFunction& function, TVariable*& returnValue, TVector<TVariable*>& inputs, …
89 void remapNonEntryPointIO(TFunction& function);
91 void handleFunctionArgument(TFunction*, TIntermTyped*& arguments, TIntermTyped* newArg);
94 TIntermTyped* handleFunctionCall(const TSourceLoc&, TFunction*, TIntermTyped*);
102 void addInputArgumentConversions(const TFunction&, TIntermTyped*&);
103 void expandArguments(const TSourceLoc&, const TFunction&, TIntermTyped*&);
104 TIntermTyped* addOutputArgumentConversions(const TFunction&, TIntermOperator&);
105 void builtInOpCheck(const TSourceLoc&, const TFunction&, TIntermOperator&);
106 TFunction* makeConstructorCall(const TSourceLoc&, const TType&);
124 bool constructorError(const TSourceLoc&, TIntermNode*, TFunction&, TOperator, TType&);
143 …const TFunction* findFunction(const TSourceLoc& loc, TFunction& call, bool& builtIn, int& thisDept…
144 void addGenMulArgumentConversion(const TSourceLoc& loc, TFunction& call, TIntermTyped*& args);
323 const TFunction* findPatchConstantFunction(const TSourceLoc& loc);
430 TFunction* entryPointFunction;