Searched refs:ProgramPointTag (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 39 class ProgramPointTag { 42 virtual ~ProgramPointTag(); 52 class SimpleProgramPointTag : public ProgramPointTag { 104 const ProgramPointTag *tag = nullptr) 118 const ProgramPointTag *tag = nullptr) 274 const ProgramPointTag *tag) in StmtPoint() 315 const ProgramPointTag *tag = nullptr) 391 const ProgramPointTag *tag = nullptr) 405 const ProgramPointTag *tag = nullptr) 419 const ProgramPointTag *tag = nullptr) [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 167 const ProgramPointTag *Tag = nullptr) { 179 const ProgramPointTag *Tag = nullptr) { 187 const ProgramPointTag *Tag = nullptr) { 193 const ProgramPointTag *Tag = nullptr) { 207 const ProgramPointTag *Tag = nullptr) { 221 const ProgramPointTag *Tag = nullptr) { 237 const ProgramPointTag *Tag = nullptr) { 377 const ProgramPointTag *Tag = nullptr) {
|
| H A D | CoreEngine.h | 356 const ProgramPointTag *Tag = nullptr) { 362 const ProgramPointTag *Tag = nullptr) { 411 const ProgramPointTag *tag = nullptr, 421 const ProgramPointTag *tag = nullptr,
|
| H A D | ExprEngine.h | 589 static std::pair<const ProgramPointTag *, const ProgramPointTag *> 688 const ProgramPointTag *tag = nullptr, 695 const ProgramPointTag *tag = nullptr); 760 const ProgramPointTag *tag,
|
| H A D | CallEvent.h | 54 class ProgramPointTag; variable 354 const ProgramPointTag *Tag = nullptr) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 20 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag() 24 const ProgramPointTag *tag){ in getProgramPoint()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 740 class DataTag : public ProgramPointTag { 760 DataTag(void *TagKind) : ProgramPointTag(TagKind) {} in DataTag() 780 static bool classof(const ProgramPointTag *T) { in classof()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 353 const ProgramPointTag *Tag, CheckerContext &Ctx,
|
| H A D | RetainCountDiagnostics.cpp | 551 const ProgramPointTag *Tag = N->getLocation().getTag(); in VisitNode()
|
| H A D | RetainCountChecker.cpp | 1209 const ProgramPointTag *Tag, in handleAutoreleaseCounts()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 2940 const ProgramPointTag *tag) { in evalStore() 2965 const ProgramPointTag *tag, in evalLoad() 3032 std::pair<const ProgramPointTag *, const ProgramPointTag*> 3061 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation() 3192 if (const ProgramPointTag *Tag = OtherNode->getLocation().getTag()) in getNodeLabel()
|
| H A D | BugReporterVisitors.cpp | 2505 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl() 2517 const ProgramPointTag *PreviousNodeTag = in VisitNodeImpl() 2528 const ProgramPointTag *CurrentNodeTag = PS->getTag(); in VisitNodeImpl()
|
| H A D | CallEvent.cpp | 308 const ProgramPointTag *Tag) const { in getProgramPoint()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 492 class CheckerBase : public ProgramPointTag {
|