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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 470 class GotoLabel : public Loc {
472 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {}
480 GotoLabel() {}
SValBuilder.h 309 return loc::GotoLabel(expr->getLabel());
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 314 os << "&&" << castAs<loc::GotoLabel>().getLabel()->getName();
SimpleSValBuilder.cpp 672 assert(rhs.getAs<loc::MemRegionVal>() || rhs.getAs<loc::GotoLabel>());
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 706 if (Optional<loc::GotoLabel> Label = Buf.getAs<loc::GotoLabel>()) {
    [all...]
MallocChecker.cpp     [all...]

Completed in 961 milliseconds