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

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctorflow.d122 const aAll = (a & (CSX.this_ctor | CSX.super_ctor)) != 0;
150 else if (aHalt || aRet && aAll)
154 else if (aAll != bAll) // both branches must have called ctors, or both not
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddscope.c229 int aAll = (cs & (CSXthis_ctor | CSXsuper_ctor)) != 0; local
257 else if (aHalt || (aRet && aAll))
271 ok = (aAll == bAll);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c184552 char *aAll; /* Array containing doclist (or NULL) */ member in struct:Fts3Doclist
[all...]

Completed in 633 milliseconds