Searched refs:ProgramPointTag (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 40 class ProgramPointTag { 43 virtual ~ProgramPointTag(); 54 class SimpleProgramPointTag : public ProgramPointTag { 106 const ProgramPointTag *tag = nullptr) 120 const ProgramPointTag *tag = nullptr) 276 const ProgramPointTag *tag) in StmtPoint() 317 const ProgramPointTag *tag = nullptr) 393 const ProgramPointTag *tag = nullptr) 407 const ProgramPointTag *tag = nullptr) 421 const ProgramPointTag *tag = nullptr) [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 166 const ProgramPointTag *Tag = nullptr) { 179 const ProgramPointTag *Tag = nullptr) { 187 const ProgramPointTag *Tag = nullptr) { 199 const ProgramPointTag *Tag = nullptr) { 213 const ProgramPointTag *Tag = nullptr) { 276 const ProgramPointTag *Tag = nullptr) {
|
| H A D | CoreEngine.h | 347 const ProgramPointTag *Tag = nullptr) { 353 const ProgramPointTag *Tag = nullptr) { 402 const ProgramPointTag *tag = nullptr, 412 const ProgramPointTag *tag = nullptr,
|
| H A D | ExprEngine.h | 547 static std::pair<const ProgramPointTag *, const ProgramPointTag *> 639 const ProgramPointTag *tag = nullptr, 646 const ProgramPointTag *tag = nullptr); 682 const ProgramPointTag *tag,
|
| H A D | CallEvent.h | 54 class ProgramPointTag; variable 374 const ProgramPointTag *Tag = nullptr) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 19 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag() 23 const ProgramPointTag *tag){ in getProgramPoint()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 2769 const ProgramPointTag *tag) { in evalStore() 2794 const ProgramPointTag *tag, in evalLoad() 2861 std::pair<const ProgramPointTag *, const ProgramPointTag*> 2890 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation() 3028 if (const ProgramPointTag *Tag = OtherNode->getLocation().getTag()) in getNodeLabel()
|
| H A D | BugReporterVisitors.cpp | 1849 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &tags = in VisitNodeImpl() 1852 const ProgramPointTag *tag = PS->getTag(); in VisitNodeImpl()
|
| H A D | CallEvent.cpp | 340 const ProgramPointTag *Tag) const { in getProgramPoint()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 351 const ProgramPointTag *Tag, CheckerContext &Ctx,
|
| H A D | RetainCountChecker.cpp | 1246 const ProgramPointTag *Tag, in handleAutoreleaseCounts()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 491 class CheckerBase : public ProgramPointTag {
|