Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h35 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable
H A DByteCodeStmtGen.cpp62 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap; typedef in clang::interp::SwitchScope
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp400 const std::map<std::string, std::vector<std::string>> &CaseMap) { in emitCaseMap()
498 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
H A DVarLenCodeEmitterGen.cpp291 std::map<std::string, std::vector<std::string>> CaseMap; in run() local