Searched refs:build_type_decl (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | types.cc | 998 build_type_decl (t->ctype, t->sym); in visit() 1010 build_type_decl (t->ctype, t->sym); in visit() 1061 build_type_decl (t->ctype, t->sym); in visit() 1108 build_type_decl (t->ctype, t->sym); in visit() 1113 build_type_decl (t->ctype, t->sym); in visit() 1193 build_type_decl (basetype, t->sym); in visit()
|
H A D | d-tree.h | 650 extern void build_type_decl (tree, Dsymbol *);
|
H A D | ChangeLog-2019 | 230 (build_type_decl): Include parameters in name of template types.
|
H A D | ChangeLog-2017 | 61 * decl.cc (build_type_decl): Set public and decl assembler name. 530 (build_type_decl): Likewise.
|
H A D | ChangeLog-2013 | 267 * d-objfile.cc (build_type_decl): Use fully qualified type name in 499 (ObjectFile::initTypeDecl): Rename to build_type_decl.
|
H A D | ChangeLog-2014 | 474 (build_type_decl): Don't emit the qualified identifier in debug
|
H A D | ChangeLog-2015 | 360 * d-objfile.cc (build_type_decl): Add TYPE_DECLs to global declarations,
|
H A D | decl.cc | 2460 build_type_decl (tree type, Dsymbol *dsym) in build_type_decl() function
|
H A D | ChangeLog-2020 | 158 (build_type_decl): Build TYPE_DECL as a typedef if not for an enum or
|
H A D | ChangeLog-2016 | 296 (build_type_decl): Don't add to global decl list, just call
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | types.cc | 869 build_type_decl (t->ctype, t->sym); in visit() 916 build_type_decl (t->ctype, t->sym); in visit() 990 build_type_decl (basetype, t->sym); in visit()
|
H A D | d-tree.h | 629 extern void build_type_decl (tree, Dsymbol *);
|
H A D | decl.cc | 2361 build_type_decl (tree type, Dsymbol *dsym) in build_type_decl() function
|