Home | History | Annotate | Download | only in Support

Lines Matching refs:EXPLICIT_SYMBOL

140 #define EXPLICIT_SYMBOL(SYM) \
145 // boldly use the EXPLICIT_SYMBOL macro without checking for a #define first.
148 EXPLICIT_SYMBOL(stderr);
149 EXPLICIT_SYMBOL(stdout);
150 EXPLICIT_SYMBOL(stdin);
154 // as a macro before using EXPLICIT_SYMBOL.
157 EXPLICIT_SYMBOL(stdin);
160 EXPLICIT_SYMBOL(stdout);
163 EXPLICIT_SYMBOL(stderr);
167 #undef EXPLICIT_SYMBOL