Home
last modified time | relevance | path

Searched refs:isNogc (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dnogc.c111 if (e->member && !e->member->isNogc() && f->setGC()) in visit()
H A Dnogc.d119 if (e.member && !e.member.isNogc() && f.setGC()) in visit()
H A Ddeclaration.h654 bool isNogc();
H A Dfunc.d1448 final bool isNogc() in isNogc() function
1458 return !(flags & FUNCFLAG.nogcInprocess) && isNogc(); in isNogcBypassingInference()
1568 else if (isNogc()) in setGC()
H A Dfunc.c3913 bool FuncDeclaration::isNogc() in isNogc() function
3922 return !(flags & FUNCFLAGnogcInprocess) && isNogc(); in isNogcBypassingInference()
3940 else if (isNogc()) in setGC()
H A Dexpression.c2629 if (!f->isNogc()) in checkNogc()
H A Dmtype.d4765 if (!f.isNogc && sc.func.setGC())
H A Dexpression.d1450 if (!f.isNogc()) in checkNogc()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dnogc.c111 if (e->member && !e->member->isNogc() && f->setGC()) in visit()
H A Ddeclaration.h643 bool isNogc();
H A Dfunc.c3913 bool FuncDeclaration::isNogc() in isNogc() function
3922 return !(flags & FUNCFLAGnogcInprocess) && isNogc(); in isNogcBypassingInference()
3940 else if (isNogc()) in setGC()
H A Dexpression.c2629 if (!f->isNogc()) in checkNogc()