/third_party/typescript/src/services/ |
D | jsDoc.ts | 273 const { commentOwner, parameters, hasReturn } = commentOwnerInfo; constant 282 (hasReturn ? returnsDocComment(indentationStr, newLine) : ""); 326 readonly hasReturn?: boolean; property 340 … return { commentOwner, parameters: host.parameters, hasReturn: hasReturn(host, options) }; 361 … ? { commentOwner, parameters: host.parameters, hasReturn: hasReturn(host, options) } 382 … ? { commentOwner, parameters: be.right.parameters, hasReturn: hasReturn(be.right, options) } 388 … return { commentOwner, parameters: init.parameters, hasReturn: hasReturn(init, options) }; 393 function hasReturn(node: Node, options: DocCommentTemplateOptions | undefined) { function
|
/third_party/mesa3d/src/egl/generate/ |
D | gen_egl_dispatch.py | 86 if func.hasReturn(): 194 if func.hasReturn(): 225 if func.hasReturn(): 230 if func.hasReturn():
|
/third_party/mesa3d/src/mapi/new/ |
D | gen_gldispatch_mapi.py | 110 if (func.hasReturn()): 148 retStr = ("return " if func.hasReturn() else "")
|
D | genCommon.py | 136 def hasReturn(self): member in FunctionDesc
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 166 bool hasReturn = cyclesUntilReturn(MBB, Cycles); in findReturns() local 170 if (hasReturn) { in findReturns()
|
/third_party/typescript/src/services/refactors/ |
D | extractSymbol.ts | 1353 …y UsageEntry[] | undefined, substitutions: ReadonlyESMap<string, Node>, hasReturn: boolean): { bod… 1365 if (hasWritesOrVariableDeclarations && !hasReturn && isStatement(body)) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 345 static bool hasReturn(const MachineBasicBlock &MBB) { in hasReturn() function 1289 bool HasTC = hasTailCall(MBB) || !hasReturn(MBB); in insertCSRRestoresInBlock()
|
/third_party/typescript/lib/ |
D | typescriptServices.js | 127450 …nfo.commentOwner, parameters = commentOwnerInfo.parameters, hasReturn = commentOwnerInfo.hasReturn; 127457 (hasReturn ? returnsDocComment(indentationStr, newLine) : ""); 127508 …return { commentOwner: commentOwner, parameters: host.parameters, hasReturn: hasReturn(host, optio… 127526 …? { commentOwner: commentOwner, parameters: host_1.parameters, hasReturn: hasReturn(host_1, option… 127544 …? { commentOwner: commentOwner, parameters: be.right.parameters, hasReturn: hasReturn(be.right, op… 127550 …return { commentOwner: commentOwner, parameters: init.parameters, hasReturn: hasReturn(init, optio… 127554 function hasReturn(node, options) { function 146312 …nction transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn) { argument 146324 if (hasWritesOrVariableDeclarations && !hasReturn && ts.isStatement(body)) {
|
D | tsserverlibrary.js | 127450 …nfo.commentOwner, parameters = commentOwnerInfo.parameters, hasReturn = commentOwnerInfo.hasReturn; 127457 (hasReturn ? returnsDocComment(indentationStr, newLine) : ""); 127508 …return { commentOwner: commentOwner, parameters: host.parameters, hasReturn: hasReturn(host, optio… 127526 …? { commentOwner: commentOwner, parameters: host_1.parameters, hasReturn: hasReturn(host_1, option… 127544 …? { commentOwner: commentOwner, parameters: be.right.parameters, hasReturn: hasReturn(be.right, op… 127550 …return { commentOwner: commentOwner, parameters: init.parameters, hasReturn: hasReturn(init, optio… 127554 function hasReturn(node, options) { function 146312 …nction transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn) { argument 146324 if (hasWritesOrVariableDeclarations && !hasReturn && ts.isStatement(body)) {
|
D | tsserver.js | 126881 …nfo.commentOwner, parameters = commentOwnerInfo.parameters, hasReturn = commentOwnerInfo.hasReturn; 126888 (hasReturn ? returnsDocComment(indentationStr, newLine) : ""); 126939 …return { commentOwner: commentOwner, parameters: host.parameters, hasReturn: hasReturn(host, optio… 126957 …? { commentOwner: commentOwner, parameters: host_1.parameters, hasReturn: hasReturn(host_1, option… 126975 …? { commentOwner: commentOwner, parameters: be.right.parameters, hasReturn: hasReturn(be.right, op… 126981 …return { commentOwner: commentOwner, parameters: init.parameters, hasReturn: hasReturn(init, optio… 126985 function hasReturn(node, options) { function 145743 …nction transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn) { argument 145755 if (hasWritesOrVariableDeclarations && !hasReturn && ts.isStatement(body)) {
|
D | typescript.js | 127450 …nfo.commentOwner, parameters = commentOwnerInfo.parameters, hasReturn = commentOwnerInfo.hasReturn; 127457 (hasReturn ? returnsDocComment(indentationStr, newLine) : ""); 127508 …return { commentOwner: commentOwner, parameters: host.parameters, hasReturn: hasReturn(host, optio… 127526 …? { commentOwner: commentOwner, parameters: host_1.parameters, hasReturn: hasReturn(host_1, option… 127544 …? { commentOwner: commentOwner, parameters: be.right.parameters, hasReturn: hasReturn(be.right, op… 127550 …return { commentOwner: commentOwner, parameters: init.parameters, hasReturn: hasReturn(init, optio… 127554 function hasReturn(node, options) { function 146312 …nction transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn) { argument 146324 if (hasWritesOrVariableDeclarations && !hasReturn && ts.isStatement(body)) {
|