Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-stdarg.cc1006 tree ap, aptype, expr, lhs, type; in expand_ifn_va_arg_1() local
1016 aptype = TREE_TYPE (gimple_call_arg (stmt, 2)); in expand_ifn_va_arg_1()
1017 gcc_assert (POINTER_TYPE_P (aptype)); in expand_ifn_va_arg_1()
1020 ap = build2 (MEM_REF, TREE_TYPE (aptype), ap, in expand_ifn_va_arg_1()
1021 build_int_cst (aptype, 0)); in expand_ifn_va_arg_1()