Home
last modified time | relevance | path

Searched defs:funcType (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrowFunctionExpression.cpp58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check() local
DfunctionExpression.cpp58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check() local
DobjectExpression.cpp613 checker::Type *funcType = prop->Value()->Check(checker); in GetTypeForProperty() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp604 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType() local
612 Type *funcType = allocator_->New<FunctionType>(descWithOverload); in InferFunctionDeclarationType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp540 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitRuntimeCall() local
580 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitRuntimeCallWithArgv() local
785 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, calleeDescriptor); in VisitCall() local
824 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitBytecodeCall() local
1916 LLVMTypeRef funcType = GetExperimentalDeoptTy(); in VisitDeopt() local
1994 auto funcType = GetFuncType(stubDescriptor); in AddAndGetFunc() local
2069 …auto funcType = LLVMFunctionType(returnType, paramTys.data(), paramCount, false); // not variable … in AddFunc() local
Dts_inline_lowering.cpp67 auto funcType = acc_.GetGateType(acc_.GetValueIn(gate, funcIndex)); in TryInline() local
Dts_type_lowering.cpp1052 GateType funcType = acc_.GetGateType(func); in GetBuiltinId() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp712 auto funcType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, funcIndex)); in InferCallFunction() local
832 auto funcType = gateAccessor_.GetGateType(func); in GetSuperProp() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1712 ir::Expression *funcType = nullptr; in ParseTsFunctionType() local