Searched refs:ProgramPointTag (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/ |
| HD | 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 …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | ProgramPoint.cpp | 19 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag() 23 const ProgramPointTag *tag){ in getProgramPoint()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | CheckerContext.h | 209 const ProgramPointTag *Tag = nullptr) { 222 const ProgramPointTag *Tag = nullptr) { 230 const ProgramPointTag *Tag = nullptr) { 289 const ProgramPointTag *Tag = nullptr) {
|
| HD | 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);
|
| HD | 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,
|
| HD | CallEvent.h | 30 class ProgramPointTag; variable 302 const ProgramPointTag *Tag = nullptr) const;
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | ExprEngine.cpp | 2183 const ProgramPointTag *tag) { in evalStore() 2208 const ProgramPointTag *tag, in evalLoad() 2247 const ProgramPointTag *tag, in evalLoadCommon() 2284 const ProgramPointTag *tag, in evalLocation() 2314 std::pair<const ProgramPointTag *, const ProgramPointTag*> 2344 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation() 2646 if (const ProgramPointTag *tag = Loc.getTag()) { in getNodeLabel()
|
| HD | BugReporterVisitors.cpp | 1189 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &tags = in VisitNodeImpl() 1193 const ProgramPointTag *tag = PS->getTag(); in VisitNodeImpl()
|
| HD | CallEvent.cpp | 179 const ProgramPointTag *Tag) const { in getProgramPoint()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| HD | Checker.h | 451 class CheckerBase : public ProgramPointTag {
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | RetainCountChecker.cpp | 2662 const ProgramPointTag *getDeadSymbolTag(SymbolRef sym) const; 2670 const ProgramPointTag *Tag, CheckerContext &Ctx, 3737 const ProgramPointTag *Tag, in handleAutoreleaseCounts() 3903 const ProgramPointTag * 3931 const ProgramPointTag *Tag = getDeadSymbolTag(Sym); in checkDeadSymbols()
|