Home
last modified time | relevance | path

Searched defs:calleeType (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.h58 checker::Type *calleeType = expr->GetTypeRef()->Check(checker); in GetCalleeType() local
DETSAnalyzerHelpers.cpp272 checker::Type *calleeType) in InitAnonymousLambdaCallee()
370 ArenaVector<checker::Signature *> &ChooseSignatures(ETSChecker *checker, checker::Type *calleeType, in ChooseSignatures() argument
393 …jectType *ChooseCalleeObj(ETSChecker *checker, ir::CallExpression *expr, checker::Type *calleeType, in ChooseCalleeObj() argument
DETSAnalyzer.cpp396 auto *calleeType = GetCalleeType(checker, expr); in Check() local
896checker::Type *calleeType, bool isFunctionalInterface, in ResolveSignature()
1019 checker::Type *calleeType = checker->GetApparentType(expr->Callee()->Check(checker)); in Check() local
DTSAnalyzer.cpp517 checker::Type *calleeType = expr->callee_->Check(checker); in Check() local
688 checker::Type *calleeType = expr->callee_->Check(checker); in Check() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DnewExpression.cpp72 checker::Type *calleeType = callee_->Check(checker); in Check() local
DcallExpression.cpp207 checker::Type *calleeType = callee_->Check(checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlocalClassLowering.cpp264 checker::Type *calleeType = newExpr->GetTypeRef()->Check(checker); in Perform() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts2012 const calleeType = this.tsTypeChecker.getTypeAtLocation(callExpr.expression); constant
2062 const calleeType = this.tsTypeChecker.getTypeAtLocation(calleeExpr); constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp909 ir::ETSFunctionType *calleeType = typeAnn->AsETSFunctionType(); in CheckLambdaAssignable() local
Dhelpers.cpp2164 void ETSChecker::InferTypesForLambda(ir::ScriptFunction *lambda, ir::ETSFunctionType *calleeType) in InferTypesForLambda()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp658 auto calleeType = static_cast<MIRFuncType *>(retType); in SelectIcall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp7258 MIRFuncType *calleeType = nullptr; in GetCalleeFunction() local