|
clang 22.0.0git
|
#include "clang/AST/DeclCXX.h"#include "clang/AST/ExprCXX.h"#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/CheckerContext.h"#include "llvm/ADT/StringRef.h"Go to the source code of this file.
Classes | |
| struct | llvm::FoldingSetTrait< AllocKind > |
Namespaces | |
| namespace | llvm |
| Diagnostic wrappers for TextAPI types for error reporting. | |
Functions | |
| static bool | isArrayPlacementNew (const CXXNewExpr *NE) |
| static ProgramStateRef | markSuperRegionReinterpreted (ProgramStateRef State, const MemRegion *Region) |
|
static |
Definition at line 77 of file PointerArithChecker.cpp.
References isArrayPlacementNew().
Referenced by isArrayPlacementNew().
|
static |
Definition at line 81 of file PointerArithChecker.cpp.