Searched refs:hasReturn (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/services/ |
D | jsDoc.ts | 359 const { commentOwner, parameters, hasReturn } = commentOwnerInfo; constant 373 (hasReturn ? returnsDocComment(indentationStr, newLine) : ""); 421 readonly hasReturn?: boolean; property 435 … return { commentOwner, parameters: host.parameters, hasReturn: hasReturn(host, options) }; 451 … ? { commentOwner, parameters: host.type.parameters, hasReturn: hasReturn(host.type, options) } 462 … ? { commentOwner, parameters: host.parameters, hasReturn: hasReturn(host, options) } 483 … ? { commentOwner, parameters: be.right.parameters, hasReturn: hasReturn(be.right, options) } 489 … return { commentOwner, parameters: init.parameters, hasReturn: hasReturn(init, options) }; 494 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 | 1409 …y UsageEntry[] | undefined, substitutions: ReadonlyESMap<string, Node>, hasReturn: boolean): { bod… 1421 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()
|