Searched refs:build_vthis_function (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-tree.h | 595 extern tree build_vthis_function (tree, tree);
|
H A D | decl.cc | 1411 newfntype = build_vthis_function (void_type_node, fntype); in get_symbol_decl() 1425 newfntype = build_vthis_function (handle, fntype); in get_symbol_decl()
|
H A D | types.cc | 934 tree dgtype = build_vthis_function (void_type_node, fntype); in visit()
|
H A D | ChangeLog-2021 | 73 (build_vthis_function): Propagate TYPE_QUAL_VOLATILE from original
|
H A D | d-codegen.cc | 2352 build_vthis_function (tree basetype, tree type) in build_vthis_function() function
|
H A D | ChangeLog-2017 | 472 (build_vthis_type): Rename to build_vthis_function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-tree.h | 572 extern tree build_vthis_function (tree, tree);
|
H A D | types.cc | 789 tree dgtype = build_vthis_function (void_type_node, fntype); in visit()
|
H A D | decl.cc | 1242 newfntype = build_vthis_function (void_type_node, fntype); in get_symbol_decl() 1256 newfntype = build_vthis_function (handle, fntype); in get_symbol_decl()
|
H A D | d-codegen.cc | 2053 build_vthis_function (tree basetype, tree type) in build_vthis_function() function
|