Searched refs:STRINGIZE (Results 1 - 4 of 4) 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_unittest.cc27 EXPECT_STREQ("FOO", STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_A));
29 STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_B(y)));
30 EXPECT_STREQ("\"foo\"", STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_C));
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 91 milliseconds