Searched refs:scrubArray (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dinterpret.c | 273 static Expression *scrubArray(Loc loc, Expressions *elems, bool structlit = false); 6272 if (Expression *ex = scrubArray(loc, ale->elements)) in scrubReturnValue() 6279 if (Expression *ex = scrubArray(loc, aae->keys)) in scrubReturnValue() 6281 if (Expression *ex = scrubArray(loc, aae->values)) in scrubReturnValue() 6293 if (Expression *ex = scrubArray(loc, ale->elements)) in scrubReturnValue() 6336 Expression *scrubArray(Loc loc, Expressions *elems, bool structlit) in scrubArray() function 6370 if (Expression *ex = scrubArray(loc, sle->elements, true)) in scrubStructLiteral()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dinterpret.d | 6512 Expression scrubArray(Expressions* elems, bool structlit = false) in scrubReturnValue() 6544 if (auto ex = scrubArray(sle.elements, true)) in scrubReturnValue() 6577 if (auto ex = scrubArray(ale.elements)) in scrubReturnValue() 6583 if (auto ex = scrubArray(aae.keys)) in scrubReturnValue() 6585 if (auto ex = scrubArray(aae.values)) in scrubReturnValue() 6595 if (auto ex = scrubArray(ale.elements)) in scrubReturnValue()
|