Searched defs:calleeType (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | newExpression.cpp | 72 checker::Type *calleeType = callee_->Check(checker); in Check() local
|
H A D | callExpression.cpp | 220 checker::Type *calleeType = callee_->Check(checker); in Check() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSAnalyzer.h | 63 checker::Type *calleeType = expr->GetTypeRef()->Check(checker); in GetCalleeType() local
|
H A D | ETSAnalyzerHelpers.cpp | 373 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 D | TSAnalyzer.cpp | 517 checker::Type *calleeType = expr->callee_->Check(checker); in Check() local 688 checker::Type *calleeType = expr->callee_->Check(checker); in Check() local
|
H A D | ETSAnalyzer.cpp | 437 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 D | x64_MPIsel.cpp | 287 auto calleeType = static_cast<MIRFuncType *>(retType); in SelectIcall() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | helpers.cpp | 2242 void ETSChecker::InferTypesForLambda(ir::ScriptFunction *lambda, ir::ETSFunctionType *calleeType, in InferTypesForLambda() argument
|
Completed in 15 milliseconds