Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h569 class GotoLabel : public Loc {
571 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel() function
582 GotoLabel() = default;
H A DSValBuilder.h81 SVal evalCastSubKind(loc::GotoLabel V, QualType CastTy, QualType OriginalTy);
376 return loc::GotoLabel(expr->getLabel()); in makeLoc()
H A DSVals.def60 LOC_SVAL(GotoLabel, Loc)
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp363 os << "&&" << castAs<loc::GotoLabel>().getLabel()->getName(); in dumpToStream()
H A DSValBuilder.cpp610 return evalCastSubKind(V.castAs<loc::GotoLabel>(), CastTy, OriginalTy); in evalCastKind()
661 SVal SValBuilder::evalCastSubKind(loc::GotoLabel V, QualType CastTy, in evalCastSubKind()
H A DStore.cpp451 if (Base.getAs<loc::GotoLabel>()) in getLValueElement()
H A DSimpleSValBuilder.cpp786 assert(rhs.getAs<loc::MemRegionVal>() || rhs.getAs<loc::GotoLabel>()); in evalBinOpLL()
H A DExprEngine.cpp2331 if (Optional<loc::GotoLabel> LV = V.getAs<loc::GotoLabel>()) { in processIndirectGoto()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp785 if (Optional<loc::GotoLabel> Label = Buf.getAs<loc::GotoLabel>()) { in getCStringLength()
H A DMallocChecker.cpp1916 else if (Optional<loc::GotoLabel> Label = V.getAs<loc::GotoLabel>()) in SummarizeValue()