Searched refs:aAll (Results 1 – 3 of 3) sorted by relevance
122 const aAll = (a & (CSX.this_ctor | CSX.super_ctor)) != 0; in mergeCallSuper() local150 else if (aHalt || aRet && aAll) in mergeCallSuper()154 else if (aAll != bAll) // both branches must have called ctors, or both not in mergeCallSuper()
229 int aAll = (cs & (CSXthis_ctor | CSXsuper_ctor)) != 0; in mergeCallSuper() local257 else if (aHalt || (aRet && aAll)) in mergeCallSuper()271 ok = (aAll == bAll); in mergeCallSuper()
184552 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 …]