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.h404 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind, ObjCPropRefKind }; enumerator
408 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {} in GotoLabel()
415 return V->getBaseKind() == LocKind && V->getSubKind() == GotoLabelKind; in classof()
419 return V->getSubKind() == GotoLabelKind; in classof()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp103 case loc::GotoLabelKind: in assumeAux()
DSVals.cpp306 case loc::GotoLabelKind: in dumpToStream()
DStore.cpp250 case loc::GotoLabelKind: in getLValueFieldOrIvar()
DSimpleSValBuilder.cpp585 case loc::GotoLabelKind: in evalBinOpLL()