Home
last modified time | relevance | path

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

/netbsd-src/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())
1109 if (fd && (fd.isGenerated() || fd.isDtorDeclaration()))
H A Dexpression.d1210 if (!dd || !dd.isGenerated()) in checkOverridenDtor()
1227 dd.isGenerated() ? "generated " : "".ptr, in checkOverridenDtor()
1258 if (fieldSd.dtor.isGenerated()) in checkOverridenDtor()
5644 const bool isGenerated; variable
5656 allowCommaExp = isGenerated = generated;
H A Dexpression.h1004 bool isGenerated;
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 Dmtype.d4772 else if (f.isGenerated() && f.isDisabled())
H A Ddsymbolsem.d3003 if (ad && !funcdecl.isGenerated()) in funcDeclarationSemantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dmodules.cc147 fd->isGenerated (true); in get_internal_fn()
H A Ddecl.cc1494 if (fd->isGenerated ()) in get_symbol_decl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4639 unsigned *isGenerated);
/netbsd-src/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-src/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()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c133884 int isGenerated; /* non-zero if column is generated */
133890 isGenerated = pCol->colFlags & COLFLAG_GENERATED;
133891 if( isGenerated && !b2ndPass ){
133895 if( aiChng && aiChng[i]<0 && !isGenerated ){
133913 assert( !isGenerated );
133915 }else if( b2ndPass && !isGenerated ){