|
clang
5.0.0
|
#include "ClangSACheckers.h"#include "clang/AST/ExprObjC.h"#include "clang/AST/ExprOpenMP.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 "clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h"#include "llvm/ADT/SmallString.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| static const Expr * | getDereferenceExpr (const Stmt *S, bool IsBind=false) |
| static bool | suppressReport (const Expr *E) |
Definition at line 91 of file DereferenceChecker.cpp.
References E, clang::ast_matchers::expr, and clang::ento::parseAssignment().
Definition at line 109 of file DereferenceChecker.cpp.
References clang::QualType::getQualifiers(), clang::Expr::getType(), and clang::Qualifiers::hasAddressSpace().
1.8.6