Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c10737 vec<tree, va_gc> **p_orig_types, in c_parser_expr_list() argument
10748 if (p_orig_types == NULL) in c_parser_expr_list()
10796 *p_orig_types = orig_types; in c_parser_expr_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc10798 vec<tree, va_gc> **p_orig_types, in c_parser_expr_list() argument
10809 if (p_orig_types == NULL) in c_parser_expr_list()
10859 *p_orig_types = orig_types; in c_parser_expr_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200927132 p_orig_types parameter. Change all callers.