Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DnewExpression.cpp72 checker::Type *calleeType = callee_->Check(checker); in Check() local
H A DcallExpression.cpp220 checker::Type *calleeType = callee_->Check(checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.h63 checker::Type *calleeType = expr->GetTypeRef()->Check(checker); in GetCalleeType() local
H A DETSAnalyzerHelpers.cpp373 ArenaVector<checker::Signature *> &ChooseSignatures(ETSChecker *checker, checker::Type *calleeType, in ChooseSignatures() argument
396 checker::ETSObjectType *ChooseCalleeObj(ETSChecker *checker, ir::CallExpression *expr, checker::Type *calleeType, in ChooseCalleeObj() argument
271 InitAnonymousLambdaCallee(checker::ETSChecker *checker, ir::Expression *callee, checker::Type *calleeType) InitAnonymousLambdaCallee() argument
H A DTSAnalyzer.cpp517 checker::Type *calleeType = expr->callee_->Check(checker); in Check() local
688 checker::Type *calleeType = expr->callee_->Check(checker); in Check() local
H A DETSAnalyzer.cpp437 auto *calleeType = GetCalleeType(checker, expr); in Check() local
1016 ResolveSignature(ETSChecker *checker, ir::CallExpression *expr, checker::Type *calleeType, bool isFunctionalInterface, bool isUnionTypeWithFunctionalInterface) const ResolveSignature() argument
1191 checker::Type *calleeType = checker->GetApparentType(expr->Callee()->Check(checker)); Check() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_MPIsel.cpp287 auto calleeType = static_cast<MIRFuncType *>(retType); in SelectIcall() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp2242 void ETSChecker::InferTypesForLambda(ir::ScriptFunction *lambda, ir::ETSFunctionType *calleeType, in InferTypesForLambda() argument

Completed in 15 milliseconds