Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp797 static std::map<lexer::TokenType, CheckBinaryFunction> checkMap = { in GetCheckMap() local
825 return checkMap; in GetCheckMap()
1034 auto checkMap = GetCheckMap(); in CheckArithmeticOperations() local
1035 if (checkMap.find(operationType) != checkMap.end()) { in CheckArithmeticOperations()
1036 auto check = checkMap[operationType]; in CheckArithmeticOperations()

Completed in 4 milliseconds