Home
last modified time | relevance | path

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

/dports/devel/splint/splint-3.1.2/test/tests2.5/
H A Dboolt.c1 typedef int pan_bool_t; typedef
4 #define PAN_TRUE ((pan_bool_t) 1)
6 pan_bool_t test (pan_bool_t b) { in test()
H A DMakefile12 -${SPLINT} -expect 1 +partial +booltype pan_bool_t +booltrue PAN_TRUE +boolfalse PAN_FALSE boolt.c
/dports/devel/splint/splint-3.1.2/test/
H A Dtests2.5.expect5 boolt.c:7:16: Function test expects arg 1 to be pan_bool_t gets int: 2