Searched refs:ProgramPointTag (Results 1 – 11 of 11) sorted by relevance
| /trueos/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 = 0) 94 const ProgramPointTag *tag = 0) 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 = 0) 242 const ProgramPointTag *tag) in StmtPoint() 265 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag, [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | ProgramPoint.cpp | 19 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag() 23 const ProgramPointTag *tag){ in getProgramPoint()
|
| /trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | CheckerContext.h | 204 const ProgramPointTag *Tag = 0) { 217 const ProgramPointTag *Tag = 0) { 225 const ProgramPointTag *Tag = 0) { 284 const ProgramPointTag *Tag = 0) {
|
| HD | ExprEngine.h | 440 std::pair<const ProgramPointTag *, const ProgramPointTag*> 503 const ProgramPointTag *tag = 0, 510 const ProgramPointTag *tag = 0); 533 const ProgramPointTag *tag, 543 const ProgramPointTag *tag, bool isLoad);
|
| HD | CoreEngine.h | 28 class ProgramPointTag; variable 327 const ProgramPointTag *Tag = 0) { 333 const ProgramPointTag *Tag = 0) { 381 const ProgramPointTag *tag = 0, 391 const ProgramPointTag *tag = 0,
|
| HD | CallEvent.h | 30 class ProgramPointTag; variable 304 const ProgramPointTag *Tag = 0) const;
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | ExprEngine.cpp | 2001 const ProgramPointTag *tag) { in evalStore() 2026 const ProgramPointTag *tag, in evalLoad() 2065 const ProgramPointTag *tag, in evalLoadCommon() 2102 const ProgramPointTag *tag, in evalLocation() 2132 std::pair<const ProgramPointTag *, const ProgramPointTag*> 2160 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation() 2461 if (const ProgramPointTag *tag = Loc.getTag()) { in getNodeLabel()
|
| HD | BugReporterVisitors.cpp | 1196 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &tags = in VisitNodeImpl() 1200 const ProgramPointTag *tag = PS->getTag(); in VisitNodeImpl()
|
| HD | CallEvent.cpp | 175 const ProgramPointTag *Tag) const { in getProgramPoint()
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | RetainCountChecker.cpp | 2520 const ProgramPointTag *getDeadSymbolTag(SymbolRef sym) const; 2528 const ProgramPointTag *Tag, CheckerContext &Ctx, 3463 const ProgramPointTag *Tag, in handleAutoreleaseCounts() 3603 const ProgramPointTag * 3631 const ProgramPointTag *Tag = getDeadSymbolTag(Sym); in checkDeadSymbols()
|
| /trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| HD | Checker.h | 455 class CheckerBase : public ProgramPointTag {
|