Searched refs:PerformArithmeticOperationOnTypes (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | arithmetic.h | 100 Type *ETSChecker::PerformArithmeticOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType) in PerformArithmeticOperationOnTypes() function in ark::es2panda::checker::ETSChecker
|
H A D | arithmetic.cpp | 1109 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 D | ETSchecker.h | 344 Type *PerformArithmeticOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType);
|
Completed in 4 milliseconds