Home | History | Annotate | Download | only in Support

Lines Matching refs:EXPLICIT_SYMBOL

157 #define EXPLICIT_SYMBOL(SYM) \
162 // boldly use the EXPLICIT_SYMBOL macro without checking for a #define first.
165 EXPLICIT_SYMBOL(stderr);
166 EXPLICIT_SYMBOL(stdout);
167 EXPLICIT_SYMBOL(stdin);
171 // as a macro before using EXPLICIT_SYMBOL.
174 EXPLICIT_SYMBOL(stdin);
177 EXPLICIT_SYMBOL(stdout);
180 EXPLICIT_SYMBOL(stderr);
184 #undef EXPLICIT_SYMBOL