Home
last modified time | relevance | path

Searched refs:isUnionTypeWithFunctionalInterface (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.h50 bool isFunctionalInterface, bool isUnionTypeWithFunctionalInterface) const;
H A DETSAnalyzerHelpers.h50 bool isUnionTypeWithFunctionalInterface);
H A DETSAnalyzerHelpers.cpp375 bool isUnionTypeWithFunctionalInterface) in ChooseSignatures()
389 if (isUnionTypeWithFunctionalInterface) { in ChooseSignatures()
373 ChooseSignatures(ETSChecker *checker, checker::Type *calleeType, bool isConstructorCall, bool isFunctionalInterface, bool isUnionTypeWithFunctionalInterface) ChooseSignatures() argument
H A DETSAnalyzer.cpp1018 bool isUnionTypeWithFunctionalInterface) const in ResolveSignature()
1029 isUnionTypeWithFunctionalInterface); in ResolveSignature()
1064 bool isUnionTypeWithFunctionalInterface = in GetReturnType() local
1077 !etsExtensionFuncHelperType && !isUnionTypeWithFunctionalInterface) { in GetReturnType()
1083 ResolveSignature(checker, expr, calleeType, isFunctionalInterface, isUnionTypeWithFunctionalInterface); in GetReturnType()

Completed in 7 milliseconds