Searched defs:spec_nodes (Results 1 – 2 of 2) sorted by relevance
279 struct spec_nodes struct281 cpp_hashnode *n_defined; /* defined operator */282 cpp_hashnode *n_true; /* C++ keyword true */283 cpp_hashnode *n_false; /* C++ keyword false */284 cpp_hashnode *n__VA_ARGS__; /* C99 vararg macros */285 cpp_hashnode *n__VA_OPT__; /* C++ vararg macros */286 cpp_hashnode *n__has_include__; /* __has_include__ operator */287 cpp_hashnode *n__has_include_next__; /* __has_include_next__ operator */544 struct spec_nodes spec_nodes; member
275 struct spec_nodes struct277 cpp_hashnode *n_defined; /* defined operator */278 cpp_hashnode *n_true; /* C++ keyword true */279 cpp_hashnode *n_false; /* C++ keyword false */280 cpp_hashnode *n__VA_ARGS__; /* C99 vararg macros */521 struct spec_nodes spec_nodes; member