Searched refs:GotoLabel (Results 1 – 7 of 7) sorted by relevance
470 class GotoLabel : public Loc {472 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {} in GotoLabel() function480 GotoLabel() {} in GotoLabel() function
309 return loc::GotoLabel(expr->getLabel()); in makeLoc()
314 os << "&&" << castAs<loc::GotoLabel>().getLabel()->getName(); in dumpToStream()
672 assert(rhs.getAs<loc::MemRegionVal>() || rhs.getAs<loc::GotoLabel>()); in evalBinOpLL()
1658 if (Optional<loc::GotoLabel> LV = V.getAs<loc::GotoLabel>()) { in processIndirectGoto()
706 if (Optional<loc::GotoLabel> Label = Buf.getAs<loc::GotoLabel>()) { in getCStringLength()
1501 else if (Optional<loc::GotoLabel> Label = V.getAs<loc::GotoLabel>()) in SummarizeValue()