Searched refs:InstantiateBoxedPrimitiveType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSAnalyzerHelpers.cpp | 707 InstantiateBoxedPrimitiveType(checker, params[i], in CreateOptionalSignaturesForFunctionalType() 722 InstantiateBoxedPrimitiveType(checker, node->ReturnType(), returnType)); in CreateOptionalSignaturesForFunctionalType() 735 InstantiateBoxedPrimitiveType( in CreateInterfaceTypeForETSFunctionType() 742 InstantiateBoxedPrimitiveType(checker, node->ReturnType(), node->ReturnType()->GetType(checker))); in CreateInterfaceTypeForETSFunctionType() 754 types.push_back(InstantiateBoxedPrimitiveType( in CreateParamTypeWithDefaultParam() 764 Type *InstantiateBoxedPrimitiveType(ETSChecker *checker, ir::Expression *param, Type *paramType) in InstantiateBoxedPrimitiveType() function
|
H A D | ETSAnalyzerHelpers.h | 75 Type *InstantiateBoxedPrimitiveType(ETSChecker *checker, ir::Expression *param, Type *paramType);
|
Completed in 2 milliseconds