Searched refs:GotoLabel (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h408 class GotoLabel : public Loc { class in namespace:clang::ento::loc
410 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {} function in class:clang::ento::loc::GotoLabel
H A DSValBuilder.h302 return loc::GotoLabel(expr->getLabel());
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp307 os << "&&" << cast<loc::GotoLabel>(this)->getLabel()->getName();
H A DSimpleSValBuilder.cpp616 assert(isa<loc::MemRegionVal>(rhs) || isa<loc::GotoLabel>(rhs));
H A DExprEngine.cpp1251 if (isa<loc::GotoLabel>(V)) {
1252 const LabelDecl *L = cast<loc::GotoLabel>(V).getLabel();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp723 else if (loc::GotoLabel *Label = dyn_cast<loc::GotoLabel>(&V))
H A DCStringChecker.cpp696 if (loc::GotoLabel *Label = dyn_cast<loc::GotoLabel>(&Buf)) {

Completed in 60 milliseconds