Home
last modified time | relevance | path

Searched refs:aAll (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctorflow.d122 const aAll = (a & (CSX.this_ctor | CSX.super_ctor)) != 0; in mergeCallSuper() local
150 else if (aHalt || aRet && aAll) in mergeCallSuper()
154 else if (aAll != bAll) // both branches must have called ctors, or both not in mergeCallSuper()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddscope.c229 int aAll = (cs & (CSXthis_ctor | CSXsuper_ctor)) != 0; in mergeCallSuper() local
257 else if (aHalt || (aRet && aAll)) in mergeCallSuper()
271 ok = (aAll == bAll); in mergeCallSuper()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c184552 char *aAll; /* Array containing doclist (or NULL) */
188805 sqlite3_free(p->doclist.aAll);
188806 p->doclist.aAll = 0;
188811 p->doclist.aAll = pList;
188815 else if( p->doclist.aAll==0 ){
188827 pLeft = p->doclist.aAll;
188833 pRight = p->doclist.aAll;
188844 p->doclist.aAll = pRight;
189171 assert( pDL->aAll!=0 || pIter==0 );
189173 pIter = pDL->aAll;
[all …]