class AtomicBoolValue

Declaration

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

Description

Models an atomic boolean.

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

Inherits from: BoolValue

Member Variables

Method Overview

Inherited from BoolValue:

Inherited from Value:

Methods

AtomicBoolValue()

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

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

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

Parameters

const clang::dataflow::Value* Val