Searched refs:SelectGlobalIntegerTypeForNumeric (Results 1 – 4 of 4) sorted by relevance
437 Type *ETSChecker::SelectGlobalIntegerTypeForNumeric(Type *type) in SelectGlobalIntegerTypeForNumeric() function in ark::es2panda::checker::ETSChecker
461 expr->SetTsType(checker->SelectGlobalIntegerTypeForNumeric(operandType)); in SetTsTypeForUnaryExpression()
597 Type *SelectGlobalIntegerTypeForNumeric(Type *type);
410 return SelectGlobalIntegerTypeForNumeric(promotedType); in CheckBinaryOperatorBitwise()