Home
last modified time | relevance | path

Searched defs:newNode (Results 1 – 25 of 32) sorted by relevance

12

/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts225 const newNode = createTestVariableDeclaration("z1"); constant
236 const newNode = createTestVariableDeclaration("z1"); constant
646 for (const newNode of newNodes) { constant
702 const newNode = factory.createPropertyDeclaration( constant
719 const newNode = factory.createPropertyDeclaration( constant
735 const newNode = factory.createPropertyDeclaration( constant
751 const newNode = factory.createPropertyDeclaration( constant
765 …const newNode = factory.createExpressionStatement(factory.createParenthesizedExpression(factory.cr… constant
/third_party/typescript/src/services/refactors/
DconvertArrowFunctionOrFunctionExpression.ts206 …const newNode = factory.createFunctionExpression(func.modifiers, func.asteriskToken, /* name */ un… constant
219 …const newNode = factory.createFunctionDeclaration(length(modifiers) ? modifiers : undefined, func.… constant
247 …const newNode = factory.createArrowFunction(func.modifiers, func.typeParameters, func.parameters, … constant
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DScalarizeVecAndMatConstructorArgs.cpp140 TIntermBinary *newNode = in scalarizeArgs() local
161 TIntermBinary *newNode = in scalarizeArgs() local
/third_party/typescript/src/services/codefixes/
DfixExpectedComma.ts43 const newNode = factory.createToken(SyntaxKind.CommaToken); constant
DaddMissingAwait.ts247 …const newNode = checker.getPromisedTypeOfPromise(type) ? factory.createAwaitExpression(side) : sid… constant
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp356 TIntermConstantUnion *newNode = new TIntermConstantUnion(newConstArray, returnType); in fold() local
942 TIntermConstantUnion *newNode = new TIntermConstantUnion(newConstArray, returnType); in fold() local
1284 TIntermConstantUnion *newNode = new TIntermConstantUnion(newConstArray, aggrNode->getType()); in fold() local
DParseHelper.cpp8251 TIntermTyped *newNode; in addConstructor() local
8327 TIntermTyped* newNode; in constructBuiltIn() local
8360 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvPtrToUvec2, tru… in constructBuiltIn() local
8370 TIntermTyped* newNode = in constructBuiltIn() local
8391 TIntermTyped* newNode = in constructBuiltIn() local
8544 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvPtrToUint64, tr… in constructBuiltIn() local
8566 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvUint64ToPtr, tr… in constructBuiltIn() local
8573 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvUvec2ToPtr, tru… in constructBuiltIn() local
DIntermediate.cpp833 TIntermUnary* newNode = nullptr; in createConversion() local
1178 TIntermTyped* newNode = createConversion(type.getBasicType(), node); in addConversion() local
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c226 STATIC VOID ListAdd(struct list_head *newNode, struct list_head *prev, struct list_head *next) in ListAdd()
235 STATIC VOID WorkListAdd(struct list_head *newNode, struct list_head *head, UINT32 workPri) in WorkListAdd()
250 STATIC VOID WorkListAddTail(struct list_head *newNode, struct list_head *head) in WorkListAddTail()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dcontainer.js71 _proto.insertAfter = function insertAfter(oldNode, newNode) { argument
85 _proto.insertBefore = function insertBefore(oldNode, newNode) { argument
/third_party/skia/infra/bots/gen_tasks_logic/
Dcompile_cas.go107 func newNode(name string) *node { func
/third_party/node/deps/icu-small/source/common/
Dstringtriebuilder.cpp319 StringTrieBuilder::registerNode(Node *newNode, UErrorCode &errorCode) { in registerNode()
357 Node *newNode=new FinalValueNode(value); in registerFinalValue() local
/third_party/skia/third_party/externals/icu/source/common/
Dstringtriebuilder.cpp319 StringTrieBuilder::registerNode(Node *newNode, UErrorCode &errorCode) { in registerNode()
357 Node *newNode=new FinalValueNode(value); in registerFinalValue() local
/third_party/icu/icu4c/source/common/
Dstringtriebuilder.cpp319 StringTrieBuilder::registerNode(Node *newNode, UErrorCode &errorCode) { in registerNode()
357 Node *newNode=new FinalValueNode(value); in registerFinalValue() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundExpressions.cpp346 auto &newNode = *new TIntermDeclaration(); in visitDeclarationPost() local
439 TIntermBinary *newNode; in visitBinaryPost() local
DRewriteUnaddressableReferences.cpp330 auto *newNode = asNode<TIntermTyped>(rebuild(node).single()); in visitBinaryPre() local
/third_party/icu/icu4c/source/tools/ctestfw/
Dctest.c176 TestNode *newNode; in createTestNode() local
210 TestNode *newNode; in addTest() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java141 private final Node registerNode(Node newNode) { in registerNode()
172 ValueNode newNode=new ValueNode(value); in registerFinalValue() local
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dctest.c174 TestNode *newNode; in createTestNode() local
208 TestNode *newNode; in addTest() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DStringTrieBuilder.java140 private final Node registerNode(Node newNode) { in registerNode()
171 ValueNode newNode=new ValueNode(value); in registerFinalValue() local
/third_party/ffmpeg/libavcodec/
Dcrystalhd.c194 OpaqueList *newNode = av_mallocz(sizeof (OpaqueList)); in opaque_list_push() local
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
Dparser.js951 _proto.newNode = function newNode(node, namespace) { function
/third_party/jsframework/runtime/main/model/
Dcompiler.ts946 const newNode = <FragBlockInterface>node; constant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
DLocaleDistanceBuilder.java252 final DistanceTable newNode = new DistanceTable(distance); in addSubtable() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1780 TIntermConstantUnion *newNode = 0; in fold() local

12