Searched refs:std_gimplify_va_arg_expr (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | targhooks.h | 259 extern tree std_gimplify_va_arg_expr (tree, tree, gimple_seq *, gimple_seq *);
|
H A D | targhooks.c | 2123 std_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in std_gimplify_va_arg_expr() function
|
H A D | target.def | 4063 std_gimplify_va_arg_expr)
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree.h | 5453 extern tree std_gimplify_va_arg_expr (tree, tree, gimple_seq *, gimple_seq *);
|
H A D | target.def | 1821 std_gimplify_va_arg_expr)
|
H A D | builtins.c | 4265 std_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in std_gimplify_va_arg_expr() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386.c | 7883 return std_gimplify_va_arg_expr (valist, type, pre_p, post_p); in ix86_gimplify_va_arg()
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.c | 10003 return std_gimplify_va_arg_expr (valist, type, pre_p, post_p); in ix86_gimplify_va_arg()
|