| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserTypes.cpp | 211 auto *funcType = AllocNode<ir::ETSFunctionType>( in ParseFunctionType() local 223 auto *funcType = AllocNode<ir::ETSFunctionType>( in ParseFunctionType() local 230 auto *funcType = AllocNode<ir::ETSFunctionType>( in ParseFunctionType() local
|
| D | ASparser.cpp | 518 auto funcType = AllocNode<ir::TSFunctionType>(std::move(signature)); in ParseFunctionType() local
|
| /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 | 639 checker::Type *funcType = prop->Value()->Check(checker); in GetTypeForProperty() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | arrowFunctionExpression.cpp | 135 …auto *funcType = checker->AllocNode<ir::ETSFunctionType>(std::move(signature), ir::ScriptFunctionF… in CreateTypeAnnotation() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | function.cpp | 611 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType() local 619 Type *funcType = allocator_->New<FunctionType>(descWithOverload); in InferFunctionDeclarationType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | function.cpp | 603 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType() local 611 Type *funcType = Allocator()->New<FunctionType>(descWithOverload); in InferFunctionDeclarationType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 30 const auto *const funcType = variable->TsType()->AsETSFunctionType(); in CheckExtensionIsShadowedInCurrentClassOrInterface() local 291 …auto *funcType = checker->AllocNode<ir::ETSFunctionType>(std::move(signature), ir::ScriptFunctionF… in InitAnonymousLambdaCallee() local
|
| D | TSAnalyzer.cpp | 324 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check() local 567 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check() local 730 checker::Type *funcType = prop->Value()->Check(checker); in GetTypeForProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_mpl_import.cpp | 207 auto *funcType = static_cast<MIRFuncType *>(funcSt->GetType()); in ImportMethodPair() local 223 …auto *funcType = static_cast<MIRFuncType *>(GlobalTables::GetTypeTable().GetTypeFromTyIdx(sym->Get… in UpdateMethodSymbols() local
|
| D | mir_parser.cpp | 66 auto *funcType = mod.GetMemPool()->New<MIRFuncType>(); in EnterUndeclaredFunction() local
|
| D | global_tables.cpp | 267 MIRFuncType funcType(retTyIdx, vecType, vecAttrs, retAttrs); in GetOrCreateFunctionType() local
|
| D | mir_builder.cpp | 245 MIRFuncType funcType; in GetOrCreateFunction() local 306 auto *funcType = static_cast<MIRFuncType *>(funcSymbol->GetType()); in CreateFunction() local 323 auto *funcType = mirModule->GetMemPool()->New<MIRFuncType>(); in CreateFunction() local
|
| D | mir_lower.cpp | 578 MIRFuncType *funcType = FuncTypeFromFuncPtrExpr(stmt->Opnd(0)); in LowerBlock() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 159 ETSFunctionType *funcType = CreateETSFunctionType(name); in CreateSyntheticVarFromEverySignature() local 181 …rbinder::LocalVariable *ETSObjectType::CollectSignaturesForSyntheticType(ETSFunctionType *funcType, in CollectSignaturesForSyntheticType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 670 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitRuntimeCall() local 742 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitRuntimeCallWithArgv() local 1071 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, calleeDescriptor); in VisitCall() local 1116 LLVMTypeRef funcType = llvmModule_->GenerateFuncType(params, signature); in VisitBytecodeCall() local 2763 auto funcType = LLVMFunctionType(GetInt64T(), paramTys.data(), paramTys.size(), 0); in GenDeoptEntry() local 2886 LLVMTypeRef funcType = GetExperimentalDeoptTy(); in VisitDeoptCheck() local 3026 auto funcType = GetFuncType(stubDescriptor); in AddAndGetFunc() local 3106 …auto funcType = LLVMFunctionType(returnType, paramTys.data(), paramCount, false); // not variable … in AddFunc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | call_graph.cpp | 465 MIRType *funcType = nullptr; in GetFuncTypeFromFuncAddr() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | utilityTypeHandlers.cpp | 432 auto *const funcType = CreateETSFunctionType(signature, id->Name()); in CreateNonStaticClassInitializer() local
|
| D | function.cpp | 495 ir::ETSFunctionType *funcType = nullptr; in MaybeSubstituteLambdaArgumentsInFunctionCallHelper() local 1006 auto *funcType = BuildFunctionSignature(method->Function(), isConstructSig); in BuildMethodSignature() local 1333 auto *funcType = CreateETSFunctionType(func, signature, funcName); in BuildFunctionSignature() local
|
| D | typeCreation.cpp | 318 …auto *funcType = Allocator()->New<ETSFunctionType>(signatures[0]->Function()->Id()->Name(), Alloca… in CreateETSFunctionType() local
|
| D | object.cpp | 441 auto *funcType = checker->BuildMethodSignature(method); in ResolveDeclaredMethodsOfObject() local 467 auto *funcType = checker->BuildMethodSignature(method); in ResolveDeclaredMethodsOfObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 143 auto *funcType = func->GetMIRFuncType(); in RegisterExternalLibraryFunctions() local 1884 auto *funcType = func.GetMIRFuncType(); in LowerEntry() local 2079 auto *funcType = func->GetMIRFuncType(); in RegisterFunctionVoidStarToVoid() local 2129 auto *funcType = func->GetMIRFuncType(); in RegisterBuiltIns() local 2886 … MIRType *funcType = beCommon.BeGetOrCreateFunctionType(retTy->GetTypeIndex(), funcTyVec, fnTaVec); in LowerDefaultIntrinsicCall() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 337 void ScopesInitPhase::VisitTSFunctionType(ir::TSFunctionType *funcType) in VisitTSFunctionType() 964 void InitScopesPhaseETS::VisitETSFunctionType(ir::ETSFunctionType *funcType) in VisitETSFunctionType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1241 …auto funcType = lmirBuilder_->CreateFuncType(paramTys, returnType, stubDescriptor->IsVariadicArgs(… in GetFuncType() local 2811 LiteCGType *funcType = GenerateFuncType(params, signature); in VisitBytecodeCall() local 2890 LiteCGType *funcType = GetExperimentalDeoptTy(); in GenDeoptEntry() local 3015 LiteCGType *funcType = GetExperimentalDeoptTy(); in VisitDeoptCheck() local
|