Lines Matching full:_
25 #define PANDA_ASSEMBLER_TYPES(_) \ argument
26 _("void", VOID) \
27 _("u1", U1) \
28 _("u8", U8) \
29 _("i8", I8) \
30 _("u16", U16) \
31 _("i16", I16) \
32 _("u32", U32) \
33 _("i32", I32) \
34 _("u64", U64) \
35 _("i64", I64) \
36 _("f32", F32) \
37 _("f64", F64) \
38 _("any", TAGGED)
40 #define KEYWORDS_LIST(_) \ argument
41 _(".catch", CATCH) \
42 _(".catchall", CATCHALL) \
43 _(".language", LANG) \
44 _(".function", FUN) \
45 _(".record", REC) \
46 _(".array", ARR) \
47 _(".field", FLD)