Home
last modified time | relevance | path

Searched refs:CloneFunctionAndPrependParam (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/msl/
DAstHelpers.h52 const TFunction &CloneFunctionAndPrependParam(TSymbolTable &symbolTable,
DRewritePipelines.cpp430 newFunc = &CloneFunctionAndPrependParam(mSymbolTable, nullptr, *newFunc, in getUpdatedFunction()
534 newFunc = &CloneFunctionAndPrependParam(mSymbolTable, nullptr, func, *var); in getUpdatedFunction()
DAstHelpers.cpp117 const TFunction &sh::CloneFunctionAndPrependParam(TSymbolTable &symbolTable, in CloneFunctionAndPrependParam() function in sh