mirror of
https://github.com/github/codeql.git
synced 2026-03-22 15:36:48 +01:00
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
import cpp
|
|
|
|
from Element e, Attribute a
|
|
where a = ((Variable)e).getAnAttribute()
|
|
or a = ((Function)e).getAnAttribute()
|
|
or a = ((Struct )e).getAnAttribute()
|
|
select e, a, a.getAnArgument()
|