1 static int and_bool(int x
, int y
)
6 static unsigned int uand_bool(unsigned int x
, unsigned int y
)
11 static int or_bool(int x
, int y
)
16 static unsigned int uor_bool(unsigned int x
, unsigned int y
)
22 * check-name: Logical operator code generation
23 * check-command: ./sparsec -c $file -o tmp.o