Home
last modified time | relevance | path

Searched refs:TDS (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dattr-deprecated.cpp255 typedef struct TDS { struct
256 } TDS __attribute__((deprecated)); // expected-note {{'TDS' has been explicitly marked deprecated h… typedef
257 TDS tds; // expected-warning {{'TDS' is deprecated}}
258 struct TDS tds2; // no warning, attribute only applies to the typedef.
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp555 time_t TDS = Obj->getTimeDateStamp(); in printFileHeaders() local
557 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printFileHeaders()
660 time_t TDS = D.TimeDateStamp; in printCOFFDebugDirectory() local
661 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printCOFFDebugDirectory()