Searched refs:ProgramPointTag (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 36 class ProgramPointTag; variable 73 llvm::PointerIntPair<const ProgramPointTag *, 2, unsigned> Tag; 80 const ProgramPointTag *tag = nullptr) 94 const ProgramPointTag *tag = nullptr) 108 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() 153 const ProgramPointTag *getTag() const { return Tag.getPointer(); } in getTag() 190 const ProgramPointTag *tag); 196 const ProgramPointTag *tag = nullptr) 242 const ProgramPointTag *tag) in StmtPoint() 265 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag, [all …]
|
/external/clang/lib/Analysis/ |
D | ProgramPoint.cpp | 19 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag() 23 const ProgramPointTag *tag){ in getProgramPoint()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerContext.h | 209 const ProgramPointTag *Tag = nullptr) { 222 const ProgramPointTag *Tag = nullptr) { 230 const ProgramPointTag *Tag = nullptr) { 289 const ProgramPointTag *Tag = nullptr) {
|
D | ExprEngine.h | 446 std::pair<const ProgramPointTag *, const ProgramPointTag*> 509 const ProgramPointTag *tag = nullptr, 516 const ProgramPointTag *tag = nullptr); 539 const ProgramPointTag *tag, 549 const ProgramPointTag *tag, bool isLoad);
|
D | CoreEngine.h | 28 class ProgramPointTag; variable 327 const ProgramPointTag *Tag = nullptr) { 333 const ProgramPointTag *Tag = nullptr) { 383 const ProgramPointTag *tag = nullptr, 393 const ProgramPointTag *tag = nullptr,
|
D | CallEvent.h | 30 class ProgramPointTag; variable 302 const ProgramPointTag *Tag = nullptr) const;
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 2066 const ProgramPointTag *tag) { in evalStore() 2091 const ProgramPointTag *tag, in evalLoad() 2130 const ProgramPointTag *tag, in evalLoadCommon() 2167 const ProgramPointTag *tag, in evalLocation() 2197 std::pair<const ProgramPointTag *, const ProgramPointTag*> 2227 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation() 2529 if (const ProgramPointTag *tag = Loc.getTag()) { in getNodeLabel()
|
D | BugReporterVisitors.cpp | 1198 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &tags = in VisitNodeImpl() 1202 const ProgramPointTag *tag = PS->getTag(); in VisitNodeImpl()
|
D | CallEvent.cpp | 179 const ProgramPointTag *Tag) const { in getProgramPoint()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 2604 const ProgramPointTag *getDeadSymbolTag(SymbolRef sym) const; 2612 const ProgramPointTag *Tag, CheckerContext &Ctx, 3581 const ProgramPointTag *Tag, in handleAutoreleaseCounts() 3721 const ProgramPointTag * 3749 const ProgramPointTag *Tag = getDeadSymbolTag(Sym); in checkDeadSymbols()
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 455 class CheckerBase : public ProgramPointTag {
|