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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 468 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind };
472 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {}
482 return V.getBaseKind() == LocKind && V.getSubKind() == GotoLabelKind;
486 return V.getSubKind() == GotoLabelKind;
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 313 case loc::GotoLabelKind:
Store.cpp 411 case loc::GotoLabelKind:
SimpleSValBuilder.cpp 160 case loc::GotoLabelKind:
618 case loc::GotoLabelKind:
    [all...]

Completed in 207 milliseconds