Searched refs:GotoLabelKind (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h406 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind }; enumerator in enum:clang::ento::loc::Kind
410 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {}
417 return V->getBaseKind() == LocKind && V->getSubKind() == GotoLabelKind;
421 return V->getSubKind() == GotoLabelKind;
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp306 case loc::GotoLabelKind:
H A DSimpleConstraintManager.cpp103 case loc::GotoLabelKind:
H A DStore.cpp273 case loc::GotoLabelKind:
H A DSimpleSValBuilder.cpp564 case loc::GotoLabelKind:

Completed in 384 milliseconds