Home
last modified time | relevance | path

Searched refs:bAll (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctorflow.d123 const bAll = (b & (CSX.this_ctor | CSX.super_ctor)) != 0; in mergeCallSuper() local
143 else if (bHalt || bRet && bAll) 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.c230 int bAll = (callSuper & (CSXthis_ctor | CSXsuper_ctor)) != 0; in mergeCallSuper() local
264 else if (bHalt || (bRet && bAll)) in mergeCallSuper()
271 ok = (aAll == bAll); in mergeCallSuper()