Class MakeUtils::SsaReadPosition
A position at which an SSA variable is read. This includes both ordinary reads occurring in basic blocks and input to phi nodes occurring along an edge between two basic blocks.
Import path
import codeql.rangeanalysis.internal.RangeUtilsDirect supertypes
Predicates
| hasReadOfVar | Holds if |
| toString | Gets a textual representation of this SSA read position. |