Searched refs:syshdr (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpp-id-data.h70 unsigned int syshdr : 1;
H A Dcpplib.h797 unsigned int syshdr : 1;
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dpch.c445 p->syshdr = ((defnlen & 1) != 0 ? 1 : 0);
507 defnlen |= (pp[i]->syshdr != 0 ? 1 : 0);
H A Dinternal.h383 unsigned int syshdr : 1; member in struct:def_pragma_macro
H A Ddirectives.c1592 c->syshdr = node->value.macro->syshdr;
2495 h->value.macro->syshdr = c->syshdr;
H A Dmacro.c1108 if (CPP_PEDANTIC (pfile) && ! macro->syshdr
1470 if (CPP_WTRADITIONAL (pfile) && ! node->value.macro->syshdr)
2251 && ! macro->syshdr && ! cpp_in_system_header (pfile))
2270 && ! macro->syshdr && ! cpp_in_system_header (pfile))
3077 return node && node->value.macro && node->value.macro->syshdr;
3661 macro->syshdr = pfile->buffer && pfile->buffer->sysp != 0;
H A Dfiles.c1365 cpp_make_system_header (cpp_reader *pfile, int syshdr, int externc) argument
1371 if (syshdr)
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dpch.cc445 p->syshdr = ((defnlen & 1) != 0 ? 1 : 0);
507 defnlen |= (pp[i]->syshdr != 0 ? 1 : 0);
H A Dinternal.h399 unsigned int syshdr : 1; member in struct:def_pragma_macro
H A Ddirectives.cc1633 c->syshdr = node->value.macro->syshdr;
2632 h->value.macro->syshdr = c->syshdr;
H A Dmacro.cc1166 if (CPP_PEDANTIC (pfile) && ! macro->syshdr
1529 if (CPP_WTRADITIONAL (pfile) && ! node->value.macro->syshdr)
2362 && ! macro->syshdr && ! _cpp_in_system_header (pfile))
2381 && ! macro->syshdr && ! _cpp_in_system_header (pfile))
3279 return node->value.macro && node->value.macro->syshdr;
3872 macro->syshdr = pfile->buffer && pfile->buffer->sysp != 0;
H A Dfiles.cc1499 cpp_make_system_header (cpp_reader *pfile, int syshdr, int externc) argument
1505 if (syshdr)
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h853 unsigned int syshdr : 1;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc16361 sec.b (macro->syshdr);
16461 macro->syshdr = sec.b ();

Completed in 328 milliseconds