Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h39 class ProgramPointTag {
42 virtual ~ProgramPointTag();
52 class SimpleProgramPointTag : public ProgramPointTag {
104 const ProgramPointTag *tag = nullptr)
118 const ProgramPointTag *tag = nullptr)
274 const ProgramPointTag *tag) in StmtPoint()
315 const ProgramPointTag *tag = nullptr)
391 const ProgramPointTag *tag = nullptr)
405 const ProgramPointTag *tag = nullptr)
419 const ProgramPointTag *tag = nullptr)
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h167 const ProgramPointTag *Tag = nullptr) {
179 const ProgramPointTag *Tag = nullptr) {
187 const ProgramPointTag *Tag = nullptr) {
193 const ProgramPointTag *Tag = nullptr) {
207 const ProgramPointTag *Tag = nullptr) {
221 const ProgramPointTag *Tag = nullptr) {
237 const ProgramPointTag *Tag = nullptr) {
377 const ProgramPointTag *Tag = nullptr) {
H A DCoreEngine.h356 const ProgramPointTag *Tag = nullptr) {
362 const ProgramPointTag *Tag = nullptr) {
411 const ProgramPointTag *tag = nullptr,
421 const ProgramPointTag *tag = nullptr,
H A DExprEngine.h589 static std::pair<const ProgramPointTag *, const ProgramPointTag *>
688 const ProgramPointTag *tag = nullptr,
695 const ProgramPointTag *tag = nullptr);
760 const ProgramPointTag *tag,
H A DCallEvent.h54 class ProgramPointTag; variable
354 const ProgramPointTag *Tag = nullptr) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp20 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag()
24 const ProgramPointTag *tag){ in getProgramPoint()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h740 class DataTag : public ProgramPointTag {
760 DataTag(void *TagKind) : ProgramPointTag(TagKind) {} in DataTag()
780 static bool classof(const ProgramPointTag *T) { in classof()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h353 const ProgramPointTag *Tag, CheckerContext &Ctx,
H A DRetainCountDiagnostics.cpp551 const ProgramPointTag *Tag = N->getLocation().getTag(); in VisitNode()
H A DRetainCountChecker.cpp1209 const ProgramPointTag *Tag, in handleAutoreleaseCounts()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2940 const ProgramPointTag *tag) { in evalStore()
2965 const ProgramPointTag *tag, in evalLoad()
3032 std::pair<const ProgramPointTag *, const ProgramPointTag*>
3061 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation()
3192 if (const ProgramPointTag *Tag = OtherNode->getLocation().getTag()) in getNodeLabel()
H A DBugReporterVisitors.cpp2505 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl()
2517 const ProgramPointTag *PreviousNodeTag = in VisitNodeImpl()
2528 const ProgramPointTag *CurrentNodeTag = PS->getTag(); in VisitNodeImpl()
H A DCallEvent.cpp308 const ProgramPointTag *Tag) const { in getProgramPoint()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h492 class CheckerBase : public ProgramPointTag {