about summary refs log tree commit diff
path: root/utils/autodict_ql/strcmp-str.ql
blob: 83ffadafa003de37b14188bdb139c94ef1e0adc6 (plain) (blame)
1
2
3
4
5
6
7
8
import cpp 

/// function : strcmp

from FunctionCall fucall, Expr size
where
    fucall.getTarget().hasName("strcmp")
select fucall.getArgument(_).getValueText()