Searched refs:LabelMap (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
H A Ddeterminize.h143 // It must define the ordered map type LabelMap and have a default
152 typedef map<Label, Subset*> LabelMap; typedef in struct:fst::IdentityDeterminizeFilter
156 void operator()(StateId s, LabelMap *label_map) {}
470 typedef typename F::LabelMap LabelMap; typedef in class:fst::DeterminizeFsaImpl
575 LabelMap label_map;
578 for (typename LabelMap::iterator liter = label_map.begin();
589 void LabelSubsets(StateId s, LabelMap *label_map) {
603 // The LabelMap may be a e.g. multimap with more complex
605 typename LabelMap
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddeterminize.h220 typedef map<Label, Subset*> LabelMap; typedef in class:fst::DeterminizeFsaImpl
288 LabelMap label_map;
291 for (typename LabelMap::iterator liter = label_map.begin();
302 void LabelSubsets(StateId s, LabelMap *label_map) {
/external/clang/lib/Analysis/
H A DCFG.cpp307 // LabelMap records the mapping from Label expressions to their jump targets.
309 LabelMapTy LabelMap; member in class:__anon17770::CFGBuilder
946 LabelMapTy::iterator LI = LabelMap.find(G->getLabel());
950 if (LI == LabelMap.end()) continue;
964 LabelMapTy::iterator LI = LabelMap.find(*I);
968 if (LI == LabelMap.end()) continue;
2181 assert(LabelMap.find(L->getDecl()) == LabelMap.end() &&
2183 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos);
2223 LabelMapTy::iterator I = LabelMap
[all...]
/external/clang/lib/CodeGen/
H A DCGStmt.cpp356 JumpDest &Dest = LabelMap[D];
373 JumpDest &Dest = LabelMap[D];
403 assert(CGF.LabelMap.count(*i));
404 JumpDest &dest = CGF.LabelMap.find(*i)->second;
H A DCodeGenFunction.h823 /// LabelMap - This keeps track of the LLVM basic block for each C label.
824 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap; member in class:clang::CodeGen::CodeGenFunction

Completed in 1422 milliseconds