Home
last modified time | relevance | path

Searched defs:expandArray (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d2136 bool expandArray(T, Allocator)(auto ref Allocator alloc, ref T[] array, in expandArray() function
2163 bool expandArray(T, Allocator)(auto ref Allocator alloc, ref T[] array, in expandArray() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp3417 static void expandArray(APValue &Array, unsigned Index) { in expandArray() function