Home
last modified time | relevance | path

Searched refs:ProgramPointTag (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h38 class ProgramPointTag {
41 virtual ~ProgramPointTag();
51 class SimpleProgramPointTag : public ProgramPointTag {
103 const ProgramPointTag *tag = nullptr)
117 const ProgramPointTag *tag = nullptr)
273 const ProgramPointTag *tag) in StmtPoint()
314 const ProgramPointTag *tag = nullptr)
390 const ProgramPointTag *tag = nullptr)
404 const ProgramPointTag *tag = nullptr)
418 const ProgramPointTag *tag = nullptr)
[all …]
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h169 const ProgramPointTag *Tag = nullptr) {
181 const ProgramPointTag *Tag = nullptr) {
189 const ProgramPointTag *Tag = nullptr) {
195 const ProgramPointTag *Tag = nullptr) {
209 const ProgramPointTag *Tag = nullptr) {
223 const ProgramPointTag *Tag = nullptr) {
239 const ProgramPointTag *Tag = nullptr) {
380 const ProgramPointTag *Tag = nullptr) {
H A DCoreEngine.h362 const ProgramPointTag *Tag = nullptr) {
368 const ProgramPointTag *Tag = nullptr) {
417 const ProgramPointTag *tag = nullptr,
427 const ProgramPointTag *tag = nullptr,
H A DExprEngine.h595 static std::pair<const ProgramPointTag *, const ProgramPointTag *>
685 const ProgramPointTag *tag = nullptr,
692 const ProgramPointTag *tag = nullptr);
770 const ProgramPointTag *tag,
H A DCallEvent.h54 class ProgramPointTag; variable
352 const ProgramPointTag *Tag = nullptr) const;
/llvm-project-15.0.7/clang/lib/Analysis/
H A DProgramPoint.cpp20 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag()
24 const ProgramPointTag *tag){ in getProgramPoint()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h738 class DataTag : public ProgramPointTag {
758 DataTag(void *TagKind) : ProgramPointTag(TagKind) {} in DataTag()
778 static bool classof(const ProgramPointTag *T) { in classof()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h353 const ProgramPointTag *Tag, CheckerContext &Ctx,
H A DRetainCountDiagnostics.cpp545 const ProgramPointTag *Tag = N->getLocation().getTag(); in VisitNode()
H A DRetainCountChecker.cpp1210 const ProgramPointTag *Tag, in handleAutoreleaseCounts()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3279 const ProgramPointTag *tag) { in evalStore()
3304 const ProgramPointTag *tag, in evalLoad()
3371 std::pair<const ProgramPointTag *, const ProgramPointTag*>
3400 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation()
3530 if (const ProgramPointTag *Tag = OtherNode->getLocation().getTag()) in getNodeLabel()
H A DBugReporterVisitors.cpp2586 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl()
2598 const ProgramPointTag *PreviousNodeTag = in VisitNodeImpl()
2609 const ProgramPointTag *CurrentNodeTag = PS->getTag(); in VisitNodeImpl()
H A DCallEvent.cpp290 const ProgramPointTag *Tag) const { in getProgramPoint()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h492 class CheckerBase : public ProgramPointTag {