Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcxx0x-compat.cpp34 #define PRIuS "uS" macro
38 …printf("foo is %"PRIuS", bar is %"PRIuS, foo, bar); // expected-warning 2{{identifier after litera… in h()
/external/pdfium/core/include/fxcrt/
Dfx_system.h342 #if !defined(PRIuS)
343 #define PRIuS "zu" macro
348 #if !defined(PRIuS)
349 #define PRIuS "Iu" macro