Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h39 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable
H A DByteCodeStmtGen.cpp65 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap; typedef in clang::interp::SwitchScope
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp500 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
H A DVarLenCodeEmitterGen.cpp287 std::map<std::string, std::vector<std::string>> CaseMap; in run() local