Home
last modified time | relevance | path

Searched defs:caseValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/
DSwitchBuilder.ts98 const caseValue = caseValueAndStmts.value; constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2281 …r::CompareIdentifiersValuesAreDifferent(ir::Expression *compareValue, const std::string &caseValue) in CompareIdentifiersValuesAreDifferent()