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

  /external/chromium/base/
format_macros.h 22 // printf("xyz: %" PRIuS, size);
46 #if !defined(PRIuS)
47 #define PRIuS "zu"
68 #if !defined(PRIuS)
69 #define PRIuS "Iu"
  /external/clang/test/SemaCXX/
cxx0x-compat.cpp 31 #define PRIuS "uS"
35 printf("foo is %"PRIuS", bar is %"PRIuS, foo, bar); // expected-warning 2{{identifier after literal will be treated as a reserved user-defined literal suffix in C++11}}

Completed in 291 milliseconds