Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h433 class GotoLabel : public Loc {
435 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {} in GotoLabel() function
DSValBuilder.h246 return loc::GotoLabel(expr->getLabel()); in makeLoc()
/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp353 os << "&&" << cast<loc::GotoLabel>(this)->getLabel()->getName(); in dumpToStream()
DSimpleSValBuilder.cpp631 assert(isa<loc::MemRegionVal>(rhs) || isa<loc::GotoLabel>(rhs)); in evalBinOpLL()
DExprEngine.cpp1014 if (isa<loc::GotoLabel>(V)) { in processIndirectGoto()
1015 const LabelDecl *L = cast<loc::GotoLabel>(V).getLabel(); in processIndirectGoto()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp372 else if (loc::GotoLabel *Label = dyn_cast<loc::GotoLabel>(&V)) in SummarizeValue()
DCStringChecker.cpp633 if (loc::GotoLabel *Label = dyn_cast<loc::GotoLabel>(&Buf)) { in getCStringLength()