Home
last modified time | relevance | path

Searched refs:vtls (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h88 bool vtls; // identify thread local variables member
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h106 bool vtls; // identify thread local variables member
H A Dglobals.d116 bool vtls; // identify thread local variables variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc541 global.params.vtls = value; in d_handle_option()
576 global.params.vtls = value; in d_handle_option()
H A Ddecl.cc1393 if (global.params.vtls) in get_symbol_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc685 global.params.vtls = value; in d_handle_option()
709 global.params.vtls = value; in d_handle_option()
H A DChangeLog-2018570 * lang.opt (fd-vgc, fd-verbose, fd-vtls): Remove options.
H A Ddecl.cc1572 if (global.params.vtls) in get_symbol_decl()
H A DChangeLog-20171014 (fd-vtls): Likewise.