HomeSort by relevance Sort by last modified time
    Searched refs:STRINGIZE (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Preprocessor/
pp-record.c 5 #define STRINGIZE(text) STRINGIZE_I(text)
10 #include STRINGIZE(INC)
ucn-pp-identifier.c 42 #define STRINGIZE(X) # X
44 extern int check_size[sizeof(STRINGIZE(\u0112)) == 3 ? 1 : -1];
  /external/chromium/base/
stringize_macros_unittest.cc 27 EXPECT_STREQ("FOO", STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_A));
29 STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_B(y)));
30 EXPECT_STREQ("\"foo\"", STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_C));
stringize_macros.h 28 // STRINGIZE(A) produces "FOO"
29 // STRINGIZE(B(y)) produces "myobj->FunctionCall(y)"
30 #define STRINGIZE(x) STRINGIZE_NO_EXPANSION(x)
40 // L version of STRINGIZE(). For examples above,
  /external/webkit/Source/JavaScriptCore/wtf/
StdLibExtras.h 50 // STRINGIZE: Can convert any value to quoted string, even expandable macros
51 #define STRINGIZE(exp) #exp
52 #define STRINGIZE_VALUE_OF(exp) STRINGIZE(exp)

Completed in 185 milliseconds