Searched defs:auto (Results 1 – 4 of 4) sorted by relevance
22 # define auto __auto_type macro
109 #define BL_CTRL_VAL(law, auto) (((1 & (auto)) << 3) | ((0x3 & (law)) << 4)) argument
30 # define auto __auto_type macro
2219 auto_token: Option<Token![auto]>, in parse_rest_of_trait()