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

/external/clang/test/Preprocessor/
H A Dpp-record.c5 #define STRINGIZE(text) STRINGIZE_I(text) macro
10 #include STRINGIZE(INC)
/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/webkit/Source/JavaScriptCore/wtf/
H A DStdLibExtras.h50 // STRINGIZE: Can convert any value to quoted string, even expandable macros
51 #define STRINGIZE(exp) #exp macro
52 #define STRINGIZE_VALUE_OF(exp) STRINGIZE(exp)

Completed in 189 milliseconds