Searched defs:functionType (Results 1 – 13 of 13) sorted by relevance
9 functionType = 'functionType', enumerator
122 const functionType = checker.getTypeAtLocation(node); constant
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
1495 auto functionType = module_.FindDef(inst->words[functionTypeIndex]); in isValid() local1530 auto functionType = module_.FindDef(inst->words[4]); in isValid() local1572 auto functionType = module_.FindDef(function->words()[4]); in isValid() local
462 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, Module& parent) in Function()
1237 const functionType = checker.getTypeAtLocation(node); constant
397 const functionType = <JSDocFunctionType>node.parent; constant
1643 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()