Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DswitchBuilder.h75 const auto *const caseTarget = stmt_->Cases()[index]; in JumpIfCase() local
76 caseTarget->Test()->Compile(cg_); in JumpIfCase()
79 cg_->Condition(caseTarget, lexer::TokenType::PUNCTUATOR_NOT_STRICT_EQUAL, tag, caseLabels_[index]); in JumpIfCase()
82 cg_->Condition(caseTarget, lexer::TokenType::PUNCTUATOR_NOT_EQUAL, tag, caseLabels_[index]); in JumpIfCase()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DswitchBuilder.cpp61 const ir::SwitchCaseStatement *caseTarget = stmt_->Cases()[index]; in JumpIfCase() local
62 caseTarget->Test()->Compile(pg_); in JumpIfCase()
63 pg_->Condition(caseTarget, lexer::TokenType::PUNCTUATOR_NOT_STRICT_EQUAL, tag, caseLabels_[index]); in JumpIfCase()

Completed in 2 milliseconds