Searched defs:funcType (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | functionExpression.cpp | 58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check() local
|
| D | arrowFunctionExpression.cpp | 58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check() local
|
| D | objectExpression.cpp | 613 checker::Type *funcType = prop->Value()->Check(checker); in GetTypeForProperty() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | function.cpp | 604 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType() local 612 Type *funcType = allocator_->New<FunctionType>(descWithOverload); in InferFunctionDeclarationType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_ir_builder.cpp | 540 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 1904 auto funcType = LLVMFunctionType(LLVMInt64Type(), paramTys.data(), paramTys.size(), 0); in GenDeoptEntry() local 1955 LLVMTypeRef funcType = GetExperimentalDeoptTy(); in VisitDeopt() local 2033 auto funcType = GetFuncType(stubDescriptor); in AddAndGetFunc() local 2108 …auto funcType = LLVMFunctionType(returnType, paramTys.data(), paramCount, false); // not variable … in AddFunc() local
|
| D | ts_inline_lowering.cpp | 67 auto funcType = acc_.GetGateType(acc_.GetValueIn(gate, funcIndex)); in TryInline() local
|
| D | ts_type_lowering.cpp | 1052 GateType funcType = acc_.GetGateType(func); in GetBuiltinId() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | type_infer.cpp | 712 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/ |
| D | parserImpl.cpp | 1712 ir::Expression *funcType = nullptr; in ParseTsFunctionType() local
|