HomeSort by relevance Sort by last modified time
    Searched refs:GotoLabelKind (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 404 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind, ObjCPropRefKind };
408 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {}
415 return V->getBaseKind() == LocKind && V->getSubKind() == GotoLabelKind;
419 return V->getSubKind() == GotoLabelKind;
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 306 case loc::GotoLabelKind:
SimpleConstraintManager.cpp 103 case loc::GotoLabelKind:
Store.cpp 250 case loc::GotoLabelKind:
SimpleSValBuilder.cpp 585 case loc::GotoLabelKind:
    [all...]

Completed in 44 milliseconds