Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbool-cast-restricted.c19 #define SBIT ((__attribute__((force)) small_t) 1) macro
30 _Bool squx(small_t x) { return x & SBIT; } in squx()
31 _Bool tqux(small_t x) { _Bool r = x & SBIT; return r; } in tqux()
32 _Bool zqux(small_t x) { return (_Bool)(x & SBIT); } in zqux()