Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp450 const std::map<std::string, std::vector<std::string>> &CaseMap) { in emitCaseMap()
539 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp291 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h104 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable
H A DCompiler.cpp137 using CaseMap = typename Compiler<Emitter>::CaseMap; typedef in clang::interp::SwitchScope