|
clang
5.0.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/APSIntType.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 std::pair< NonLoc, nonloc::ConcreteInt > | getSimplifiedOffsets (NonLoc offset, nonloc::ConcreteInt extent, SValBuilder &svalBuilder) |
| 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 290 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 69 of file ArrayBoundCheckerV2.cpp.
References clang::ento::MemRegion::getKind(), clang::ento::MemRegion::getMemorySpace(), and clang::ento::SValBuilder::makeZeroArrayIndex().
|
static |
Definition at line 83 of file ArrayBoundCheckerV2.cpp.
References clang::ento::SVal::getAs(), clang::ento::nonloc::ConcreteInt::getValue(), and clang::ento::SValBuilder::makeIntVal().
|
inlinestatic |
Definition at line 274 of file ArrayBoundCheckerV2.cpp.
References clang::ento::SVal::getAs(), and clang::ento::SValBuilder::makeArrayIndex().
Referenced by clang::ento::SimpleConstraintManager::assumeInclusiveRange(), 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(), clang::ento::ExprEngine::VisitLogicalExpr(), and clang::ento::ExprEngine::VisitUnaryOperator().
|
inlinestatic |
Definition at line 280 of file ArrayBoundCheckerV2.cpp.
References clang::ento::SValBuilder::evalBinOpNN(), clang::ento::SValBuilder::getArrayIndexType(), clang::CharUnits::getQuantity(), and clang::ento::SValBuilder::makeArrayIndex().
1.8.6