Searched refs:pan_bool_t (Results 1 – 3 of 3) sorted by relevance
1 typedef int pan_bool_t; typedef4 #define PAN_TRUE ((pan_bool_t) 1)6 pan_bool_t test (pan_bool_t b) { in test()
12 -${SPLINT} -expect 1 +partial +booltype pan_bool_t +booltrue PAN_TRUE +boolfalse PAN_FALSE boolt.c
5 boolt.c:7:16: Function test expects arg 1 to be pan_bool_t gets int: 2