Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp971 static constexpr std::size_t const CONSEQUENT_TYPE_POSITION = 1UL; member in ark::es2panda::checker::std
991 testSmartCasts_.emplace(variable, std::make_pair(std::get<CONSEQUENT_TYPE_POSITION>(*types), in CheckTestSmartCastCondition()
1012 std::make_pair(std::get<CONSEQUENT_TYPE_POSITION>(*types), std::get<ALTERNATE_TYPE_POSITION>(*types))); in CheckTestSmartCastCondition()
1113 auto *const &consequentTypeNew = std::get<CONSEQUENT_TYPE_POSITION>(types); in CheckTestOrSmartCastCondition()

Completed in 5 milliseconds