Searched refs:TDS (Results 1 – 2 of 2) sorted by relevance
255 typedef struct TDS { struct256 } TDS __attribute__((deprecated)); // expected-note {{'TDS' has been explicitly marked deprecated h… typedef257 TDS tds; // expected-warning {{'TDS' is deprecated}}258 struct TDS tds2; // no warning, attribute only applies to the typedef.
555 time_t TDS = Obj->getTimeDateStamp(); in printFileHeaders() local557 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printFileHeaders()660 time_t TDS = D.TimeDateStamp; in printCOFFDebugDirectory() local661 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printCOFFDebugDirectory()