/netbsd-src/external/cddl/osnet/dist/common/nvpair/ |
H A D | nvpair_alloc_fixed.c | 64 nv_fixed_init(nv_alloc_t *nva, va_list valist) in nv_fixed_init()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-call.cc | 2465 rs6000_va_start (tree valist, rtx nextarg) in rs6000_va_start() 2554 rs6000_gimplify_va_arg (tree valist, tree type, gimple_seq *pre_p, in rs6000_gimplify_va_arg()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
H A D | stormy16.c | 1302 xstormy16_expand_builtin_va_start (tree valist, rtx nextarg ATTRIBUTE_UNUSED) in xstormy16_expand_builtin_va_start() 1338 xstormy16_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in xstormy16_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
H A D | stormy16.cc | 1302 xstormy16_expand_builtin_va_start (tree valist, rtx nextarg ATTRIBUTE_UNUSED) in xstormy16_expand_builtin_va_start() 1338 xstormy16_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in xstormy16_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-codegen.cc | 155 Type *valist = decl->type->nextOf ()->pointerTo (); in declaration_type() local 204 Type *valist = arg->type->nextOf ()->pointerTo (); in parameter_type() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-codegen.cc | 157 Type *valist = decl->type->nextOf ()->pointerTo (); in declaration_type() local 207 Type *valist = arg->type->nextOf ()->pointerTo (); in parameter_type() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
H A D | xtensa.cc | 3223 xtensa_va_start (tree valist, rtx nextarg ATTRIBUTE_UNUSED) in xtensa_va_start() 3272 xtensa_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in xtensa_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
H A D | xtensa.c | 3191 xtensa_va_start (tree valist, rtx nextarg ATTRIBUTE_UNUSED) in xtensa_va_start() 3240 xtensa_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in xtensa_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/ |
H A D | visium.cc | 1564 visium_va_start (tree valist, rtx nextarg ATTRIBUTE_UNUSED) in visium_va_start() 1626 visium_gimplify_va_arg (tree valist, tree type, gimple_seq *pre_p, in visium_gimplify_va_arg()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | tilepro.cc | 302 tilepro_va_start (tree valist, rtx nextarg ATTRIBUTE_UNUSED) in tilepro_va_start() 394 tilepro_gimplify_va_arg_expr (tree valist, tree type, gimple_seq * pre_p, in tilepro_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
H A D | visium.c | 1562 visium_va_start (tree valist, rtx nextarg ATTRIBUTE_UNUSED) in visium_va_start() 1624 visium_gimplify_va_arg (tree valist, tree type, gimple_seq *pre_p, in visium_gimplify_va_arg()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | tilepro.c | 302 tilepro_va_start (tree valist, rtx nextarg ATTRIBUTE_UNUSED) in tilepro_va_start() 394 tilepro_gimplify_va_arg_expr (tree valist, tree type, gimple_seq * pre_p, in tilepro_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | tilegx.c | 350 tilegx_va_start (tree valist, rtx nextarg ATTRIBUTE_UNUSED) in tilegx_va_start() 446 tilegx_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in tilegx_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | tilegx.cc | 351 tilegx_va_start (tree valist, rtx nextarg ATTRIBUTE_UNUSED) in tilegx_va_start() 447 tilegx_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in tilegx_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | builtins.cc | 4723 stabilize_va_list_loc (location_t loc, tree valist, int needs_lvalue) in stabilize_va_list_loc() 4818 std_expand_builtin_va_start (tree valist, rtx nextarg) in std_expand_builtin_va_start() 4830 tree valist; in expand_builtin_va_start() local 4858 tree valist = CALL_EXPR_ARG (exp, 0); in expand_builtin_va_end() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | builtins.c | 5550 stabilize_va_list_loc (location_t loc, tree valist, int needs_lvalue) in stabilize_va_list_loc() 5645 std_expand_builtin_va_start (tree valist, rtx nextarg) in std_expand_builtin_va_start() 5657 tree valist; in expand_builtin_va_start() local 5685 tree valist = CALL_EXPR_ARG (exp, 0); in expand_builtin_va_end() local
|
H A D | targhooks.c | 2157 std_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in std_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mn10300/ |
H A D | mn10300.c | 1520 mn10300_va_start (tree valist, rtx nextarg) in mn10300_va_start()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mn10300/ |
H A D | mn10300.cc | 1520 mn10300_va_start (tree valist, rtx nextarg) in mn10300_va_start()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
H A D | pa.cc | 6494 hppa_va_start (tree valist, rtx nextarg) in hppa_va_start() 6501 hppa_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in hppa_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
H A D | pa.c | 6460 hppa_va_start (tree valist, rtx nextarg) in hppa_va_start() 6467 hppa_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in hppa_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
H A D | iq2000.cc | 1434 iq2000_va_start (tree valist, rtx nextarg) in iq2000_va_start()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
H A D | iq2000.c | 1434 iq2000_va_start (tree valist, rtx nextarg) in iq2000_va_start()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
H A D | msp430.c | 827 msp430_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in msp430_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.c | 3986 spu_va_start (tree valist, rtx nextarg) in spu_va_start() 4035 spu_gimplify_va_arg_expr (tree valist, tree type, gimple_seq * pre_p, in spu_gimplify_va_arg_expr()
|