Searched defs:functionType (Results 1 – 11 of 11) sorted by relevance
420 const deUint32 functionType = testsArr[ndx].second; in mixupAddressProcCheck() local437 const deUint32 functionType = testsArr[ndx].second; in specialCasesCheck() local456 const deUint32 functionType = testsArr[ndx].second; in regularCheck() local
462 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, Module& parent) in Function()
1294 const functionType = checker.getTypeAtLocation(node); constant
394 const functionType = node.parent as JSDocFunctionType; constant
12944 const functionType = resolved === anyFunctionType ? globalFunctionType : constant43912 …const functionType = getSignaturesOfType(type, SignatureKind.Call).length ? globalCallableFunction… constant
1661 def writeExtensionFunctions (functionType): argument
1642 def writeExtensionFunctions (functionType): argument
3030 spirv::IdRef functionType; in transformInstruction() local3944 spirv::IdRef functionType; in transformInstruction() local
515 llvm::FunctionType *functionType = llvm::FunctionType::get(retTy, params, false); in createFunction() local
509 IdRef functionType) in WriteFunction()
570 IdRef *functionType) in ParseFunction()