Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.c3968 t = build_alloca_call_expr (DECL_SIZE_UNIT (parm), in gimplify_parameters()
H A Dtree.h4448 extern tree build_alloca_call_expr (tree, unsigned int, HOST_WIDE_INT);
H A Dtree.c11623 build_alloca_call_expr (tree size, unsigned int align, HOST_WIDE_INT max_size) in build_alloca_call_expr() function
H A Dgimplify.c1710 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 Dtree.h4619 extern tree build_alloca_call_expr (tree, unsigned int, HOST_WIDE_INT);
H A Dtree.cc10800 build_alloca_call_expr (tree size, unsigned int align, HOST_WIDE_INT max_size) in build_alloca_call_expr() function
H A Dgimplify.cc1717 t = build_alloca_call_expr (DECL_SIZE_UNIT (decl), DECL_ALIGN (decl), in gimplify_vla_decl()
H A DChangeLog-201711052 * 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.