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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c1412 static tree ix86_handle_cconv_attribute (tree *, tree, tree, int, bool *);
2558 { "stdcall", 0, 0, false, true, true, ix86_handle_cconv_attribute },
2561 { "fastcall", 0, 0, false, true, true, ix86_handle_cconv_attribute },
2563 { "cdecl", 0, 0, false, true, true, ix86_handle_cconv_attribute },
2566 { "regparm", 1, 1, false, true, true, ix86_handle_cconv_attribute },
2569 { "sseregparm", 0, 0, false, true, true, ix86_handle_cconv_attribute },
2572 false, true, true, ix86_handle_cconv_attribute },
2674 ix86_handle_cconv_attribute (tree *node, tree name,
2668 ix86_handle_cconv_attribute (tree *node, tree name, function

Completed in 177 milliseconds