/third_party/typescript/src/testRunner/unittests/ |
D | factory.ts | 24 …typeParameters*/ undefined, /*parameters*/ undefined, /*type*/ undefined, factory.createBlock([])); 66 factory.createBlock([]),
|
D | transform.ts | 321 …/**/ undefined, "baz", /**/ undefined, /**/ undefined, [], /**/ undefined, factory.createBlock([])) 361 …Modifier(SyntaxKind.PrivateKeyword)], /*dotDotDotToken*/ undefined, "x")], factory.createBlock([]))
|
/third_party/skia/tools/trace/ |
D | ChromeTracingTracer.cpp | 54 this->createBlock(); in ChromeTracingTracer() 59 void ChromeTracingTracer::createBlock() { in createBlock() function in ChromeTracingTracer 71 this->createBlock(); in appendEvent()
|
D | ChromeTracingTracer.h | 65 void createBlock();
|
/third_party/flutter/skia/tools/trace/ |
D | ChromeTracingTracer.cpp | 54 this->createBlock(); in ChromeTracingTracer() 59 void ChromeTracingTracer::createBlock() { in createBlock() function in ChromeTracingTracer 71 this->createBlock(); in appendEvent()
|
D | ChromeTracingTracer.h | 65 void createBlock();
|
/third_party/typescript/src/compiler/transformers/ |
D | es2018.ts | 634 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([]);
|
D | es2015.ts | 849 …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/ |
D | compiler.ts | 48 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);
|
D | domHelper.ts | 62 export function createBlock(vm: Vm, element: Element | FragBlockInterface): FragBlockInterface { function
|
/third_party/typescript/src/compiler/transformers/module/ |
D | module.ts | 230 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)])
|
D | system.ts | 282 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/ |
D | GrBufferAllocPool.cpp | 227 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
|
D | GrBufferAllocPool.h | 151 bool createBlock(size_t requestSize);
|
/third_party/flutter/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 219 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
|
D | GrBufferAllocPool.h | 150 bool createBlock(size_t requestSize);
|
/third_party/typescript/src/services/codefixes/ |
D | convertToAsyncFunction.ts | 281 …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…
|
D | fixUnreachableCode.ts | 38 … changes.replaceNode(sourceFile, statement, factory.createBlock(emptyArray));
|
D | generateAccessors.ts | 157 factory.createBlock([ 178 factory.createBlock([
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugLinesSubsection.h | 123 void createBlock(StringRef FileName);
|
/third_party/typescript/src/services/refactors/ |
D | addOrRemoveBracesToArrowFunction.ts | 68 body = factory.createBlock([returnStatement], /* multiLine */ true);
|
/third_party/typescript/src/compiler/factory/ |
D | nodeConverters.ts | 19 const body = factory.createBlock([returnStatement], multiLine);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 672 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/ |
D | DebugLinesSubsection.cpp | 75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
|
/third_party/typescript/src/linter/ |
D | Autofixer.ts | 191 const newBody = factory.createBlock(fieldInitStmts.concat(ctorDecl.body.statements), true);
|