Searched defs:functionType (Results 1 – 9 of 9) sorted by relevance
9 functionType = 'functionType', enumerator
122 const functionType = checker.getTypeAtLocation(node); constant
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
1237 const functionType = checker.getTypeAtLocation(node); constant
397 const functionType = <JSDocFunctionType>node.parent; constant
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()