Home
last modified time | relevance | path

Searched refs:SelectGlobalIntegerTypeForNumeric (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.cpp357 Type *ETSChecker::SelectGlobalIntegerTypeForNumeric(Type *type) in SelectGlobalIntegerTypeForNumeric() function in panda::es2panda::checker::ETSChecker
DETSchecker.h543 Type *SelectGlobalIntegerTypeForNumeric(Type *type);
DETSAnalyzer.cpp1580 expr->SetTsType(checker->SelectGlobalIntegerTypeForNumeric(operandType)); in SetTsTypeForUnaryExpression()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp319 return SelectGlobalIntegerTypeForNumeric(promotedType); in CheckBinaryOperatorBitwise()