clang 17.0.0git
Functions
ArrayBoundCheckerV2.cpp File Reference
#include "clang/AST/CharUnits.h"
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/StaticAnalyzer/Checkers/Taint.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/DynamicExtent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>
Include dependency graph for ArrayBoundCheckerV2.cpp:

Go to the source code of this file.

Functions

static SVal computeExtentBegin (SValBuilder &svalBuilder, const MemRegion *region)
 
static std::pair< NonLoc, nonloc::ConcreteIntgetSimplifiedOffsets (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)
 

Function Documentation

◆ addValue()

static SVal addValue ( ProgramStateRef  state,
SVal  x,
SVal  y,
SValBuilder svalBuilder 
)
static

◆ computeExtentBegin()

static SVal computeExtentBegin ( SValBuilder svalBuilder,
const MemRegion region 
)
static

◆ getSimplifiedOffsets()

static std::pair< NonLoc, nonloc::ConcreteInt > getSimplifiedOffsets ( NonLoc  offset,
nonloc::ConcreteInt  extent,
SValBuilder svalBuilder 
)
static

◆ getValue()

static SVal getValue ( SVal  val,
SValBuilder svalBuilder 
)
inlinestatic

◆ scaleValue()

static SVal scaleValue ( ProgramStateRef  state,
NonLoc  baseVal,
CharUnits  scaling,
SValBuilder sb 
)
inlinestatic