Searched refs:create_implicit_typedef (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1999 | 3518 (create_implicit_typedef): New function. 3531 (create_implicit_typedef): New function. 3567 (lookup_template_class): Likewise. Use create_implicit_typedef.
|
H A D | name-lookup.cc | 8142 tdef = create_implicit_typedef (name, type); in pushtag()
|
H A D | decl.cc | 884 create_implicit_typedef (tree name, tree type) in create_implicit_typedef() function 4690 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node); in cxx_init_decl_processing()
|
H A D | cp-tree.h | 6875 extern tree create_implicit_typedef (tree, tree);
|
H A D | class.cc | 6893 tree base_d = create_implicit_typedef (as_base_identifier, base_t); in layout_class_type()
|
H A D | ChangeLog-2009 | 590 * decl.c (create_implicit_typedef): Set TYPE_STUB_DECL here.
|
H A D | pt.cc | 971 tree d = create_implicit_typedef (DECL_NAME (tmpl), t); in maybe_new_partial_specialization() 10184 type_decl = create_implicit_typedef (DECL_NAME (gen_tmpl), t); in lookup_template_class_1()
|
H A D | ChangeLog-2000 | 2534 * decl.c (create_implicit_typedef): Adjust.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.c | 6891 tdef = create_implicit_typedef (name, type); in do_pushtag()
|
H A D | decl.c | 855 create_implicit_typedef (tree name, tree type) in create_implicit_typedef() function 4447 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node); in cxx_init_decl_processing()
|
H A D | cp-tree.h | 6604 extern tree create_implicit_typedef (tree, tree);
|
H A D | pt.c | 951 tree d = create_implicit_typedef (DECL_NAME (tmpl), t); in maybe_new_partial_specialization() 9946 type_decl = create_implicit_typedef (DECL_NAME (gen_tmpl), t); in lookup_template_class_1()
|