Home
last modified time | relevance | path

Searched refs:isOverlappedWith (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d311 if (!vd.isOverlappedWith(v2)) in checkOverlappedFields()
389 if (!vd.isOverlappedWith(v2)) in fill()
430 else if (vx != vd && !vx.isOverlappedWith(v2)) in fill()
H A Dinitsem.d215 if (vd.isOverlappedWith(v2) && elems[k]) in initializerSemantic()
698 if (vd.isOverlappedWith(v2) && elems[k]) in initializerSemantic()
H A Ddeclaration.h284 bool isOverlappedWith(VarDeclaration *v);
H A Ddeclaration.d152 if (v is var || !var.isOverlappedWith(v)) in modifyFieldVar()
1350 final bool isOverlappedWith(VarDeclaration v) in isOverlappedWith() function
H A Ddinterpret.d3779 if (v is v2 || !v.isOverlappedWith(v2)) in stompOverlappedFields()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c594 if (!vd->isOverlappedWith(v2)) in checkOverlappedFields()
662 if (!vd->isOverlappedWith(v2)) in fill()
704 else if (vx != vd && !vx->isOverlappedWith(v2)) in fill()
H A Ddeclaration.h281 bool isOverlappedWith(VarDeclaration *v);
H A Dinitsem.c140 if (vd->isOverlappedWith(v2) && (*elements)[k]) in visit()
H A Ddeclaration.c2071 bool VarDeclaration::isOverlappedWith(VarDeclaration *v) in isOverlappedWith() function
H A Dexpression.c5353 if (v == var || !var->isOverlappedWith(v)) in modifyFieldVar()
H A Ddinterpret.c3640 if (v == v2 || !v->isOverlappedWith(v2)) in stompOverlappedFields()