CodeQL library for C#
codeql/csharp-all 0.7.4 ( changelog , source )
Search

Predicate Make :: adjacentDefNoUncertainReads

NB: If this predicate is exposed, it should be cached.

Same as adjacentDefRead, but ignores uncertain reads.

Import path

import codeql.ssa.Ssa
predicate adjacentDefNoUncertainReads ( Definition def , BasicBlock bb1 , int i1 , BasicBlock bb2 , int i2 )