class IntegerValue

Declaration

class IntegerValue : public Value { /* full declaration omitted */ };

Description

Models an integer.

Declared at: clang/include/clang/Analysis/FlowSensitive/Value.h:217

Inherits from: Value

Member Variables

Method Overview

Inherited from Value:

Methods

IntegerValue()

Declared at: clang/include/clang/Analysis/FlowSensitive/Value.h:219

static bool classof(
    const clang::dataflow::Value* Val)

Declared at: clang/include/clang/Analysis/FlowSensitive/Value.h:221

Parameters

const clang::dataflow::Value* Val