clang 20.0.0git
|
#include "clang/Analysis/IssueHash.h"
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/StaticAnalyzer/Checkers/SValExplainer.h"
#include "clang/StaticAnalyzer/Checkers/Taint.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/DynamicExtent.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/ScopedPrinter.h"
#include <optional>
Go to the source code of this file.
Functions | |
static const char * | getArgumentValueString (const CallExpr *CE, CheckerContext &C) |
static void | printHelper (llvm::raw_svector_ostream &Out, CheckerContext &C, const llvm::APSInt &I) |
static void | printHelper (llvm::raw_svector_ostream &Out, CheckerContext &C, SymbolRef Sym) |
static void | printHelper (llvm::raw_svector_ostream &Out, CheckerContext &C, SVal V) |
|
static |
Definition at line 133 of file ExprInspectionChecker.cpp.
References clang::C, clang::ento::SVal::castAs(), clang::CallExpr::getArg(), clang::ento::ExplodedNode::getLocationContext(), clang::CallExpr::getNumArgs(), clang::ento::ExplodedNode::getState(), and clang::ento::SVal::isUndef().
|
static |
Definition at line 263 of file ExprInspectionChecker.cpp.
|
static |
Definition at line 274 of file ExprInspectionChecker.cpp.
References V.
|
static |
Definition at line 269 of file ExprInspectionChecker.cpp.
References clang::C.