Searched refs:numericTypes (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsUnionType.cpp | 392 std::map<std::uint32_t, checker::Type *> numericTypes {}; in GetAssignableType() local 397 …Type *assignableType = GetAssignableBuiltinType(checker, objectType, isBool, isChar, numericTypes); in GetAssignableType() 405 for (auto const [id, type] : numericTypes) { in GetAssignableType() 423 std::map<std::uint32_t, checker::Type *> &numericTypes) const noexcept in GetAssignableBuiltinType() 444 numericTypes.emplace(id, constituentType); in GetAssignableBuiltinType() 457 std::map<std::uint32_t, ArenaVector<checker::Type *>::const_iterator> numericTypes {}; in ExtractType() local 494 numericTypes.emplace(id, it); in ExtractType() 506 for (auto const [id, it1] : numericTypes) { in ExtractType()
|
| D | etsUnionType.h | 93 std::map<std::uint32_t, checker::Type *> &numericTypes) const noexcept;
|