Class VariableGroup
An equivalence class of a set of allocations.
Any VariableGroup will be completely disjunct from any other
VariableGroup.
Import path
import semmle.code.cpp.ir.implementation.aliased_ssa.internal.AliasedSSADirect supertypes
Predicates
| getAnAllocation | Gets an allocation of this set. |
| getIRFunction | Gets the enclosing |
| getInitializationOrder | Gets the order that this set should be initialized in. |
| getLocation | Gets the location of this set. |
| getType | Gets the type of elements contained in this set. |
| toString |