Searched refs:GotoLabel (Results 1 – 7 of 7) sorted by relevance
433 class GotoLabel : public Loc {435 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {} in GotoLabel() function
246 return loc::GotoLabel(expr->getLabel()); in makeLoc()
353 os << "&&" << cast<loc::GotoLabel>(this)->getLabel()->getName(); in dumpToStream()
631 assert(isa<loc::MemRegionVal>(rhs) || isa<loc::GotoLabel>(rhs)); in evalBinOpLL()
1014 if (isa<loc::GotoLabel>(V)) { in processIndirectGoto()1015 const LabelDecl *L = cast<loc::GotoLabel>(V).getLabel(); in processIndirectGoto()
372 else if (loc::GotoLabel *Label = dyn_cast<loc::GotoLabel>(&V)) in SummarizeValue()
633 if (loc::GotoLabel *Label = dyn_cast<loc::GotoLabel>(&Buf)) { in getCStringLength()