Home
last modified time | relevance | path

Searched defs:make_array (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/tests/ui/const-generics/generic_const_exprs/
Dsubexprs_are_const_evalutable.rs5 fn make_array<const M: usize>() -> [(); M + 1] { in make_array() function
/third_party/json/include/nlohmann/detail/meta/
Dcpp_future.hpp165 inline constexpr std::array<T, sizeof...(Args)> make_array(Args&& ... args) in make_array() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dexample.rs172 fn make_array() -> [u8; 3] { in make_array() function
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dexample.rs168 pub fn make_array() -> [u8; 3] { in make_array() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/tests/run/
Dptr_cast.rs211 fn make_array() -> [u8; 3] { in make_array() function
Darray.rs214 fn make_array() -> [u8; 3] { in make_array() function
/third_party/python/Modules/
Darraymodule.c1931 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array() function
/third_party/json/single_include/nlohmann/
Djson.hpp3222 inline constexpr std::array<T, sizeof...(Args)> make_array(Args&& ... args) in make_array() function