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 | 459 std::pair<const ProgramPointTag *, const ProgramPointTag*> 522 const ProgramPointTag *tag = nullptr, 529 const ProgramPointTag *tag = nullptr); 552 const ProgramPointTag *tag, 562 const ProgramPointTag *tag, bool isLoad);
|
D | CoreEngine.h | 28 class ProgramPointTag; variable 322 const ProgramPointTag *Tag = nullptr) { 328 const ProgramPointTag *Tag = nullptr) { 378 const ProgramPointTag *tag = nullptr, 388 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 | 2178 const ProgramPointTag *tag) { in evalStore() 2203 const ProgramPointTag *tag, in evalLoad() 2242 const ProgramPointTag *tag, in evalLoadCommon() 2279 const ProgramPointTag *tag, in evalLocation() 2309 std::pair<const ProgramPointTag *, const ProgramPointTag*> 2339 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation() 2641 if (const ProgramPointTag *tag = Loc.getTag()) { in getNodeLabel()
|
D | BugReporterVisitors.cpp | 1190 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &tags = in VisitNodeImpl() 1194 const ProgramPointTag *tag = PS->getTag(); in VisitNodeImpl()
|
D | CallEvent.cpp | 179 const ProgramPointTag *Tag) const { in getProgramPoint()
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 451 class CheckerBase : public ProgramPointTag {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 2640 const ProgramPointTag *getDeadSymbolTag(SymbolRef sym) const; 2648 const ProgramPointTag *Tag, CheckerContext &Ctx, 3681 const ProgramPointTag *Tag, in handleAutoreleaseCounts() 3849 const ProgramPointTag * 3877 const ProgramPointTag *Tag = getDeadSymbolTag(Sym); in checkDeadSymbols()
|