Searched refs:syshdr (Results 1 – 7 of 7) sorted by relevance
71 unsigned int syshdr : 1; member
631 cpp_make_system_header (pfile, syshdr, externc) in cpp_make_system_header() argument633 int syshdr, externc;638 if (syshdr)
544 if (CPP_PEDANTIC (pfile) && ! macro->syshdr)774 if (CPP_WTRADITIONAL (pfile) && ! node->value.macro->syshdr)1192 return node && node->value.macro && node->value.macro->syshdr;1563 macro->syshdr = pfile->map->sysp != 0;
102 unsigned int syshdr : 1; member
536 if (CPP_PEDANTIC (pfile) && ! macro->syshdr) in _cpp_arguments_ok()760 if (CPP_WTRADITIONAL (pfile) && ! node->value.macro->syshdr) in enter_macro_context()1158 return node && node->value.macro && node->value.macro->syshdr; in cpp_sys_macro_p()1587 macro->syshdr = pfile->buffer && pfile->buffer->sysp != 0; in _cpp_create_definition()
1030 cpp_make_system_header (cpp_reader *pfile, int syshdr, int externc) in cpp_make_system_header() argument1037 if (syshdr) in cpp_make_system_header()
7335 * gcc.dg/cpp/syshdr.h: New file.10328 * gcc.dg/cpp/syshdr.c: New test.