Searched refs:t_ (Results 1 – 1 of 1) sorted by relevance
29 #define FUNCTION(f_, t_) { t_ = f_; } argument32 #define MACRO_TYPE(t_, m_) { t_ v = m_; } argument33 #define TYPE(t_) { t_ value; } argument34 #define INCOMPLETE_TYPE(t_) { t_* value; } argument35 #define STRUCT_MEMBER(s_, t_, n_) { s_ s; t_* ptr = &(s.n_); } argument36 #define STRUCT_MEMBER_ARRAY(s_, t_, n_) { s_ s; t_* ptr = &(s.n_[0]); } argument37 #define STRUCT_MEMBER_FUNCTION_POINTER(s_, t_, n_) { s_ s; t_ = (s.n_); } argument