Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c6897 TypeAArray *firstAAtype = (TypeAArray *)firstarg->type; in evaluateIfBuiltin() local
6907 return interpret_keys(pue, istate, firstarg, firstAAtype->index->arrayOf()); in evaluateIfBuiltin()
6909 … return interpret_values(pue, istate, firstarg, firstAAtype->nextOf()->arrayOf()); in evaluateIfBuiltin()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d7275 if (auto firstAAtype = firstarg.type.toBasetype().isTypeAArray()) in evaluateIfBuiltin() local
7286 … return interpret_keys(pue, istate, firstarg, firstAAtype.index.arrayOf()); in evaluateIfBuiltin()
7288 … return interpret_values(pue, istate, firstarg, firstAAtype.nextOf().arrayOf()); in evaluateIfBuiltin()