Searched refs:CaseMap (Results 1 – 4 of 4) sorted by relevance
74 const std::map<std::string, std::vector<std::string>> &CaseMap);400 const std::map<std::string, std::vector<std::string>> &CaseMap) { in emitCaseMap() argument402 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) { in emitCaseMap()498 std::map<std::string, std::vector<std::string>> CaseMap; in run() local511 CaseMap[Case].push_back(InstName); in run()535 emitCaseMap(o, CaseMap); in run()
291 std::map<std::string, std::vector<std::string>> CaseMap; in run() local302 CaseMap[Case].push_back(std::move(InstName)); in run()310 for (const auto &C : CaseMap) { in run()
35 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable76 CaseMap CaseLabels;
62 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap; typedef in clang::interp::SwitchScope64 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope()83 CaseMap OldCaseLabels;598 CaseMap CaseLabels; in visitSwitchStmt()