mirror of
https://github.com/github/codeql.git
synced 2026-05-14 03:09:26 +02:00
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
import cpp
|
|
|
|
select count(Function f, Function g | f.getAParameter() = g.getAParameter()
|
|
and f != g)
|
|
|