OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImplicitNullDerefEvent
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp
149
check::Event<
ImplicitNullDerefEvent
> > {
157
void checkEvent(
ImplicitNullDerefEvent
event) const;
221
//
ImplicitNullDerefEvent
event.
245
void NSOrCFErrorDerefChecker::checkEvent(
ImplicitNullDerefEvent
event) const {
DereferenceChecker.cpp
27
EventDispatcher<
ImplicitNullDerefEvent
> > {
180
ImplicitNullDerefEvent
event = { l, isLoad, N, &C.getBugReporter() };
/external/clang/include/clang/StaticAnalyzer/Core/
Checker.h
383
struct
ImplicitNullDerefEvent
{
Completed in 51 milliseconds