Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DByteCodeStmtGen.h39 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable
70 CaseMap CaseLabels;
DByteCodeStmtGen.cpp65 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap; typedef in clang::interp::SwitchScope
67 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope()
86 CaseMap OldCaseLabels;
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeEmitterGen.cpp500 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
511 CaseMap[Case].push_back(std::move(InstName)); in run()
535 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) { in run()
DVarLenCodeEmitterGen.cpp287 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
298 CaseMap[Case].push_back(std::move(InstName)); in run()
306 for (const auto &C : CaseMap) { in run()