Class AliasedVirtualVariable
A virtual variable that groups all escaped memory within a function.
Import path
import semmle.code.cpp.ir.implementation.aliased_ssa.internal.AliasedSSADirect supertypes
Indirect supertypes
Inherited fields
Inherited predicates
| canDefineReadOnly | Holds if a definition of this location can be the definition of a read-only use location. | from MemoryLocation0 |
| canReuseSsa | from MemoryLocation0 | |
| getAnAllocation | Gets an allocation associated with this | from MemoryLocation0 |
| getIRFunction | from AllAliasedMemory | |
| getIRType | from MemoryLocation0 | |
| getLocation | from AllAliasedMemory | |
| getType | from AllAliasedMemory | |
| getUniqueId | from AllAliasedMemory | |
| getVirtualVariable | from AllAliasedMemory | |
| isAlwaysAllocatedOnStack | Holds if the location always represents memory allocated on the stack (for example, a variable with automatic storage duration). | from MemoryLocation0 |
| isMayAccess | from AllAliasedMemory | |
| isReadOnly | Holds if the location cannot be overwritten except by definition of a | from MemoryLocation0 |
| toString | from MemoryLocation0 | |
| toStringInternal | from AllAliasedMemory |