Home
last modified time | relevance | path

Searched refs:error_mark_list (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c154 tree error_mark_list; variable
6975 error_mark_list = build_tree_list (error_mark_node, error_mark_node); in cxx_init_decl_processing()
6976 TREE_TYPE (error_mark_list) = error_mark_node; in cxx_init_decl_processing()
H A Dcp-tree.h3194 extern GTY(()) tree error_mark_list;
H A Dtypeck.c2937 return error_mark_list;
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog2201 error_mark_list.
2202 * cp-tree.h (error_mark_list): Remove declaration.
2203 * decl.c (error_mark_list): Remove definition.
2204 (cxx_init_decl_processing): Do not initialize error_mark_list.