Searched refs:TDS (Results 1 – 2 of 2) sorted by relevance
249 typedef struct TDS { struct250 } TDS __attribute__((deprecated)); // expected-note {{'TDS' has been explicitly marked deprecated h… typedef251 TDS tds; // expected-warning {{'TDS' is deprecated}}252 struct TDS tds2; // no warning, attribute only applies to the typedef.
362 time_t TDS = Obj->getTimeDateStamp(); in printFileHeaders() local364 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printFileHeaders()