clang 23.0.0git
clang::ento::ImplicitNullDerefEvent Struct Reference

We dereferenced a location that may be null. More...

#include "clang/StaticAnalyzer/Core/Checker.h"

Public Attributes

SVal Location
bool IsLoad
ExplodedNodeSinkNode
BugReporterBR
bool IsDirectDereference

Static Public Attributes

static int Tag

Detailed Description

We dereferenced a location that may be null.

Definition at line 624 of file Checker.h.

Member Data Documentation

◆ BR

BugReporter* clang::ento::ImplicitNullDerefEvent::BR

Definition at line 628 of file Checker.h.

◆ IsDirectDereference

bool clang::ento::ImplicitNullDerefEvent::IsDirectDereference

Definition at line 632 of file Checker.h.

◆ IsLoad

bool clang::ento::ImplicitNullDerefEvent::IsLoad

Definition at line 626 of file Checker.h.

◆ Location

SVal clang::ento::ImplicitNullDerefEvent::Location

Definition at line 625 of file Checker.h.

◆ SinkNode

ExplodedNode* clang::ento::ImplicitNullDerefEvent::SinkNode

Definition at line 627 of file Checker.h.

◆ Tag

int ImplicitNullDerefEvent::Tag
static

Definition at line 634 of file Checker.h.


The documentation for this struct was generated from the following files: