HomeSort by relevance Sort by last modified time
    Searched defs:LabelMap (Results 1 - 5 of 5) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 222 typedef map<Label, Subset*> LabelMap;
290 LabelMap label_map;
293 for (typename LabelMap::iterator liter = label_map.begin();
304 void LabelSubsets(StateId s, LabelMap *label_map) {
  /external/openfst/src/include/fst/
determinize.h 143 // It must define the ordered map type LabelMap and have a default
152 typedef map<Label, Subset*> LabelMap;
156 void operator()(StateId s, LabelMap *label_map) {}
470 typedef typename F::LabelMap LabelMap;
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::iterator liter = label_map->lower_bound(arc.ilabel)
    [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.h 451 typedef struct LabelMap {
454 struct LabelMap* nextItem;
457 } LabelMap;
508 extern LabelMap* globalMap;
509 extern LabelMap* globalShortMap;
510 extern LabelMap* globalWorklist;
511 extern LabelMap* globalShortWorklist;
548 extern LabelMap* globalDataWorklist;
549 extern LabelMap* globalPCWorklist;
550 extern LabelMap* chainingWorklist
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 306 // LabelMap records the mapping from Label expressions to their jump targets.
308 LabelMapTy LabelMap;
679 LabelMapTy::iterator LI = LabelMap.find(G->getLabel());
683 if (LI == LabelMap.end()) continue;
697 LabelMapTy::iterator LI = LabelMap.find(*I);
701 if (LI == LabelMap.end()) continue;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 816 /// LabelMap - This keeps track of the LLVM basic block for each C label.
817 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap;
    [all...]

Completed in 150 milliseconds