Home
last modified time | relevance | path

Searched refs:isConstructorCall (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.h49 bool isConstructorCall, bool isFunctionalInterface,
52 bool isConstructorCall);
H A DETSAnalyzerHelpers.cpp374 bool isConstructorCall, bool isFunctionalInterface, in ChooseSignatures()
379 if (isConstructorCall) { in ChooseSignatures()
397 bool isConstructorCall) in ChooseCalleeObj()
399 if (isConstructorCall) { in ChooseCalleeObj()
373 ChooseSignatures(ETSChecker *checker, checker::Type *calleeType, bool isConstructorCall, bool isFunctionalInterface, bool isUnionTypeWithFunctionalInterface) ChooseSignatures() argument
396 ChooseCalleeObj(ETSChecker *checker, ir::CallExpression *expr, checker::Type *calleeType, bool isConstructorCall) ChooseCalleeObj() argument
H A DETSAnalyzer.cpp1063 bool isConstructorCall = expr->IsETSConstructorCall(); in GetReturnType() local
1076 if (!isFunctionalInterface && !calleeType->IsETSFunctionType() && !isConstructorCall && in GetReturnType()
1091 checker::ETSObjectType *calleeObj = ChooseCalleeObj(checker, expr, calleeType, isConstructorCall); in GetReturnType()
1112 returnType = ChooseCalleeObj(checker, expr, calleeType, isConstructorCall); in GetReturnType()

Completed in 6 milliseconds