Searched refs:rs6000_gimplify_va_arg (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c755 static tree rs6000_gimplify_va_arg (tree, tree, tree *, tree *);
1001 #define TARGET_GIMPLIFY_VA_ARG_EXPR rs6000_gimplify_va_arg
5936 rs6000_gimplify_va_arg (tree valist, tree type, tree *pre_p, tree *post_p)
5947 t = rs6000_gimplify_va_arg (valist, ptrtype, pre_p, post_p);
5964 real_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p,
5971 imag_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p,
5920 rs6000_gimplify_va_arg (tree valist, tree type, tree *pre_p, tree *post_p) function

Completed in 200 milliseconds