Searched refs:AUTO_TYPE_VAR (Results 1 – 1 of 1) sorted by relevance
402 #define AUTO_TYPE_VAR(type) auto macro404 #define AUTO_TYPE_VAR(type) __typeof__(type) macro414 const AUTO_TYPE_VAR(lhs) _lhs_val = (lhs); \415 const AUTO_TYPE_VAR(rhs) _rhs_val = (rhs); \
Completed in 6 milliseconds