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 460 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind };
464 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {}
474 return V.getBaseKind() == LocKind && V.getSubKind() == GotoLabelKind;
478 return V.getSubKind() == GotoLabelKind;
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 306 case loc::GotoLabelKind:
SimpleConstraintManager.cpp 102 case loc::GotoLabelKind:
Store.cpp 388 case loc::GotoLabelKind:
SimpleSValBuilder.cpp 570 case loc::GotoLabelKind:
    [all...]

Completed in 57 milliseconds