Home
last modified time | relevance | path

Searched refs:createBlock (Results 1 – 25 of 54) sorted by relevance

123

/third_party/typescript/src/testRunner/unittests/
Dfactory.ts24 …typeParameters*/ undefined, /*parameters*/ undefined, /*type*/ undefined, factory.createBlock([]));
66 factory.createBlock([]),
Dtransform.ts321 …/**/ undefined, "baz", /**/ undefined, /**/ undefined, [], /**/ undefined, factory.createBlock([]))
361 …Modifier(SyntaxKind.PrivateKeyword)], /*dotDotDotToken*/ undefined, "x")], factory.createBlock([]))
/third_party/skia/tools/trace/
DChromeTracingTracer.cpp54 this->createBlock(); in ChromeTracingTracer()
59 void ChromeTracingTracer::createBlock() { in createBlock() function in ChromeTracingTracer
71 this->createBlock(); in appendEvent()
DChromeTracingTracer.h65 void createBlock();
/third_party/flutter/skia/tools/trace/
DChromeTracingTracer.cpp54 this->createBlock(); in ChromeTracingTracer()
59 void ChromeTracingTracer::createBlock() { in createBlock() function in ChromeTracingTracer
71 this->createBlock(); in appendEvent()
DChromeTracingTracer.h65 void createBlock();
/third_party/typescript/src/compiler/transformers/
Des2018.ts634 factory.createBlock(
663 factory.createBlock(
726 factory.createBlock([
735 factory.createBlock([
748 factory.createBlock([
750 /*tryBlock*/ factory.createBlock([
770 factory.createBlock([
1005 const body = visitNode(node.body, visitor, isConciseBody) ?? factory.createBlock([]);
Des2015.ts849 …const block = factory.createBlock(setTextRange(factory.createNodeArray(statements), /*location*/ n…
941 const block = factory.createBlock(statementsArray, /*multiLine*/ true);
1092 const block = factory.createBlock(
1312 factory.createBlock([
1416 factory.createBlock([
1954 …const block = factory.createBlock(setTextRange(factory.createNodeArray(statements), statementsLoca…
2428 factory.createBlock(
2551 factory.createBlock([
2560 factory.createBlock([
2573 factory.createBlock([
[all …]
/third_party/jsframework/runtime/main/model/
Dcompiler.ts48 createBlock,
401 const slotDest = createBlock(vm, dest);
456 const fragBlock: FragBlockInterface = createBlock(vm, dest);
477 const fragBlock = createBlock(vm, dest);
503 const block = createBlock(vm, dest);
DdomHelper.ts62 export function createBlock(vm: Vm, element: Element | FragBlockInterface): FragBlockInterface { function
/third_party/typescript/src/compiler/transformers/module/
Dmodule.ts230 factory.createBlock(
237 factory.createBlock([
277 factory.createBlock([
453 const body = factory.createBlock(statements, /*multiLine*/ true);
678 const body = factory.createBlock([
753 factory.createBlock([factory.createReturnStatement(requireCall)]));
1624 factory.createBlock([factory.createReturnStatement(value)])
Dsystem.ts282 factory.createBlock(executeStatements, /*multiLine*/ true)
288 return factory.createBlock(statements, /*multiLine*/ true);
397 factory.createBlock([
414 factory.createBlock([
552 factory.createBlock(statements, /*multiLine*/ true)
/third_party/skia/src/gpu/
DGrBufferAllocPool.cpp227 if (!this->createBlock(size)) { in makeSpace()
259 if (!this->createBlock(fallbackSize)) { in makeSpaceAtLeast()
313 bool GrBufferAllocPool::createBlock(size_t requestSize) { in createBlock() function in GrBufferAllocPool
DGrBufferAllocPool.h151 bool createBlock(size_t requestSize);
/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.cpp219 if (!this->createBlock(size)) { in makeSpace()
283 if (!this->createBlock(fallbackSize)) { in makeSpaceAtLeast()
327 bool GrBufferAllocPool::createBlock(size_t requestSize) { in createBlock() function in GrBufferAllocPool
DGrBufferAllocPool.h150 bool createBlock(size_t requestSize);
/third_party/typescript/src/services/codefixes/
DconvertToAsyncFunction.ts281 …const tryBlock = factory.createBlock(transformExpression(node.expression, transformer, possibleNam…
285 …const catchClause = factory.createCatchClause(catchVariableDeclaration, factory.createBlock(transf…
316 …const tryBlock = factory.createBlock(transformExpression(node.expression, transformer, onFulfilled…
320 …chClause = factory.createCatchClause(catchVariableDeclaration, factory.createBlock(transformationB…
DfixUnreachableCode.ts38 … changes.replaceNode(sourceFile, statement, factory.createBlock(emptyArray));
DgenerateAccessors.ts157 factory.createBlock([
178 factory.createBlock([
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h123 void createBlock(StringRef FileName);
/third_party/typescript/src/services/refactors/
DaddOrRemoveBracesToArrowFunction.ts68 body = factory.createBlock([returnStatement], /* multiLine */ true);
/third_party/typescript/src/compiler/factory/
DnodeConverters.ts19 const body = factory.createBlock([returnStatement], multiLine);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h672 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function
806 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); in createContentBlock()
812 return createBlock(Parent, Size, Address, Alignment, AlignmentOffset); in createZeroFillBlock()
876 createBlock(Section, Size, Address, Alignment, 0), Name, Size, S, in addCommonSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
/third_party/typescript/src/linter/
DAutofixer.ts191 const newBody = factory.createBlock(fieldInitStmts.concat(ctorDecl.body.statements), true);

123