Searched defs:spec_nodes (Results 1 – 2 of 2) sorted by relevance
296 struct spec_nodes struct298 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
286 struct spec_nodes struct288 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