Class DefImpl
Import path
import semmle.code.cpp.ir.dataflow.internal.SsaImplDirect supertypes
Known direct subtypes
Fields
Predicates
| getAddressOperand | Gets the operand that represents the address of this definition, if any. |
| getBlock | Gets the block of this definition or use. |
| getIndirection | Gets the index (i.e., the number of loads required) of this definition or use. |
| getIndirectionIndex | Gets the indirection index of this definition. |
| getLocation | Gets the location of this element. |
| getSourceVariable | Gets the variable that is defined or used. |
| getValue | Gets the value written to the destination variable by this definition, if any. |
| hasIndexInBlock | Holds if this definition or use has index |
| hasIndexInBlock | Holds if this definition (or use) has index |
| isCertain | Holds if this definition is guaranteed to totally overwrite the destination buffer. |
| toString | Gets a textual representation of this element. |