class CompoundVal

Declaration

class CompoundVal : public NonLoc { /* 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:377

Inherits from: NonLoc

Member Variables

Inherited from SVal:

protected Data = nullptr
protected Kind = 0

Method Overview

  • private CompoundVal(const clang::ento::CompoundValData * D)
  • public clang::ento::nonloc::CompoundVal::iterator begin() const
  • public static bool classof(clang::ento::SVal V)
  • public static bool classof(clang::ento::NonLoc V)
  • public clang::ento::nonloc::CompoundVal::iterator end() const
  • public const clang::ento::CompoundValData * getValue() const

Inherited from NonLoc:

Inherited from DefinedSVal:

Inherited from DefinedOrUnknownSVal:

Inherited from SVal:

Methods

CompoundVal(const clang::ento::CompoundValData* D)

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

Parameters

const clang::ento::CompoundValData* D

clang::ento::nonloc::CompoundVal::iterator begin()
    const

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

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

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

Parameters

clang::ento::SVal V

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

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

Parameters

clang::ento::NonLoc V

clang::ento::nonloc::CompoundVal::iterator end()
    const

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

const clang::ento::CompoundValData* getValue()
    const

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