Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dcast.c10 #define DEFINE_CAST(from, to) \ macro
16 DEFINE_CAST(from, bool) \
17 DEFINE_CAST(from, char) \
18 DEFINE_CAST(from, schar) \
19 DEFINE_CAST(from, uchar) \
20 DEFINE_CAST(from, short) \
21 DEFINE_CAST(from, ushort) \
22 DEFINE_CAST(from, int) \
23 DEFINE_CAST(from, uint) \
24 DEFINE_CAST(from, long) \
[all …]