clang 22.0.0git
ExprInspectionChecker.cpp File Reference

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)

Function Documentation

◆ getArgumentValueString()

◆ printHelper() [1/3]

void printHelper ( llvm::raw_svector_ostream & Out,
CheckerContext & C,
const llvm::APSInt & I )
static

Definition at line 264 of file ExprInspectionChecker.cpp.

References clang::C.

◆ printHelper() [2/3]

void printHelper ( llvm::raw_svector_ostream & Out,
CheckerContext & C,
SVal V )
static

Definition at line 275 of file ExprInspectionChecker.cpp.

References clang::C, and V.

◆ printHelper() [3/3]

void printHelper ( llvm::raw_svector_ostream & Out,
CheckerContext & C,
SymbolRef Sym )
static

Definition at line 270 of file ExprInspectionChecker.cpp.

References clang::C.