Home
last modified time | relevance | path

Searched defs:tree_list (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1499 struct GTY(()) tree_list { struct
1500 struct tree_common common;
1501 tree purpose;
1502 tree value;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1427 struct GTY(()) tree_list { struct
1428 struct tree_common common;
1429 tree purpose;
1430 tree value;
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc4984 trees_out::tree_list (tree list, bool has_purpose) in tree_list() function in trees_out
4997 trees_in::tree_list (bool has_purpose) in tree_list() function in trees_in
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c4568 tree tree_list; in c_parser_attribute_arguments() local
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc4605 tree tree_list; in c_parser_attribute_arguments() local