clang  3.7.0
Public Attributes | List of all members
clang::ento::ImplicitNullDerefEvent Struct Reference

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

#include <Checker.h>

Collaboration diagram for clang::ento::ImplicitNullDerefEvent:
[legend]

Public Attributes

SVal Location
 
bool IsLoad
 
ExplodedNodeSinkNode
 
BugReporterBR
 

Detailed Description

We dereferenced a location that may be null.

Definition at line 512 of file Checker.h.

Member Data Documentation

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

Definition at line 516 of file Checker.h.

bool clang::ento::ImplicitNullDerefEvent::IsLoad

Definition at line 514 of file Checker.h.

SVal clang::ento::ImplicitNullDerefEvent::Location

Definition at line 513 of file Checker.h.

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

Definition at line 515 of file Checker.h.


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