Home
last modified time | relevance | path

Searched defs:newFunc (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp107 TFunction &newFunc = in CloneFunction() local
127 TFunction &newFunc = in CloneFunctionAndPrependParam() local
148 TFunction &newFunc = in CloneFunctionAndAppendParams() local
172 TFunction &newFunc = *new TFunction(&symbolTable, newName.rawName(), newName.symbolType(), in CloneFunctionAndChangeReturnType() local
DRewritePipelines.cpp388 const TFunction *newFunc; in getUpdatedFunction() local
538 const TFunction &newFunc = getUpdatedFunction(func); in createUpdatedFunctionPrototype() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp859 NodeAddr<FuncNode*> DataFlowGraph::newFunc(MachineFunction *MF) { in newFunc() function in DataFlowGraph