Home
last modified time | relevance | path

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

/system/ulib/unittest/include/unittest/
A Dunittest.h402 #define AUTO_TYPE_VAR(type) auto macro
404 #define AUTO_TYPE_VAR(type) __typeof__(type) macro
414 const AUTO_TYPE_VAR(lhs) _lhs_val = (lhs); \
415 const AUTO_TYPE_VAR(rhs) _rhs_val = (rhs); \

Completed in 6 milliseconds