Searched refs:functionPrototype (Results 1 – 3 of 3) sorted by relevance
326 TIntermFunctionDefinition *addFunctionDefinition(TIntermFunctionPrototype *functionPrototype,
4489 TIntermFunctionPrototype *functionPrototype, in addFunctionDefinition() argument4504 "function does not return a value:", functionPrototype->getFunction()->name()); in addFunctionDefinition()4513 new TIntermFunctionDefinition(functionPrototype, functionBody); in addFunctionDefinition()
798 std::string functionPrototype; in ProgramHeader() local