Searched defs:POST (Results 1 – 4 of 4) sorted by relevance
45 #define POST(x) \ macro61 #define POST(x) \ macro
141 #define POST(expr) _UTILS_ASSERT(utils::postcondition, expr, #expr) macro
54 #define POST(x) (void)(x) macro
2965 enum Direction { PRE = 0, POST = 1 }; enumerator