Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h225 Expression *findKeyInAA(Loc loc, AssocArrayLiteralExp *ae, Expression *e2);
H A Ddinterpret.c3295 … AssocArrayLiteralExp *newAA = (AssocArrayLiteralExp *)findKeyInAA(e->loc, existingAA, ekey);
3316 oldval = findKeyInAA(e->loc, existingAA, lastIndex);
5213 result = findKeyInAA(e->loc, (AssocArrayLiteralExp *)e1, e2); in visit()
5446 result = findKeyInAA(e->loc, (AssocArrayLiteralExp *)e2, e1); in visit()
H A Dctfeexpr.c1556 Expression *findKeyInAA(Loc loc, AssocArrayLiteralExp *ae, Expression *e2) in findKeyInAA() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d3424 … AssocArrayLiteralExp newAA = cast(AssocArrayLiteralExp)findKeyInAA(e.loc, existingAA, ekey);
3445 oldval = findKeyInAA(e.loc, existingAA, lastIndex);
5390 result = findKeyInAA(e.loc, e1.isAssocArrayLiteralExp(), e2); in visit()
5650 result = findKeyInAA(e.loc, e2.isAssocArrayLiteralExp(), e1); in visit()
H A Dctfeexpr.d1532 Expression findKeyInAA(const ref Loc loc, AssocArrayLiteralExp ae, Expression e2) in findKeyInAA() function