Searched refs:STRINGIFY (Results 1 – 25 of 26) sorted by relevance
12
20 #define STRINGIFY(x) #x macro21 #define MACRO_STRINGIFY(x) STRINGIFY(x)
23 #define STRINGIFY(x) #x macro24 #define MACRO_STRINGIFY(x) STRINGIFY(x)
104 #define STRINGIFY(x) STRINGIFY1(x) macro106 __attribute__ ((alias (STRINGIFY(_longjmp))));
1 STRINGIFY(
37 #define STRINGIFY(x) #x macro
102 #define STRINGIFY(macro) #macro104 ( STRINGIFY(macro) "" )[0] != 0 ? "=" STRINGIFY(macro) : "" )
74 #define STRINGIFY(x) #x macro75 #define TOSTRING(x) STRINGIFY(x)
49 #define STRINGIFY(x) #x macro50 #define MACRO_STRINGIFY(x) STRINGIFY(x)
397 const char* name = "node_register_module_v" STRINGIFY(NODE_MODULE_VERSION); in GetInitializerCallback()403 STRINGIFY(NAPI_MODULE_INITIALIZER_BASE) STRINGIFY(NAPI_MODULE_VERSION); in GetNapiInitializerCallback()
135 __FILE__ ":" STRINGIFY(__LINE__), #expr, PRETTY_FUNCTION_NAME \151 #define STRINGIFY(x) STRINGIFY_(x) macro
159 const char* conf_section_name = STRINGIFY(NODE_OPENSSL_CONF_NAME);
50 #define XSTRINGIFY(x) STRINGIFY(x)51 #define STRINGIFY(x) #x macro
41 #define STRINGIFY(x) DO_STRINGIFY(x) macro
571 STRINGIFY(x), \572 STRINGIFY(__##x##__),
46 #define STRINGIFY(x) STRINGIFY_ (x) macro47 #define DATADIR STRINGIFY (UVCH264DEMUX_DATADIR)
606 #define STRINGIFY(X) #X macro607 #define TOSTRING(X) STRINGIFY(X)
682 #define STRINGIFY(X) (#X) in enumeration() macro683 #define DYNAMIC_TAG(X, Y) IO.enumCase(Value, STRINGIFY(DT_##X), ELF::DT_##X); in enumeration()730 #undef STRINGIFY in enumeration()
792 #define STRINGIFY(x) #x macro