clang 20.0.0git
|
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
Go to the source code of this file.
Functions | |
REGISTER_MAP_WITH_PROGRAMSTATE (PreviousCallResultMap, const FunctionDecl *, const MemRegion *) const NoteTag *InvalidPtrChecker | |
REGISTER_MAP_WITH_PROGRAMSTATE | ( | PreviousCallResultMap | , |
const FunctionDecl * | , | ||
const MemRegion * | |||
) | const |
Definition at line 119 of file InvalidPtrChecker.cpp.
References clang::C.