Home
last modified time | relevance | path

Searched refs:binop_t (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dfunction-ptr-xtype.c1 typedef int (*binop_t)(int, int); typedef
16 res += ((binop_t)fn)(arg1, arg2); in foo()
29 res += ((binop_t)fn)(arg1, arg2); in bar()