Searched defs:funcType (Results 1 – 9 of 9) sorted by relevance
58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check() local
613 checker::Type *funcType = prop->Value()->Check(checker); in GetTypeForProperty() local
604 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType() local612 Type *funcType = allocator_->New<FunctionType>(descWithOverload); in InferFunctionDeclarationType() local
540 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitRuntimeCall() local580 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitRuntimeCallWithArgv() local785 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, calleeDescriptor); in VisitCall() local824 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitBytecodeCall() local1916 LLVMTypeRef funcType = GetExperimentalDeoptTy(); in VisitDeopt() local1994 auto funcType = GetFuncType(stubDescriptor); in AddAndGetFunc() local2069 …auto funcType = LLVMFunctionType(returnType, paramTys.data(), paramCount, false); // not variable … in AddFunc() local
67 auto funcType = acc_.GetGateType(acc_.GetValueIn(gate, funcIndex)); in TryInline() local
1052 GateType funcType = acc_.GetGateType(func); in GetBuiltinId() local
712 auto funcType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, funcIndex)); in InferCallFunction() local832 auto funcType = gateAccessor_.GetGateType(func); in GetSuperProp() local
1712 ir::Expression *funcType = nullptr; in ParseTsFunctionType() local