enum class Value::Kind
Declared at: clang/include/clang/Analysis/FlowSensitive/Value.h:34
Enumerators
Name | Value | Comment |
---|---|---|
Integer | 0 | |
Reference | 1 | |
Pointer | 2 | |
Struct | 3 | |
AtomicBool | 4 | |
Conjunction | 5 | |
Disjunction | 6 | |
Negation | 7 | |
Implication | 8 | |
Biconditional | 9 |
Declared at: clang/include/clang/Analysis/FlowSensitive/Value.h:34
Name | Value | Comment |
---|---|---|
Integer | 0 | |
Reference | 1 | |
Pointer | 2 | |
Struct | 3 | |
AtomicBool | 4 | |
Conjunction | 5 | |
Disjunction | 6 | |
Negation | 7 | |
Implication | 8 | |
Biconditional | 9 |