Searched defs:LabelMap (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
H A DCFG.cpp384 // LabelMap records the mapping from Label expressions to their jump targets.
386 LabelMapTy LabelMap; member in class:__anon1044::CFGBuilder
1063 LabelMapTy::iterator LI = LabelMap.find(G->getLabel());
1067 if (LI == LabelMap.end()) continue;
1081 LabelMapTy::iterator LI = LabelMap.find(*I);
1085 if (LI == LabelMap.end()) continue;
2313 assert(LabelMap.find(L->getDecl()) == LabelMap.end() &&
2315 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos);
2367 LabelMapTy::iterator I = LabelMap
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h929 /// LabelMap - This keeps track of the LLVM basic block for each C label.
930 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap; member in class:clang::CodeGen::CodeGenFunction

Completed in 124 milliseconds