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

  /external/clang/test/Lexer/
warn-date-time.c 12 __TIME__ // expected-warning {{expansion of date or time macro is not reproducible}}
16 #define __TIME__
17 __TIME__
  /frameworks/compile/slang/
llvm-rs-cc.cpp 194 OS << " Built " << __DATE__ << " (" << __TIME__ ").\n";

Completed in 207 milliseconds