Searched defs:trace_ (Results 1 – 2 of 2) sorted by relevance
223 #define trace_(file, line, ...) KmtTrace( file ":" KMT_STRINGIZE(line), __VA_ARGS__) macro
158 #define trace_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_trace macro