We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9ebca commit 308d154Copy full SHA for 308d154
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll
@@ -977,6 +977,8 @@ private module DataFlowIntegrationInput implements SsaImpl::DataFlowIntegrationI
977
)
978
}
979
980
+ predicate ssaDefHasSource(SsaImpl::WriteDefinition def) { none() }
981
+
982
predicate ssaDefAssigns(SsaImpl::WriteDefinition def, Expr value) { none() }
983
984
class Parameter extends Void {
0 commit comments