Searched refs:create_implicit_typedef (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | name-lookup.c | 5738 tdef = create_implicit_typedef (name, type); in pushtag_1()
|
H A D | decl.c | 883 create_implicit_typedef (tree name, tree type) in create_implicit_typedef() function 3701 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node); in cxx_init_decl_processing()
|
H A D | cp-tree.h | 5083 extern tree create_implicit_typedef (tree, tree);
|
H A D | pt.c | 7275 type_decl = create_implicit_typedef (DECL_NAME (gen_tmpl), t); in lookup_template_class_1()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | name-lookup.c | 6663 tdef = create_implicit_typedef (name, type); in do_pushtag()
|
H A D | decl.c | 935 create_implicit_typedef (tree name, tree type) in create_implicit_typedef() function 4303 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node); in cxx_init_decl_processing()
|
H A D | cp-tree.h | 6317 extern tree create_implicit_typedef (tree, tree);
|
H A D | pt.c | 913 tree d = create_implicit_typedef (DECL_NAME (tmpl), t); in maybe_new_partial_specialization() 9492 type_decl = create_implicit_typedef (DECL_NAME (gen_tmpl), t); in lookup_template_class_1()
|