clang
3.9.0
|
#include "ClangSACheckers.h"
#include "clang/AST/CharUnits.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/ExprEngine.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static SVal | computeExtentBegin (SValBuilder &svalBuilder, const MemRegion *region) |
static SVal | getValue (SVal val, SValBuilder &svalBuilder) |
static SVal | scaleValue (ProgramStateRef state, NonLoc baseVal, CharUnits scaling, SValBuilder &sb) |
static SVal | addValue (ProgramStateRef state, SVal x, SVal y, SValBuilder &svalBuilder) |
|
static |
Definition at line 242 of file ArrayBoundCheckerV2.cpp.
References clang::ento::SVal::castAs(), clang::ento::SValBuilder::evalBinOpNN(), clang::ento::SValBuilder::getArrayIndexType(), and clang::ento::SVal::isUnknownOrUndef().
|
static |
Definition at line 68 of file ArrayBoundCheckerV2.cpp.
References clang::ento::MemRegion::getKind(), and clang::ento::SValBuilder::makeZeroArrayIndex().
|
inlinestatic |
Definition at line 226 of file ArrayBoundCheckerV2.cpp.
References clang::ento::SVal::getAs(), and clang::ento::SValBuilder::makeArrayIndex().
Referenced by clang::ento::SimpleConstraintManager::assumeAux(), clang::ento::SimpleConstraintManager::assumeWithinInclusiveRange(), clang::ento::nonloc::CompoundVal::begin(), clang::ento::Loc::dumpToStream(), clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr(), clang::ento::nonloc::CompoundVal::end(), clang::ento::nonloc::ConcreteInt::evalBinOp(), clang::ento::loc::ConcreteInt::evalBinOp(), clang::ento::nonloc::ConcreteInt::evalComplement(), clang::ento::nonloc::ConcreteInt::evalMinus(), clang::ento::StoreManager::getLValueElement(), clang::threadSafety::getSourceLiteralString(), clang::tooling::nodeToCommandLine(), and clang::ento::ExprEngine::VisitUnaryOperator().
|
inlinestatic |
Definition at line 232 of file ArrayBoundCheckerV2.cpp.
References clang::ento::SValBuilder::evalBinOpNN(), clang::ento::SValBuilder::getArrayIndexType(), clang::CharUnits::getQuantity(), and clang::ento::SValBuilder::makeArrayIndex().