Searched defs:PRIuS (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dformat_macros.h22 // printf("xyz: %" PRIuS, size);
46 #if !defined(PRIuS)
47 #define PRIuS "zu" macro
68 #if !defined(PRIuS)
69 #define PRIuS "Iu" macro
/external/clang/test/SemaCXX/
H A Dcxx0x-compat.cpp31 #define PRIuS "uS" macro
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 73 milliseconds