Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h133 virtual bool isThreadlocal();
282 bool isThreadlocal();
H A Dsemantic2.d302 else if (vd._init && vd.isThreadlocal()) in visit()
H A Ddeclaration.d439 bool isThreadlocal() in isThreadlocal() function
1331 override final bool isThreadlocal() in isThreadlocal() function
H A Ddinterpret.d1874 if (e.var.isThreadlocal()) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h139 virtual bool isThreadlocal();
279 bool isThreadlocal();
H A Ddeclaration.c109 bool Declaration::isThreadlocal() in isThreadlocal() function
1692 else if (_init && isThreadlocal()) in semantic2()
2050 bool VarDeclaration::isThreadlocal() in isThreadlocal() function
H A Ddinterpret.c1930 if (e->var->isThreadlocal()) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1555 if (decl->isDataseg () || decl->isCodeseg () || decl->isThreadlocal ()) in get_symbol_decl()
1570 if (decl->isThreadlocal () && !DECL_ARTIFICIAL (decl->csym)) in get_symbol_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1376 if (decl->isDataseg () || decl->isCodeseg () || decl->isThreadlocal ()) in get_symbol_decl()
1391 if (decl->isThreadlocal () && !DECL_ARTIFICIAL (decl->csym)) in get_symbol_decl()