Searched defs:POST (Results 1 – 5 of 5) sorted by relevance
49 #define POST(x) \ macro65 #define POST(x) \ macro
51 #define POST(x) \ macro69 #define POST(x) \ macro
33 #define POST(x) ((void)(x)) macro
151 #define POST(expr) _UTILS_ASSERT(utils::postcondition, expr, #expr) macro
56 #define POST(x) (void)(x) macro