Home
last modified time | relevance | path

Searched refs:isGenerated (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h660 bool isGenerated() const;
661 void isGenerated(bool v);
H A Dsideeffect.d344 if (ce.isGenerated) in discardValue()
H A Ddeclaration.d295 if (postblit.isGenerated())
337 if (ctor.isCpCtor && ctor.isGenerated())
H A Dfunc.d1483 final bool isGenerated() const scope @safe pure nothrow @nogc in isGenerated() function
1488 final void isGenerated(bool v) pure nothrow @safe @nogc in isGenerated() function
1885 return this.isGenerated() ? "generated function" : "function"; in kind()
H A Ddtoh.d725 if (fd.isGenerated && fd.isDtorDeclaration())
1105 if (fd && (fd.isGenerated() || fd.isDtorDeclaration()))
H A Dexpression.d1208 if (!dd || !dd.isGenerated()) in checkOverridenDtor()
1225 dd.isGenerated() ? "generated " : "".ptr, in checkOverridenDtor()
1256 if (fieldSd.dtor.isGenerated()) in checkOverridenDtor()
5642 const bool isGenerated; variable
5654 allowCommaExp = isGenerated = generated;
H A Dexpression.h1004 bool isGenerated;
H A Dexpressionsem.c4849 if (e->type != Type::tvoid && !e->allowCommaExp && !e->isGenerated) in visit()
5188 if (!((CommaExp *)exp->e2)->isGenerated) in visit()
H A Dexpressionsem.d4488 if (ctor && ctor.isCpCtor && ctor.isGenerated()) in visit()
8214 else if (!e.allowCommaExp && !e.isGenerated) in visit()
8710 if (!e2comma.isGenerated && !(sc.flags & SCOPE.Cfile)) in visit()
H A Dtypesem.d981 … if (sd.xeq && sd.xeq.isGenerated() && sd.xeq._scope && sd.xeq.semanticRun < PASS.semantic3done) in typeSemantic()
H A Dexpression.c6066 isGenerated = generated; in CommaExp()
H A Dmtype.d4772 else if (f.isGenerated() && f.isDisabled())
H A Ddsymbolsem.d3011 if (ad && !funcdecl.isGenerated()) in funcDeclarationSemantic()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dmodules.cc147 fd->isGenerated (true); in get_internal_fn()
H A Ddecl.cc1456 if (fd->isGenerated ()) in get_symbol_decl()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4639 unsigned *isGenerated);
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h1075 bool isGenerated;
H A Dexpressionsem.c4849 if (e->type != Type::tvoid && !e->allowCommaExp && !e->isGenerated) in visit()
5188 if (!((CommaExp *)exp->e2)->isGenerated) in visit()
H A Dexpression.c6066 isGenerated = generated; in CommaExp()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8360 unsigned *isGenerated) { in clang_Cursor_isExternalSymbol() argument
8371 if (isGenerated) in clang_Cursor_isExternalSymbol()
8372 *isGenerated = attr->getGeneratedDeclaration(); in clang_Cursor_isExternalSymbol()