Searched refs:GotoLabel (Results 1 – 10 of 10) sorted by relevance
142 QualType VisitLocGotoLabel(loc::GotoLabel GL) { in VisitLocGotoLabel()369 os << "&&" << castAs<loc::GotoLabel>().getLabel()->getName(); in dumpToStream()
466 if (isa<loc::GotoLabel>(Base)) in getLValueElement()
686 SVal VisitLocGotoLabel(loc::GotoLabel V) { in VisitLocGotoLabel()
860 assert((isa<loc::MemRegionVal, loc::GotoLabel>(rhs))); in evalBinOpLL()
2840 if (std::optional<loc::GotoLabel> LV = V.getAs<loc::GotoLabel>()) { in processIndirectGoto()
364 loc::GotoLabel makeLoc(const AddrLabelExpr *expr) { in makeLoc()365 return loc::GotoLabel(expr->getLabel()); in makeLoc()
60 LOC_SVAL(GotoLabel, Loc)
488 class GotoLabel : public Loc {490 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel() function
875 if (std::optional<loc::GotoLabel> Label = Buf.getAs<loc::GotoLabel>()) { in getCStringLength()
2119 else if (std::optional<loc::GotoLabel> Label = V.getAs<loc::GotoLabel>()) in SummarizeValue()