Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h296 struct spec_nodes struct
298 cpp_hashnode *n_defined; /* defined operator */
299 cpp_hashnode *n_true; /* C++ keyword true */
300 cpp_hashnode *n_false; /* C++ keyword false */
301 cpp_hashnode *n__VA_ARGS__; /* C99 vararg macros */
302 cpp_hashnode *n__VA_OPT__; /* C++ vararg macros */
304 enum {M_EXPORT, M_MODULE, M_IMPORT, M__IMPORT, M_HWM};
308 cpp_hashnode *n_modules[M_HWM][2];
566 struct spec_nodes spec_nodes; member
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h286 struct spec_nodes struct
288 cpp_hashnode *n_defined; /* defined operator */
289 cpp_hashnode *n_true; /* C++ keyword true */
290 cpp_hashnode *n_false; /* C++ keyword false */
291 cpp_hashnode *n__VA_ARGS__; /* C99 vararg macros */
292 cpp_hashnode *n__VA_OPT__; /* C++ vararg macros */
551 struct spec_nodes spec_nodes; member