Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c4282 static int isPointerCmpExp(Expression *e, Expression **p1, Expression **p2) in isPointerCmpExp() function
4358 int dir1 = isPointerCmpExp(e->e1, &p1, &p2); in interpretFourPointerRelation()
4359 int dir2 = isPointerCmpExp(e->e2, &p3, &p4); in interpretFourPointerRelation()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d4427 static int isPointerCmpExp(Expression e, Expression* p1, Expression* p2) in isPointerCmpExp() function
4489 int dir1 = isPointerCmpExp(e.e1, &p1, &p2); in interpretFourPointerRelation()
4490 int dir2 = isPointerCmpExp(e.e2, &p3, &p4); in interpretFourPointerRelation()