clang 19.0.0git
Functions
DivZeroChecker.cpp File Reference
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/StaticAnalyzer/Checkers/Taint.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include <optional>

Go to the source code of this file.

Functions

static const ExprgetDenomExpr (const ExplodedNode *N)
 

Function Documentation

◆ getDenomExpr()

static const Expr * getDenomExpr ( const ExplodedNode N)
static

Definition at line 42 of file DivZeroChecker.cpp.

References clang::ento::ExplodedNode::getLocationAs().