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.h468 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind }; enumerator
472 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()
/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp313 case loc::GotoLabelKind: in dumpToStream()
DSimpleConstraintManager.cpp107 case loc::GotoLabelKind: in assumeAux()
DStore.cpp411 case loc::GotoLabelKind: in getLValueFieldOrIvar()
DSimpleSValBuilder.cpp593 case loc::GotoLabelKind: in evalBinOpLL()