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