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
- public AtomicBoolValue()
- public static bool classof(const clang::dataflow::Value * Val)
Inherited from BoolValue:
Inherited from Value:
Methods
¶AtomicBoolValue()
AtomicBoolValue()
Declared at: clang/include/clang/Analysis/FlowSensitive/Value.h:97
¶static bool classof(
const clang::dataflow::Value* Val)
static bool classof(
const clang::dataflow::Value* Val)
Declared at: clang/include/clang/Analysis/FlowSensitive/Value.h:99
Parameters
- const clang::dataflow::Value* Val