Home
last modified time | relevance | path

Searched refs:AddParametersFrom (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/msl/
DAstHelpers.cpp89 void sh::AddParametersFrom(TFunction &dest, const TFunction &src) in AddParametersFrom() function in sh
112 AddParametersFrom(newFunc, oldFunc); in CloneFunction()
133 AddParametersFrom(newFunc, oldFunc); in CloneFunctionAndPrependParam()
156 AddParametersFrom(newFunc, oldFunc); in CloneFunctionAndPrependTwoParams()
176 AddParametersFrom(newFunc, oldFunc); in CloneFunctionAndAppendParams()
199 AddParametersFrom(newFunc, oldFunc); in CloneFunctionAndChangeReturnType()
DAstHelpers.h45 void AddParametersFrom(TFunction &dest, const TFunction &src);