Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libcpp/
H A Dinternal.h200 unsigned char va_args_ok; member
H A Dmacro.c1361 pfile->state.va_args_ok = 1; in parse_params()
1607 pfile->state.va_args_ok = 0; in _cpp_create_definition()
H A Dlex.c545 && !pfile->state.va_args_ok) in lex_identifier()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h239 unsigned char va_args_ok; member
H A Dcppmacro.c1388 pfile->state.va_args_ok = 1;
1583 pfile->state.va_args_ok = 0;
H A Dcpplex.c481 && !pfile->state.va_args_ok)
H A DChangeLog.45242 Add va_args_ok, poisoned_ok, prevent_expansion, parsing_args.