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

Predicate signature InputSig::storeStep

Holds if data can flow from node1 to node2 via a store into c. Thus, node2 references an object with a content c.getAStoreContent() that contains the value of node1.

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