Searched defs:hasReturn (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/services/ |
D | jsDoc.ts | 273 const { commentOwner, parameters, hasReturn } = commentOwnerInfo; constant 326 readonly hasReturn?: boolean; property 393 function hasReturn(node: Node, options: DocCommentTemplateOptions | undefined) { function
|
/third_party/mesa3d/src/mapi/new/ |
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
|
/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
|
/third_party/typescript/lib/ |
D | typescriptServices.js | 127554 function hasReturn(node, options) { function 146312 …nction transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn) { argument
|
D | typescript.js | 127554 function hasReturn(node, options) { function 146312 …nction transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn) { argument
|
D | tsserverlibrary.js | 127554 function hasReturn(node, options) { function 146312 …nction transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn) { argument
|
D | tsserver.js | 126985 function hasReturn(node, options) { function 145743 …nction transformFunctionBody(body, exposedVariableDeclarations, writes, substitutions, hasReturn) { argument
|