Home
last modified time | relevance | path

Searched defs:spec_nodes (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/libcpp/
Dinternal.h226 struct spec_nodes struct
228 cpp_hashnode *n_defined; /* defined operator */
229 cpp_hashnode *n_true; /* C++ keyword true */
230 cpp_hashnode *n_false; /* C++ keyword false */
231 cpp_hashnode *n__VA_ARGS__; /* C99 vararg macros */
431 struct spec_nodes spec_nodes; member
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcpphash.h255 struct spec_nodes struct
257 cpp_hashnode *n_defined; /* defined operator */
258 cpp_hashnode *n_true; /* C++ keyword true */
259 cpp_hashnode *n_false; /* C++ keyword false */
260 cpp_hashnode *n__VA_ARGS__; /* C99 vararg macros */
439 struct spec_nodes spec_nodes; member