Class AllocationMemoryLocation
Import path
import semmle.code.cpp.ir.implementation.aliased_ssa.internal.AliasedSSADirect supertypes
Indirect supertypes
Known direct subtypes
Fields
Predicates
| getAnAllocation | Gets an allocation associated with this |
| getIRFunction | |
| getLocation | |
| getVirtualVariable | |
| isMayAccess | |
| isReadOnly | Holds if the location cannot be overwritten except by definition of a |
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 | |
| getIRType | from MemoryLocation0 | |
| getType | from MemoryLocation0 | |
| getUniqueId | from MemoryLocation0 | |
| isAlwaysAllocatedOnStack | Holds if the location always represents memory allocated on the stack (for example, a variable with automatic storage duration). | from MemoryLocation0 |
| toString | from MemoryLocation0 | |
| toStringInternal | from MemoryLocation0 |