Searched refs:__trace_if (Results 1 – 3 of 3) sorted by relevance
166 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) )167 #define __trace_if(cond) \ macro
145 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) )146 #define __trace_if(cond) \ macro
594 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) )595 #define __trace_if(cond) \