Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dinternal.h279 struct spec_nodes struct
281 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
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dinternal.h275 struct spec_nodes struct
277 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