CodeQL library for C/C++
codeql/cpp-all 0.9.2 ( 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 )