CodeQL library for C/C++
codeql/cpp-all 6.0.1 (changelog, source)
Search

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.AliasedSSA

Direct supertypes

Predicates

getAnAllocation

Gets an allocation of this set.

getIRFunction

Gets the enclosing IRFunction of this set.

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