Files
codeql/cpp/ql/test/library-tests/pointsto/basic/compoundEdge.ql
2018-08-02 17:53:23 +01:00

6 lines
328 B
Plaintext

import semmle.code.cpp.pointsto.PointsTo
from Element parent, Element element, string label, Element other, int kind
where compoundEdge(parent, element, label, other, kind)
select parent.getLocation().getStartLine(), parent, element.getLocation().getStartLine(), element, label, other.getLocation().getStartLine(), other, kind