Home
last modified time | relevance | path

Searched refs:build_array_from_val (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-tree.h581 extern tree build_array_from_val (Type *, tree);
H A Dd-codegen.cc1789 build_array_from_val (Type *type, tree val) in build_array_from_val() function
1795 val = build_array_from_val (type->nextOf (), val); in build_array_from_val()
H A DChangeLog-2020586 (build_array_from_val): Likewise.
H A DChangeLog-2016830 * d-codegen.cc (build_array_from_val): New function.
H A Dexpr.cc2873 value = build_array_from_val (ftype, elem); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-tree.h561 extern tree build_array_from_val (Type *, tree);
H A Dd-codegen.cc1694 build_array_from_val (Type *type, tree val) in build_array_from_val() function
1702 val = build_array_from_val (type->nextOf (), val); in build_array_from_val()
H A Dexpr.cc2921 value = build_array_from_val (ftype, elem); in visit()