class BoolValue

Declaration

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

Description

Models a boolean.

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

Inherits from: Value

Member Variables

Method Overview

  • public BoolValue(clang::dataflow::Value::Kind ValueKind)
  • public static bool classof(const clang::dataflow::Value * Val)

Inherited from Value:

Methods

BoolValue(clang::dataflow::Value::Kind ValueKind)

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

Parameters

clang::dataflow::Value::Kind ValueKind

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

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

Parameters

const clang::dataflow::Value* Val