Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1876 bool ETSChecker::CompareIdentifiersValuesAreDifferent(ir::Expression *compareValue, const std::string &caseValue) in CompareIdentifiersValuesAreDifferent() argument
1882 return caseValue != compareCaseValue; in CompareIdentifiersValuesAreDifferent()
1885 return caseValue != GetStringFromLiteral(compareValue); in CompareIdentifiersValuesAreDifferent()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h570 bool CompareIdentifiersValuesAreDifferent(ir::Expression *compareValue, const std::string &caseValue);

Completed in 8 milliseconds