Searched defs:caseTest (Results 1 – 1 of 1) sorted by relevance
1713 …auto const checkEnumType = [this](ir::Expression const *const caseTest, ETSIntEnumType const *cons… in CheckForSameSwitchCases()1720 ETSStringEnumType const *const type) -> void { in CheckForSameSwitchCases()1728 auto *caseTest = cases.at(caseNum)->Test(); in CheckForSameSwitchCases() local