Home
last modified time | relevance | path

Searched refs:ffun (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dbool-cast-lp32.c1 extern int ffun(void);
9 static _Bool ffun_i(void) { return ffun; } in ffun_i()
10 static _Bool ffun_e(void) { return (_Bool)ffun; } in ffun_e()
H A Dbool-cast-lp64.c1 extern int ffun(void);
9 static _Bool ffun_i(void) { return ffun; } in ffun_i()
10 static _Bool ffun_e(void) { return (_Bool)ffun; } in ffun_e()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1845 int ffun = 1; in decl_ToString() local
1910 if (out == DTS_RET && ffun == 1) { in decl_ToString()
1912 ffun = 0; in decl_ToString()