Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp863 using CheckBinaryFunction = std::function<checker::Type *( typedef
867 std::map<lexer::TokenType, CheckBinaryFunction> &GetCheckMap() in GetCheckMap()
869 static std::map<lexer::TokenType, CheckBinaryFunction> checkMap = { in GetCheckMap()