class ConcreteInt

Declaration

class ConcreteInt : public Loc { /* full declaration omitted */ };

Description

SVal - This represents a symbolic expression, which can be either an L-value or an R-value.

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:540

Inherits from: Loc

Member Variables

Inherited from SVal:

protected Data = nullptr
protected Kind = 0

Method Overview

  • public ConcreteInt(const llvm::APSInt & V)
  • public static bool classof(clang::ento::SVal V)
  • public static bool classof(clang::ento::Loc V)
  • public const llvm::APSInt & getValue() const

Inherited from Loc:

Inherited from DefinedSVal:

Inherited from DefinedOrUnknownSVal:

Inherited from SVal:

Methods

ConcreteInt(const llvm::APSInt& V)

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:542

Parameters

const llvm::APSInt& V

static bool classof(clang::ento::SVal V)

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:548

Parameters

clang::ento::SVal V

static bool classof(clang::ento::Loc V)

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:552

Parameters

clang::ento::Loc V

const llvm::APSInt& getValue() const

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:544