Searched refs:dmd_aaGetRvalue (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Daav.h20 Value dmd_aaGetRvalue(AA* aa, Key key);
H A Daav.c114 Value dmd_aaGetRvalue(AA* aa, Key key) function
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Daav.d116 private Value dmd_aaGetRvalue(AA* aa, Key key) pure nothrow @nogc
266 Value v = dmd_aaGetRvalue(aa, null);
271 v = dmd_aaGetRvalue(aa, null);
313 return cast(V)dmd_aaGetRvalue(aa, cast(void*)key);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c1794 return (Dsymbol *)dmd_aaGetRvalue(tab, const_cast<void *>((const void *)ident));
H A Dtraits.c106 if (!dmd_aaGetRvalue(uniqueUnitTests, (void *)unitTest))
H A Ddtemplate.c2787 TemplateInstances *tinstances = (TemplateInstances *)dmd_aaGetRvalue((AA *)instances, (void *)tithis->toHash());
2824 TemplateInstances *tinstances = (TemplateInstances *)dmd_aaGetRvalue((AA *)instances, (void *)handle->toHash());
5573 if (!ei || (Expression *)dmd_aaGetRvalue(edummies, (void *)ei->type) == ei)
6504 TemplateInstances *tinstances = (TemplateInstances *)dmd_aaGetRvalue((AA *)tempdecl->instances, (void *)hash);

Completed in 252 milliseconds