Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp142 QualType VisitGotoLabel(loc::GotoLabel GL) { in VisitGotoLabel()
369 os << "&&" << castAs<loc::GotoLabel>().getLabel()->getName(); in dumpToStream()
H A DStore.cpp465 if (isa<loc::GotoLabel>(Base)) in getLValueElement()
H A DExprEngine.cpp2871 if (std::optional<loc::GotoLabel> LV = V.getAs<loc::GotoLabel>()) { in processIndirectGoto()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h385 loc::GotoLabel makeLoc(const AddrLabelExpr *expr) { in makeLoc()
386 return loc::GotoLabel(expr->getLabel()); in makeLoc()
H A DSVals.h422 class GotoLabel : public Loc {
424 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp298 if (auto Label = L.getAs<loc::GotoLabel>()) { in checkBind()
H A DCStringChecker.cpp1044 if (std::optional<loc::GotoLabel> Label = Buf.getAs<loc::GotoLabel>()) { in getCStringLength()
H A DMallocChecker.cpp2172 else if (std::optional<loc::GotoLabel> Label = V.getAs<loc::GotoLabel>()) in SummarizeValue()