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

/freebsd-10.0-release/contrib/gcc/
H A Dtree-stdarg.c611 bool va_list_simple_ptr; local
624 va_list_simple_ptr = POINTER_TYPE_P (va_list_type_node)
627 gcc_assert (is_gimple_reg_type (va_list_type_node) == va_list_simple_ptr);
717 if (va_list_simple_ptr && si.va_start_count > 1)
725 if (!va_list_simple_ptr
735 if (va_list_simple_ptr)
747 /* For va_list_simple_ptr, we have to check PHI nodes too. We treat
751 if (va_list_simple_ptr)
818 if (va_list_simple_ptr)
877 && va_list_simple_ptr
[all...]

Completed in 113 milliseconds