Home
last modified time | relevance | path

Searched defs:t_ (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/headers/posix/
Dheader_checks.h29 #define FUNCTION(f_, t_) { t_ = f_; } argument
32 #define MACRO_TYPE(t_, m_) { t_ v = m_; } argument
33 #define TYPE(t_) { t_ value; } argument
34 #define INCOMPLETE_TYPE(t_) { t_* value; } argument
35 #define STRUCT_MEMBER(s_, t_, n_) { s_ s; t_* ptr = &(s.n_); } argument
36 #define STRUCT_MEMBER_ARRAY(s_, t_, n_) { s_ s; t_* ptr = &(s.n_[0]); } argument
37 #define STRUCT_MEMBER_FUNCTION_POINTER(s_, t_, n_) { s_ s; t_ = (s.n_); } argument