Searched refs:build_alloca_call_expr (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | function.c | 3968 t = build_alloca_call_expr (DECL_SIZE_UNIT (parm), in gimplify_parameters()
|
| H A D | tree.h | 4448 extern tree build_alloca_call_expr (tree, unsigned int, HOST_WIDE_INT);
|
| H A D | tree.c | 11623 build_alloca_call_expr (tree size, unsigned int align, HOST_WIDE_INT max_size) in build_alloca_call_expr() function
|
| H A D | gimplify.c | 1710 t = build_alloca_call_expr (DECL_SIZE_UNIT (decl), DECL_ALIGN (decl), in gimplify_vla_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree.h | 4619 extern tree build_alloca_call_expr (tree, unsigned int, HOST_WIDE_INT);
|
| H A D | tree.cc | 10800 build_alloca_call_expr (tree size, unsigned int align, HOST_WIDE_INT max_size) in build_alloca_call_expr() function
|
| H A D | gimplify.cc | 1717 t = build_alloca_call_expr (DECL_SIZE_UNIT (decl), DECL_ALIGN (decl), in gimplify_vla_decl()
|
| H A D | ChangeLog-2017 | 11052 * function.c (gimplify_parameters): Call build_alloca_call_expr. 11058 * gimplify.c (gimplify_vla_decl): Call build_alloca_call_expr. 11076 (build_alloca_call_expr): New function. 11079 (build_alloca_call_expr): Declare.
|