Home
last modified time | relevance | path

Searched refs:CaseMap (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp74 const std::map<std::string, std::vector<std::string>> &CaseMap);
400 const std::map<std::string, std::vector<std::string>> &CaseMap) { in emitCaseMap() argument
402 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) { in emitCaseMap()
498 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
511 CaseMap[Case].push_back(InstName); in run()
535 emitCaseMap(o, CaseMap); in run()
H A DVarLenCodeEmitterGen.cpp291 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
302 CaseMap[Case].push_back(std::move(InstName)); in run()
310 for (const auto &C : CaseMap) { in run()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h35 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable
76 CaseMap CaseLabels;
H A DByteCodeStmtGen.cpp62 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap; typedef in clang::interp::SwitchScope
64 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope()
83 CaseMap OldCaseLabels;
598 CaseMap CaseLabels; in visitSwitchStmt()