Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c8941 bool second_arg_count = false; in ix86_expand_args_builtin() local
9184 second_arg_count = true; in ix86_expand_args_builtin()
9205 second_arg_count = true; in ix86_expand_args_builtin()
9732 if (second_arg_count && i == 1) in ix86_expand_args_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc10165 bool second_arg_count = false; in ix86_expand_args_builtin() local
10413 second_arg_count = true; in ix86_expand_args_builtin()
10434 second_arg_count = true; in ix86_expand_args_builtin()
10998 if (second_arg_count && i == 1) in ix86_expand_args_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201734019 flag to second_arg_count, handle 4 argument function type _COUNT
34020 aliases, handle second_arg_count on second argument rather than last.