mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
SSA: Add some qldoc.
This commit is contained in:
@@ -1610,6 +1610,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
|
||||
|
||||
SsaDefinitionExtNodeImpl() { this = TSsaDefinitionNode(def) }
|
||||
|
||||
/** Gets the corresponding `DefinitionExt`. */
|
||||
DefinitionExt getDefExt() { result = def }
|
||||
|
||||
deprecated override DefinitionExt getDefinitionExt() { result = def }
|
||||
@@ -1925,6 +1926,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
|
||||
this = TRefPhiRead(_, result)
|
||||
}
|
||||
|
||||
/** Holds if this reference is a synthesized phi read. */
|
||||
predicate isPhiRead() { this = TRefPhiRead(_, _) }
|
||||
|
||||
/** Gets a textual representation of this SSA reference. */
|
||||
|
||||
Reference in New Issue
Block a user