CodeQL library for C/C++
codeql/cpp-all 4.0.1 (changelog, source)
Search

Predicate signature InputSig::readStep

Holds if data can flow from node1 to node2 via a read of c. Thus, node1 references an object with a content c.getAReadContent() whose value ends up in node2.

signature predicate readStep(Node node1, ContentSet c, Node node2)