Searched refs:ProgramPointTag (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 38 class ProgramPointTag { 41 virtual ~ProgramPointTag(); 51 class SimpleProgramPointTag : public ProgramPointTag { 103 const ProgramPointTag *tag = nullptr, 114 const ProgramPointTag *tag = nullptr, 269 const ProgramPointTag *tag) in StmtPoint() 310 const ProgramPointTag *tag = nullptr) 386 const ProgramPointTag *tag = nullptr) 400 const ProgramPointTag *tag = nullptr) 414 const ProgramPointTag *tag = nullptr) [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 170 const ProgramPointTag *Tag = nullptr) { 182 const ProgramPointTag *Tag = nullptr) { 190 const ProgramPointTag *Tag = nullptr) { 196 const ProgramPointTag *Tag = nullptr) { 210 const ProgramPointTag *Tag = nullptr) { 226 const ProgramPointTag *Tag = nullptr) { 240 const ProgramPointTag *Tag = nullptr) { 256 const ProgramPointTag *Tag = nullptr) { 397 const ProgramPointTag *Tag = nullptr) {
|
| H A D | CoreEngine.h | 359 const ProgramPointTag *Tag = nullptr) { 365 const ProgramPointTag *Tag = nullptr) { 414 const ProgramPointTag *tag = nullptr, 424 const ProgramPointTag *tag = nullptr,
|
| H A D | ExprEngine.h | 596 static std::pair<const ProgramPointTag *, const ProgramPointTag *> 684 const ProgramPointTag *tag = nullptr, 691 const ProgramPointTag *tag = nullptr);
|
| H A D | CallEvent.h | 55 class ProgramPointTag; variable 359 const ProgramPointTag *Tag = nullptr) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 20 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag() 24 const ProgramPointTag *tag){ in getProgramPoint()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 742 class DataTag : public ProgramPointTag { 762 DataTag(void *TagKind) : ProgramPointTag(TagKind) {} in DataTag() 782 static bool classof(const ProgramPointTag *T) { in classof()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 352 const ProgramPointTag *Tag, CheckerContext &Ctx,
|
| H A D | RetainCountDiagnostics.cpp | 545 const ProgramPointTag *Tag = N->getLocation().getTag(); in VisitNode()
|
| H A D | RetainCountChecker.cpp | 1209 const ProgramPointTag *Tag, in handleAutoreleaseCounts()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 3630 const ProgramPointTag *tag) { in evalStore() 3655 const ProgramPointTag *tag, in evalLoad() 3722 std::pair<const ProgramPointTag *, const ProgramPointTag*> 3751 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation() 3878 if (const ProgramPointTag *Tag = OtherNode->getLocation().getTag()) in getNodeLabel()
|
| H A D | BugReporterVisitors.cpp | 2782 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl() 2794 const ProgramPointTag *PreviousNodeTag = in VisitNodeImpl() 2805 const ProgramPointTag *CurrentNodeTag = PS->getTag(); in VisitNodeImpl()
|
| H A D | CallEvent.cpp | 289 const ProgramPointTag *Tag) const { in getProgramPoint()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 487 class CheckerBase : public ProgramPointTag {
|