clang
9.0.0
|
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h"
#include <utility>
Go to the source code of this file.
Macros | |
#define | REGISTER_CHECKER(name) |
Functions | |
REGISTER_MAP_WITH_PROGRAMSTATE (IteratorRegionMap, const MemRegion *, IteratorPosition) namespace | |
#define REGISTER_CHECKER | ( | name | ) |
Definition at line 2375 of file IteratorChecker.cpp.
REGISTER_MAP_WITH_PROGRAMSTATE | ( | IteratorRegionMap | , |
const MemRegion * | , | ||
IteratorPosition | |||
) |
Definition at line 266 of file IteratorChecker.cpp.
References clang::Equal, i, and State.