Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp142 QualType VisitLocGotoLabel(loc::GotoLabel GL) { in VisitLocGotoLabel()
369 os << "&&" << castAs<loc::GotoLabel>().getLabel()->getName(); in dumpToStream()
H A DStore.cpp466 if (isa<loc::GotoLabel>(Base)) in getLValueElement()
H A DSValBuilder.cpp686 SVal VisitLocGotoLabel(loc::GotoLabel V) { in VisitLocGotoLabel()
H A DSimpleSValBuilder.cpp860 assert((isa<loc::MemRegionVal, loc::GotoLabel>(rhs))); in evalBinOpLL()
H A DExprEngine.cpp2840 if (std::optional<loc::GotoLabel> LV = V.getAs<loc::GotoLabel>()) { in processIndirectGoto()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h364 loc::GotoLabel makeLoc(const AddrLabelExpr *expr) { in makeLoc()
365 return loc::GotoLabel(expr->getLabel()); in makeLoc()
H A DSVals.def60 LOC_SVAL(GotoLabel, Loc)
H A DSVals.h488 class GotoLabel : public Loc {
490 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp875 if (std::optional<loc::GotoLabel> Label = Buf.getAs<loc::GotoLabel>()) { in getCStringLength()
H A DMallocChecker.cpp2119 else if (std::optional<loc::GotoLabel> Label = V.getAs<loc::GotoLabel>()) in SummarizeValue()