Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dmakesyscalls.sh12 syshdr="../sys/syscall.h"
67 syshdr = \"$syshdr\"
/dragonfly/usr.bin/truss/
H A Dx86_64.conf5 syshdr="/dev/null"
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpp-id-data.h69 unsigned int syshdr : 1; member
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dcpp-id-data.h70 unsigned int syshdr : 1; member
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dpch.c437 p->syshdr = ((defnlen & 1) != 0 ? 1 : 0); in _cpp_restore_pushed_macros()
499 defnlen |= (pp[i]->syshdr != 0 ? 1 : 0); in _cpp_save_pushed_macros()
H A Dmacro.c680 if (CPP_PEDANTIC (pfile) && ! macro->syshdr) in _cpp_arguments_ok()
1024 if (CPP_WTRADITIONAL (pfile) && ! node->value.macro->syshdr) in enter_macro_context()
1689 else if (CPP_PEDANTIC (pfile) && ! macro->syshdr in replace_args()
2441 return node && node->value.macro && node->value.macro->syshdr; in cpp_sys_macro_p()
2958 macro->syshdr = pfile->buffer && pfile->buffer->sysp != 0; in _cpp_create_definition()
H A Ddirectives.c1519 c->syshdr = node->value.macro->syshdr; in do_pragma_push_macro()
2448 h->value.macro->syshdr = c->syshdr; in cpp_pop_definition()
H A Dinternal.h369 unsigned int syshdr : 1; member
H A Dfiles.c1219 cpp_make_system_header (cpp_reader *pfile, int syshdr, int externc) in cpp_make_system_header() argument
1225 if (syshdr) in cpp_make_system_header()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dpch.c450 p->syshdr = ((defnlen & 1) != 0 ? 1 : 0); in _cpp_restore_pushed_macros()
512 defnlen |= (pp[i]->syshdr != 0 ? 1 : 0); in _cpp_save_pushed_macros()
H A Dmacro.c943 if (CPP_PEDANTIC (pfile) && ! macro->syshdr in _cpp_arguments_ok()
1307 if (CPP_WTRADITIONAL (pfile) && ! node->value.macro->syshdr) in enter_macro_context()
2094 && ! macro->syshdr && ! cpp_in_system_header (pfile)) in replace_args()
2113 && ! macro->syshdr && ! cpp_in_system_header (pfile)) in replace_args()
2920 return node && node->value.macro && node->value.macro->syshdr; in cpp_sys_macro_p()
3475 macro->syshdr = pfile->buffer && pfile->buffer->sysp != 0; in _cpp_create_definition()
H A Ddirectives.c1585 c->syshdr = node->value.macro->syshdr; in do_pragma_push_macro()
2547 h->value.macro->syshdr = c->syshdr; in cpp_pop_definition()
H A Dinternal.h378 unsigned int syshdr : 1; member
H A Dfiles.c1355 cpp_make_system_header (cpp_reader *pfile, int syshdr, int externc) in cpp_make_system_header() argument
1361 if (syshdr) in cpp_make_system_header()