Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DjsDoc.ts273 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/
Dgen_egl_dispatch.py86 if func.hasReturn():
194 if func.hasReturn():
225 if func.hasReturn():
230 if func.hasReturn():
/third_party/mesa3d/src/mapi/new/
Dgen_gldispatch_mapi.py110 if (func.hasReturn()):
148 retStr = ("return " if func.hasReturn() else "")
DgenCommon.py136 def hasReturn(self): member in FunctionDesc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp166 bool hasReturn = cyclesUntilReturn(MBB, Cycles); in findReturns() local
170 if (hasReturn) { in findReturns()
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1353 …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/
DHexagonFrameLowering.cpp345 static bool hasReturn(const MachineBasicBlock &MBB) { in hasReturn() function
1289 bool HasTC = hasTailCall(MBB) || !hasReturn(MBB); in insertCSRRestoresInBlock()
/third_party/typescript/lib/
DtypescriptServices.js127450 …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)) {
Dtsserverlibrary.js127450 …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)) {
Dtsserver.js126881 …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)) {
Dtypescript.js127450 …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)) {