Home
last modified time | relevance | path

Searched refs:isCMain (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h640 bool isCMain() const;
H A Dsemantic3.d222 if (sc.flags & SCOPE.Cfile && funcdecl.isCMain() && f.next.ty == Tint32) in visit()
226 (funcdecl.isMain() || global.params.betterC && funcdecl.isCMain()); in visit()
H A Dfunc.d1213 final bool isCMain() const in isCMain() function
H A Ddsymbolsem.d3930 … (funcdecl.isMain() || funcdecl.isWinMain() || funcdecl.isDllMain() || funcdecl.isCMain())) in funcDeclarationSemantic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h628 bool isCMain();
H A Dfunc.c1350 (funcdecl->isMain() || (global.params.betterC && funcdecl->isCMain())); in addReturn0()
3738 bool FuncDeclaration::isCMain() in isCMain() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc969 if ((this->func_->isMain () || this->func_->isCMain ()) in visit()
H A Ddecl.cc1437 else if (fd->isMain () || fd->isCMain ()) in get_symbol_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc1035 if ((this->func_->isMain () || this->func_->isCMain ()) in visit()
H A Ddecl.cc1268 else if (fd->isMain () || fd->isCMain ()) in get_symbol_decl()