Searched refs:GotoLabelKind (Results 1 – 5 of 5) sorted by relevance
468 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind }; enumerator472 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {} in GotoLabel()482 return V.getBaseKind() == LocKind && V.getSubKind() == GotoLabelKind; in isKind()486 return V.getSubKind() == GotoLabelKind; in isKind()
313 case loc::GotoLabelKind: in dumpToStream()
107 case loc::GotoLabelKind: in assumeAux()
411 case loc::GotoLabelKind: in getLValueFieldOrIvar()
593 case loc::GotoLabelKind: in evalBinOpLL()