Searched refs:CaseMap (Results 1 – 4 of 4) sorted by relevance
65 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap; typedef in clang::interp::SwitchScope67 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope()86 CaseMap OldCaseLabels;
40 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable70 CaseMap CaseLabels;
461 std::map<std::string, std::vector<std::string>> CaseMap; in run() local472 CaseMap[Case].push_back(std::move(InstName)); in run()497 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) { in run()
262 std::map<std::string, std::vector<std::string>> CaseMap; in run() local273 CaseMap[Case].push_back(std::move(InstName)); in run()281 for (const auto &C : CaseMap) { in run()