CodeQL library for Java/Kotlin
codeql/java-all 7.8.3-dev (changelog, source)
Search

Predicate ssaGetAFirstUse

Gets an access of the SSA source variable underlying this SSA variable that can be reached from this SSA variable without passing through any other uses, but potentially through phi nodes and uncertain implicit updates.

Import path

import semmle.code.java.dataflow.SSA
VarRead ssaGetAFirstUse(SsaDefinition def)