Home
last modified time | relevance | path

Searched refs:n__VA_ARGS__ (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Didentifiers.c74 s->n__VA_ARGS__ = cpp_lookup (pfile, DSC("__VA_ARGS__")); in _cpp_init_hashtable()
75 s->n__VA_ARGS__->flags |= NODE_DIAGNOSTIC; in _cpp_init_hashtable()
H A Dinternal.h231 cpp_hashnode *n__VA_ARGS__; /* C99 vararg macros */ member
H A Dpch.c642 s->n__VA_ARGS__ = cpp_lookup (r, DSC("__VA_ARGS__")); in cpp_read_state()
H A Dmacro.c1360 pfile->spec_nodes.n__VA_ARGS__); in parse_params()
1764 if (param != pfile->spec_nodes.n__VA_ARGS__) in cpp_macro_definition()
H A Dlex.c544 if (result == pfile->spec_nodes.n__VA_ARGS__ in lex_identifier()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpphash.c75 s->n__VA_ARGS__ = cpp_lookup (pfile, DSC("__VA_ARGS__"));
76 s->n__VA_ARGS__->flags |= NODE_DIAGNOSTIC;
H A Dcpphash.h260 cpp_hashnode *n__VA_ARGS__; /* C99 vararg macros */ member
H A Dcppmacro.c1387 pfile->spec_nodes.n__VA_ARGS__);
1734 if (param != pfile->spec_nodes.n__VA_ARGS__)
H A Dcpplex.c480 if (result == pfile->spec_nodes.n__VA_ARGS__
H A DChangeLog.414698 token->val.node with spec_nodes->n__VA_ARGS__.