Home
last modified time | relevance | path

Searched refs:setNoFree (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddclass.c305 scx->setNoFree(); in resolveBase()
318 scx->setNoFree(); in resolveBase()
548 _scope->setNoFree(); in semantic()
660 _scope->setNoFree(); in semantic()
766 _scope->setNoFree(); in semantic()
1589 _scope->setNoFree(); in semantic()
1632 _scope->setNoFree(); in semantic()
H A Dscope.h156 void setNoFree();
H A Ddenum.c157 _scope->setNoFree(); in semantic()
209 sce->setNoFree(); // needed for getMaxMinValue() in semantic()
H A Ddscope.c571 void Scope::setNoFree() in setNoFree() function
H A Ddeclaration.c1531 _scope->setNoFree(); in semantic()
1599 _scope->setNoFree(); in semantic()
H A Ddstruct.c1152 _scope->setNoFree(); in semantic()
H A Ddsymbol.c452 sc->setNoFree(); // may need it even after semantic() finishes in setScope()
H A Ddtemplate.c589 this->_scope->setNoFree(); in semantic()
8373 _scope->setNoFree(); in semantic()
H A Dfunc.c1204 _scope->setNoFree(); in semantic()
H A Dmtype.c4622 sc->setNoFree(); in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddscope.d743 extern (D) void setNoFree()
H A Ddsymbolsem.d221 s._scope.setNoFree(); in deferDsymbolSemantic()
1062 dsym._scope.setNoFree(); in visit()
1146 dsym._scope.setNoFree(); in visit()
2135 sce.setNoFree(); // needed for getMaxMinValue() in visit()
2507 tempdecl._scope.setNoFree(); in visit()
3912 funcdecl._scope.setNoFree(); in funcDeclarationSemantic()
4790 scx.setNoFree(); in visit()
5429 scx.setNoFree(); in visit()
H A Ddsymbol.d858 sc.setNoFree(); // may need it even after semantic() finishes in setScope()
H A Dtypesem.d902 sc.setNoFree(); in typeSemantic()