Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.h100 Type *ETSChecker::PerformArithmeticOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType) in PerformArithmeticOperationOnTypes() function in ark::es2panda::checker::ETSChecker
H A Darithmetic.cpp1109 return PerformArithmeticOperationOnTypes<DoubleType>(left, right, operationType); in HandleArithmeticOperationOnTypes()
1113 return PerformArithmeticOperationOnTypes<FloatType>(left, right, operationType); in HandleArithmeticOperationOnTypes()
1117 return PerformArithmeticOperationOnTypes<LongType>(left, right, operationType); in HandleArithmeticOperationOnTypes()
1120 return PerformArithmeticOperationOnTypes<IntType>(left, right, operationType); in HandleArithmeticOperationOnTypes()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h344 Type *PerformArithmeticOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType);

Completed in 4 milliseconds