HomeSort by relevance Sort by last modified time
    Searched refs:make_array (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
sizeofpack.cpp 28 int make_array(array<sizeof...(Types)>&, Types... args);
32 int aa1 = make_array<int>(a1,1);
34 int aa2 = make_array<int>(a2, 0L, "abc");
41 static array<sizeof...(Types)> make_array(Types ... args);
45 array<2> arr2 = AAA<int, int>::make_array<int>(1,2);
  /external/python/cpython3/Modules/
arraymodule.c 1858 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) function
    [all...]

Completed in 171 milliseconds