HomeSort by relevance Sort by last modified time
    Searched refs:TDS (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
attr-deprecated.cpp 255 typedef struct TDS {
256 } TDS __attribute__((deprecated)); // expected-note {{'TDS' has been explicitly marked deprecated here}}
257 TDS tds; // expected-warning {{'TDS' is deprecated}} variable
258 struct TDS tds2; // no warning, attribute only applies to the typedef.
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 555 time_t TDS = Obj->getTimeDateStamp();
557 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
660 time_t TDS = D.TimeDateStamp;
661 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
    [all...]

Completed in 62 milliseconds