Home
last modified time | relevance | path

Searched refs:checkPostblit (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c5850 if (e1x->checkPostblit(sc, t1)) in visit()
6007 exp->e1->checkPostblit(sc, t1->nextOf())) in visit()
6044 if (exp->e1->checkPostblit(sc, t1->nextOf())) in visit()
6241 if (exp->e1->checkPostblit(sc, tb1next)) in visit()
6250 if (exp->e2->checkPostblit(sc, tb2)) in visit()
6678 if (exp->e2->checkPostblit(sc, tb2)) in visit()
6715 if (exp->e1->checkPostblit(sc, tb1)) in visit()
6776 if (exp->checkPostblit(sc, tbn)) in visit()
H A Dexpression.h188 bool checkPostblit(Scope *sc, Type *t);
H A Dexpression.c2648 bool Expression::checkPostblit(Scope *sc, Type *t) in checkPostblit() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d9461 if (e1x.checkPostblit(sc, t1)) in visit()
9697 if (exp.op != EXP.blit && e2x.isLvalue() && exp.e1.checkPostblit(sc, t1.nextOf())) in visit()
9735 if (exp.e1.checkPostblit(sc, t1.nextOf())) in visit()
10129 if (exp.e1.checkPostblit(sc, tb1next)) in visit()
10147 if (exp.e2.checkPostblit(sc, tb2)) in visit()
10567 if (exp.e2.checkPostblit(sc, tb2)) in visit()
10606 if (exp.e1.checkPostblit(sc, tb1)) in visit()
10664 if (exp.checkPostblit(sc, tbn)) in visit()
H A Dexpression.d1477 extern (D) final bool checkPostblit(Scope* sc, Type t) in checkPostblit() function