Home | History | Annotate | Download | only in helgrind

Lines Matching full:_arg1

4400 #define unop(_op, _arg1)         IRExpr_Unop((_op),(_arg1))
4401 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2))