Searched refs:ProgramPointTag (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 38 class ProgramPointTag { 40 ProgramPointTag(void *tagKind = nullptr) : TagKind(tagKind) {} in TagKind() 41 virtual ~ProgramPointTag(); 51 class SimpleProgramPointTag : public ProgramPointTag { 96 llvm::PointerIntPair<const ProgramPointTag *, 2, unsigned> Tag; 103 const ProgramPointTag *tag = nullptr, 114 const ProgramPointTag *tag = nullptr, 129 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() 173 const ProgramPointTag *getTag() const { return Tag.getPointer(); } in getTag() 216 const ProgramPointTag *tag); [all …]
|
/freebsd/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) { 409 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 | 588 static std::pair<const ProgramPointTag *, const ProgramPointTag *> 676 const ProgramPointTag *tag = nullptr, 683 const ProgramPointTag *tag = nullptr);
|
H A D | CallEvent.h | 55 class ProgramPointTag; variable 360 const ProgramPointTag *Tag = nullptr) const;
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ProgramPoint.cpp | 20 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag() 24 const ProgramPointTag *tag){ in getProgramPoint()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 754 class DataTag : public ProgramPointTag { 774 DataTag(void *TagKind) : ProgramPointTag(TagKind) {} in DataTag() 794 static bool classof(const ProgramPointTag *T) { in classof()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3642 const ProgramPointTag *tag) { in evalStore() 3667 const ProgramPointTag *tag, in evalLoad() 3734 std::pair<const ProgramPointTag *, const ProgramPointTag*> 3763 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation() 3890 if (const ProgramPointTag *Tag = OtherNode->getLocation().getTag()) in getNodeLabel()
|
H A D | BugReporterVisitors.cpp | 2786 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl() 2798 const ProgramPointTag *PreviousNodeTag = in VisitNodeImpl() 2809 const ProgramPointTag *CurrentNodeTag = PS->getTag(); in VisitNodeImpl()
|
H A D | CallEvent.cpp | 289 const ProgramPointTag *Tag) const { in getProgramPoint()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
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()
|