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