Searched refs:scrubArrayCache (Results 1 – 2 of 2) sorted by relevance
276 static Expression *scrubArrayCache(Expressions *elems);6405 if (Expression *ex = scrubArrayCache(ale->elements)) in scrubCacheValue()6412 if (Expression *ex = scrubArrayCache(aae->keys)) in scrubCacheValue()6414 if (Expression *ex = scrubArrayCache(aae->values)) in scrubCacheValue()6425 if (Expression *ex = scrubArrayCache(ale->elements)) in scrubCacheValue()6432 Expression *scrubArrayCache(Expressions *elems) in scrubArrayCache() function6449 if (Expression *ex = scrubArrayCache(sle->elements)) in scrubStructLiteralCache()
6610 Expression scrubArrayCache(Expressions* elems) in scrubCacheValue()6624 if (auto ex = scrubArrayCache(sle.elements)) in scrubCacheValue()6648 if (Expression ex = scrubArrayCache(ale.elements)) in scrubCacheValue()6654 if (auto ex = scrubArrayCache(aae.keys)) in scrubCacheValue()6656 if (auto ex = scrubArrayCache(aae.values)) in scrubCacheValue()6665 if (auto ex = scrubArrayCache(ale.elements)) in scrubCacheValue()