Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h38 class ProgramPointTag {
41 virtual ~ProgramPointTag();
51 class SimpleProgramPointTag : public ProgramPointTag {
103 const ProgramPointTag *tag = nullptr,
114 const ProgramPointTag *tag = nullptr,
269 const ProgramPointTag *tag) in StmtPoint()
310 const ProgramPointTag *tag = nullptr)
386 const ProgramPointTag *tag = nullptr)
400 const ProgramPointTag *tag = nullptr)
414 const ProgramPointTag *tag = nullptr)
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h170 const ProgramPointTag *Tag = nullptr) {
182 const ProgramPointTag *Tag = nullptr) {
190 const ProgramPointTag *Tag = nullptr) {
196 const ProgramPointTag *Tag = nullptr) {
210 const ProgramPointTag *Tag = nullptr) {
226 const ProgramPointTag *Tag = nullptr) {
240 const ProgramPointTag *Tag = nullptr) {
256 const ProgramPointTag *Tag = nullptr) {
397 const ProgramPointTag *Tag = nullptr) {
H A DCoreEngine.h359 const ProgramPointTag *Tag = nullptr) {
365 const ProgramPointTag *Tag = nullptr) {
414 const ProgramPointTag *tag = nullptr,
424 const ProgramPointTag *tag = nullptr,
H A DExprEngine.h596 static std::pair<const ProgramPointTag *, const ProgramPointTag *>
684 const ProgramPointTag *tag = nullptr,
691 const ProgramPointTag *tag = nullptr);
H A DCallEvent.h55 class ProgramPointTag; variable
359 const ProgramPointTag *Tag = nullptr) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp20 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag()
24 const ProgramPointTag *tag){ in getProgramPoint()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h742 class DataTag : public ProgramPointTag {
762 DataTag(void *TagKind) : ProgramPointTag(TagKind) {} in DataTag()
782 static bool classof(const ProgramPointTag *T) { in classof()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h352 const ProgramPointTag *Tag, CheckerContext &Ctx,
H A DRetainCountDiagnostics.cpp545 const ProgramPointTag *Tag = N->getLocation().getTag(); in VisitNode()
H A DRetainCountChecker.cpp1209 const ProgramPointTag *Tag, in handleAutoreleaseCounts()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3630 const ProgramPointTag *tag) { in evalStore()
3655 const ProgramPointTag *tag, in evalLoad()
3722 std::pair<const ProgramPointTag *, const ProgramPointTag*>
3751 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation()
3878 if (const ProgramPointTag *Tag = OtherNode->getLocation().getTag()) in getNodeLabel()
H A DBugReporterVisitors.cpp2782 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl()
2794 const ProgramPointTag *PreviousNodeTag = in VisitNodeImpl()
2805 const ProgramPointTag *CurrentNodeTag = PS->getTag(); in VisitNodeImpl()
H A DCallEvent.cpp289 const ProgramPointTag *Tag) const { in getProgramPoint()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h487 class CheckerBase : public ProgramPointTag {