Home
last modified time | relevance | path

Searched refs:GotoLabelKind (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h431 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind, ObjCPropRefKind }; enumerator
435 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {} in GotoLabel()
442 return V->getBaseKind() == LocKind && V->getSubKind() == GotoLabelKind; in classof()
446 return V->getSubKind() == GotoLabelKind; in classof()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp105 case loc::GotoLabelKind: in assumeAux()
DStore.cpp252 case loc::GotoLabelKind: in getLValueFieldOrIvar()
DSVals.cpp352 case loc::GotoLabelKind: in dumpToStream()
DSimpleSValBuilder.cpp579 case loc::GotoLabelKind: in evalBinOpLL()