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

  /external/clang/lib/Analysis/
CFG.cpp 384 // LabelMap records the mapping from Label expressions to their jump targets.
386 LabelMapTy LabelMap;
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 453 JumpDest &Dest = LabelMap[D];
470 JumpDest &Dest = LabelMap[D];
499 assert(CGF.LabelMap.count(*i));
500 JumpDest &dest = CGF.LabelMap.find(*i)->second;
    [all...]
CodeGenFunction.h     [all...]

Completed in 509 milliseconds