Home
last modified time | relevance | path

Searched refs:isCodeseg (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h134 virtual bool isCodeseg() const;
645 bool isCodeseg() const;
H A Ddeclaration.d444 bool isCodeseg() const pure nothrow @nogc @safe in isCodeseg() function
H A Dfunc.d1255 override final bool isCodeseg() const pure nothrow @nogc @safe in isCodeseg() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h140 virtual bool isCodeseg() const;
633 bool isCodeseg() const;
H A Ddeclaration.c114 bool Declaration::isCodeseg() const in isCodeseg() function
H A Dfunc.c3812 bool FuncDeclaration::isCodeseg() const in isCodeseg() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1308 if (decl->isCodeseg () || decl->isDataseg ()) in get_symbol_decl()
1555 if (decl->isDataseg () || decl->isCodeseg () || decl->isThreadlocal ()) in get_symbol_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1158 if (decl->isCodeseg () || decl->isDataseg ()) in get_symbol_decl()
1376 if (decl->isDataseg () || decl->isCodeseg () || decl->isThreadlocal ()) in get_symbol_decl()