Home
last modified time | relevance | path

Searched refs:GDC_PREFIX (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dmodules.cc331 const char *name = ctor_p ? GDC_PREFIX ("dso_ctor") : GDC_PREFIX ("dso_dtor"); in build_dso_cdtor_fn()
450 dso_slot_node = build_dso_registry_var (GDC_PREFIX ("dso_slot"), in register_moduleinfo()
454 dso_initialized_node = build_dso_registry_var (GDC_PREFIX ("dso_initialized"), in register_moduleinfo()
750 const char *name = concat (GDC_PREFIX ("modtest__"), in build_module_tree()
H A Dd-tree.h474 # define GDC_PREFIX(x) "gdc." x macro
476 # define GDC_PREFIX(x) "gdc$" x macro
478 # define GDC_PREFIX(x) "gdc_" x macro
H A DChangeLog-2017519 * d-tree.h (GDC_PREFIX): New macro.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dmodules.cc329 const char *name = ctor_p ? GDC_PREFIX ("dso_ctor") : GDC_PREFIX ("dso_dtor"); in build_dso_cdtor_fn()
441 dso_slot_node = build_dso_registry_var (GDC_PREFIX ("dso_slot"), in register_moduleinfo()
447 dso_initialized_node = build_dso_registry_var (GDC_PREFIX ("dso_initialized"), in register_moduleinfo()
739 const char *name = concat (GDC_PREFIX ("modtest__"), in build_module_tree()
H A Dd-tree.h459 # define GDC_PREFIX(x) "gdc." x macro
461 # define GDC_PREFIX(x) "gdc$" x macro
463 # define GDC_PREFIX(x) "gdc_" x macro