Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DnewExpression.cpp72 checker::Type *calleeType = callee_->Check(checker); in Check() local
DcallExpression.cpp186 checker::Type *calleeType = callee_->Check(checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp532 checker::Type *calleeType = expr->GetTypeRef()->Check(checker); in Check() local
917 checker::Type *calleeType) in InitAnonymousLambdaCallee()
1002 ArenaVector<checker::Signature *> &ChooseSignatures(ETSChecker *checker, checker::Type *calleeType, in ChooseSignatures() argument
1025 …jectType *ChooseCalleeObj(ETSChecker *checker, ir::CallExpression *expr, checker::Type *calleeType, in ChooseCalleeObj() argument
1039checker::Type *calleeType, bool isFunctionalInterface, in ResolveSignature()
1121 checker::Type *calleeType = ETSChecker::GetApparentType(expr->Callee()->Check(checker)); in Check() local
DTSAnalyzer.cpp630 checker::Type *calleeType = expr->callee_->Check(checker); in Check() local
811 checker::Type *calleeType = expr->callee_->Check(checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1389 const calleeType = this.tsTypeChecker.getTypeAtLocation(tsCallExpr.expression); constant
1569 let calleeType = this.tsTypeChecker.getTypeAtLocation(calleeExpr); variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2490 ir::ETSFunctionType *calleeType = typeAnn->AsETSFunctionType(); in CheckLambdaAssignable() local
2494 void ETSChecker::InferTypesForLambda(ir::ScriptFunction *lambda, ir::ETSFunctionType *calleeType) in InferTypesForLambda()
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts1689 const calleeType = this.tsTypeChecker.getTypeAtLocation(tsCallExpr.expression); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp660 auto calleeType = static_cast<MIRFuncType *>(retType); in SelectIcall() local