Searched refs:ProgramPointTag (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/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) 117 const ProgramPointTag *tag = nullptr) 273 const ProgramPointTag *tag) in StmtPoint() 314 const ProgramPointTag *tag = nullptr) 390 const ProgramPointTag *tag = nullptr) 404 const ProgramPointTag *tag = nullptr) 418 const ProgramPointTag *tag = nullptr) [all …]
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 169 const ProgramPointTag *Tag = nullptr) { 181 const ProgramPointTag *Tag = nullptr) { 189 const ProgramPointTag *Tag = nullptr) { 195 const ProgramPointTag *Tag = nullptr) { 209 const ProgramPointTag *Tag = nullptr) { 223 const ProgramPointTag *Tag = nullptr) { 239 const ProgramPointTag *Tag = nullptr) { 380 const ProgramPointTag *Tag = nullptr) {
|
| H A D | CoreEngine.h | 362 const ProgramPointTag *Tag = nullptr) { 368 const ProgramPointTag *Tag = nullptr) { 417 const ProgramPointTag *tag = nullptr, 427 const ProgramPointTag *tag = nullptr,
|
| H A D | ExprEngine.h | 595 static std::pair<const ProgramPointTag *, const ProgramPointTag *> 685 const ProgramPointTag *tag = nullptr, 692 const ProgramPointTag *tag = nullptr); 770 const ProgramPointTag *tag,
|
| H A D | CallEvent.h | 54 class ProgramPointTag; variable 352 const ProgramPointTag *Tag = nullptr) const;
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 20 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag() 24 const ProgramPointTag *tag){ in getProgramPoint()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 738 class DataTag : public ProgramPointTag { 758 DataTag(void *TagKind) : ProgramPointTag(TagKind) {} in DataTag() 778 static bool classof(const ProgramPointTag *T) { in classof()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 353 const ProgramPointTag *Tag, CheckerContext &Ctx,
|
| H A D | RetainCountDiagnostics.cpp | 545 const ProgramPointTag *Tag = N->getLocation().getTag(); in VisitNode()
|
| H A D | RetainCountChecker.cpp | 1210 const ProgramPointTag *Tag, in handleAutoreleaseCounts()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 3279 const ProgramPointTag *tag) { in evalStore() 3304 const ProgramPointTag *tag, in evalLoad() 3371 std::pair<const ProgramPointTag *, const ProgramPointTag*> 3400 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation() 3530 if (const ProgramPointTag *Tag = OtherNode->getLocation().getTag()) in getNodeLabel()
|
| H A D | BugReporterVisitors.cpp | 2586 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl() 2598 const ProgramPointTag *PreviousNodeTag = in VisitNodeImpl() 2609 const ProgramPointTag *CurrentNodeTag = PS->getTag(); in VisitNodeImpl()
|
| H A D | CallEvent.cpp | 290 const ProgramPointTag *Tag) const { in getProgramPoint()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 492 class CheckerBase : public ProgramPointTag {
|