Searched defs:STRINGIZE (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/strings/
H A Dstringize_macros.h27 // STRINGIZE(A) produces "FOO"
28 // STRINGIZE(B(y)) produces "myobj->FunctionCall(y)"
29 #define STRINGIZE(x) STRINGIZE_NO_EXPANSION(x) macro
/external/chromium/base/
H A Dstringize_macros.h28 // STRINGIZE(A) produces "FOO"
29 // STRINGIZE(B(y)) produces "myobj->FunctionCall(y)"
30 #define STRINGIZE(x) STRINGIZE_NO_EXPANSION(x) macro
40 // L version of STRINGIZE(). For examples above,
/external/clang/test/Preprocessor/
H A Dpp-record.c5 #define STRINGIZE(text) STRINGIZE_I(text) macro
10 #include STRINGIZE(INC)
H A Ducn-pp-identifier.c42 #define STRINGIZE(X) # X macro
44 extern int check_size[sizeof(STRINGIZE(\u0112)) == 3 ? 1 : -1];
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DStdLibExtras.h64 // STRINGIZE: Can convert any value to quoted string, even expandable macros
65 #define STRINGIZE(exp) #exp macro
66 #define STRINGIZE_VALUE_OF(exp) STRINGIZE(exp)

Completed in 195 milliseconds