Lines Matching +defs:e1 +defs:t
618 bool isAssocArray(Type *t) in isAssocArray()
627 TypeAArray *toBuiltinAAType(Type *t) in toBuiltinAAType()
649 bool isPointer(Type *t) in isPointer()
789 UnionExp pointerDifference(Loc loc, Type *type, Expression *e1, Expression *e2) in pointerDifference()
1111 int ctfeCmpArrays(Loc loc, Expression *e1, Expression *e2, uinteger_t len) in ctfeCmpArrays()
1193 int ctfeRawCmp(Loc loc, Expression *e1, Expression *e2) in ctfeRawCmp()
1386 int ctfeEqual(Loc loc, TOK op, Expression *e1, Expression *e2) in ctfeEqual()
1395 int ctfeIdentity(Loc loc, TOK op, Expression *e1, Expression *e2) in ctfeIdentity()
1434 int ctfeCmp(Loc loc, TOK op, Expression *e1, Expression *e2) in ctfeCmp()
1451 UnionExp ctfeCat(Loc loc, Type *type, Expression *e1, Expression *e2) in ctfeCat()
1577 Expression *ctfeIndex(Loc loc, Type *type, Expression *e1, uinteger_t indx) in ctfeIndex()
1912 Expression *e1 = ((AddrExp *)newval)->e1; in isCtfeValueValid() local
2083 UnionExp voidInitLiteral(Type *t, VarDeclaration *var) in voidInitLiteral()