OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BugReporterVisitorImpl
(Results
1 - 9
of
9
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h
33
/// Custom visitors should subclass the
BugReporterVisitorImpl
class for a
35
/// (Warning: if you have a deep subclass of
BugReporterVisitorImpl
, the
48
/// Instead, they should inherit from
BugReporterVisitorImpl
and provide
51
/// (Warning: if you have a deep subclass of
BugReporterVisitorImpl
, the
85
/// BugReporterVisitor, subclass
BugReporterVisitorImpl
and provide a public
88
/// (Warning: if you have a deep subclass of
BugReporterVisitorImpl
, the
92
class
BugReporterVisitorImpl
: public BugReporterVisitor {
99
: public
BugReporterVisitorImpl
<FindLastStoreBRVisitor> {
130
: public
BugReporterVisitorImpl
<TrackConstraintBRVisitor> {
166
: public
BugReporterVisitorImpl
<NilReceiverBRVisitor>
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp
42
: public
BugReporterVisitorImpl
<DynamicTypeBugVisitor> {
TestAfterDivZeroChecker.cpp
58
class DivisionBRVisitor : public
BugReporterVisitorImpl
<DivisionBRVisitor> {
MacOSKeychainAPIChecker.cpp
132
: public
BugReporterVisitorImpl
<SecKeychainBugVisitor> {
DynamicTypePropagation.cpp
76
class GenericsBugVisitor : public
BugReporterVisitorImpl
<GenericsBugVisitor> {
[
all
...]
NullabilityChecker.cpp
147
: public
BugReporterVisitorImpl
<NullabilityBugVisitor> {
[
all
...]
RetainCountChecker.cpp
[
all
...]
MallocChecker.cpp
396
: public
BugReporterVisitorImpl
<MallocBugVisitor> {
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
135
class ReturnVisitor : public
BugReporterVisitorImpl
<ReturnVisitor> {
[
all
...]
Completed in 829 milliseconds