Home
last modified time | relevance | path

Searched refs:newBody (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp168 TIntermBlock *newBody = new TIntermBlock(); in traverseLoop() local
171 newBody->getSequence()->push_back(node->getBody()); in traverseLoop()
173 newBody->getSequence()->push_back( in traverseLoop()
179 node->setBody(newBody); in traverseLoop()
198 TIntermBlock *newBody = new TIntermBlock(); in traverseLoop() local
201 newBody->getSequence()->push_back(node->getBody()); in traverseLoop()
203 newBody->getSequence()->push_back( in traverseLoop()
209 node->setBody(newBody); in traverseLoop()
/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dcache.js172 const newBody = through({highWaterMark: MAX_MEM_SIZE})
173 response.body = newBody
174 oldBody.once('error', err => newBody.emit('error', err))
175 newBody.once('error', err => oldBody.emit('error', err))
176 cacheStream.once('error', err => newBody.emit('error', err))
179 newBody.write(chunk, enc, cb)
183 newBody.end(() => {
187 }), err => err && newBody.emit('error', err))
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp241 TIntermBlock *newBody = new TIntermBlock(); in traverseLoop() local
244 newBody->getSequence()->push_back(node->getBody()); in traverseLoop()
246 newBody->getSequence()->push_back( in traverseLoop()
252 node->setBody(newBody); in traverseLoop()
303 TIntermBlock *newBody = new TIntermBlock(); in traverseLoop() local
306 newBody->getSequence()->push_back(node->getBody()); in traverseLoop()
308 newBody->getSequence()->push_back( in traverseLoop()
314 node->setBody(newBody); in traverseLoop()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DRewritePipelines.cpp747 auto *newBody = new TIntermBlock(); in visitMain() local
748 newBody->appendStatement(new TIntermDeclaration{mPipelineMainLocalVar.internal}); in visitMain()
761 newBody->appendStatement(assignNode); in visitMain()
790 newBody->appendStatement(mkAssign(textureField, textureParam)); in visitMain()
791 newBody->appendStatement(mkAssign(samplerField, samplerParam)); in visitMain()
814 newBody->appendStatement(new TIntermBinary( in visitMain()
822 newBody->appendStatement(new TIntermDeclaration{mPipelineMainLocalVar.external}); in visitMain()
823 callModifiedToOriginal(*newBody); in visitMain()
826 newBody->appendStatement(body); in visitMain()
830 callOriginalToModified(*newBody); in visitMain()
[all …]
/third_party/typescript/scripts/
Dperf-result-post.js35 const newBody = `${comment.data.body} constant
42 body: newBody
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.cpp749 auto *const newBody = traverseAnyAs<TIntermBlock>(*body); in traverseFunctionDefinitionChildren() local
750 GUARD(newBody); in traverseFunctionDefinitionChildren()
752 if (newProto != proto || newBody != body) in traverseFunctionDefinitionChildren()
754 return new TIntermFunctionDefinition(newProto, newBody); in traverseFunctionDefinitionChildren()
803 auto *const newBody = traverseAnyAs<TIntermBlock>(*body); in traverseLoopChildren() local
804 GUARD(newBody); in traverseLoopChildren()
821 if (newInit != init || newCond != cond || newExpr != expr || newBody != body) in traverseLoopChildren()
826 GUARD(newBody); in traverseLoopChildren()
830 GUARD(newCond && newBody); in traverseLoopChildren()
837 return new TIntermLoop(loopType, newInit, newCond, newExpr, newBody); in traverseLoopChildren()
/third_party/typescript/src/services/codefixes/
DreturnValueCorrect.ts219 …const newBody = (withParen || needsParentheses(expression)) ? factory.createParenthesizedExpressio… constant
221 copyComments(commentSource, newBody);
223 changes.replaceNode(sourceFile, declaration.body, newBody);
/third_party/typescript/lib/
Dtsserverlibrary.js140308 …var newBody = (withParen || ts.needsParentheses(expression)) ? ts.factory.createParenthesizedExpre…
140310 ts.copyComments(commentSource, newBody);
140311 changes.replaceNode(sourceFile, declaration.body, newBody);
Dtypescript.js140308 …var newBody = (withParen || ts.needsParentheses(expression)) ? ts.factory.createParenthesizedExpre…
140310 ts.copyComments(commentSource, newBody);
140311 changes.replaceNode(sourceFile, declaration.body, newBody);
Dtsserver.js139739 …var newBody = (withParen || ts.needsParentheses(expression)) ? ts.factory.createParenthesizedExpre…
139741 ts.copyComments(commentSource, newBody);
139742 changes.replaceNode(sourceFile, declaration.body, newBody);
DtypescriptServices.js140308 …var newBody = (withParen || ts.needsParentheses(expression)) ? ts.factory.createParenthesizedExpre…
140310 ts.copyComments(commentSource, newBody);
140311 changes.replaceNode(sourceFile, declaration.body, newBody);