Home
last modified time | relevance | path

Searched refs:syshdr (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/libcpp/include/
H A Dcpp-id-data.h71 unsigned int syshdr : 1; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcppfiles.c631 cpp_make_system_header (pfile, syshdr, externc) in cpp_make_system_header() argument
633 int syshdr, externc;
638 if (syshdr)
H A Dcppmacro.c544 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;
H A Dcpphash.h102 unsigned int syshdr : 1; member
/openbsd/gnu/gcc/libcpp/
H A Dmacro.c536 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()
H A Dfiles.c1030 cpp_make_system_header (cpp_reader *pfile, int syshdr, int externc) in cpp_make_system_header() argument
1037 if (syshdr) in cpp_make_system_header()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog7335 * gcc.dg/cpp/syshdr.h: New file.
10328 * gcc.dg/cpp/syshdr.c: New test.