Searched refs:GotoLabel (Results 1 – 10 of 10) sorted by relevance
569 class GotoLabel : public Loc {571 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel() function582 GotoLabel() = default;
81 SVal evalCastSubKind(loc::GotoLabel V, QualType CastTy, QualType OriginalTy);376 return loc::GotoLabel(expr->getLabel()); in makeLoc()
60 LOC_SVAL(GotoLabel, Loc)
363 os << "&&" << castAs<loc::GotoLabel>().getLabel()->getName(); in dumpToStream()
610 return evalCastSubKind(V.castAs<loc::GotoLabel>(), CastTy, OriginalTy); in evalCastKind()661 SVal SValBuilder::evalCastSubKind(loc::GotoLabel V, QualType CastTy, in evalCastSubKind()
451 if (Base.getAs<loc::GotoLabel>()) in getLValueElement()
786 assert(rhs.getAs<loc::MemRegionVal>() || rhs.getAs<loc::GotoLabel>()); in evalBinOpLL()
2331 if (Optional<loc::GotoLabel> LV = V.getAs<loc::GotoLabel>()) { in processIndirectGoto()
785 if (Optional<loc::GotoLabel> Label = Buf.getAs<loc::GotoLabel>()) { in getCStringLength()
1916 else if (Optional<loc::GotoLabel> Label = V.getAs<loc::GotoLabel>()) in SummarizeValue()