Searched refs:ix86_handle_cconv_attribute (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.c | 1411 static tree ix86_handle_cconv_attribute (tree *, tree, tree, int, bool *); 2552 { "stdcall", 0, 0, false, true, true, ix86_handle_cconv_attribute }, 2555 { "fastcall", 0, 0, false, true, true, ix86_handle_cconv_attribute }, 2557 { "cdecl", 0, 0, false, true, true, ix86_handle_cconv_attribute }, 2560 { "regparm", 1, 1, false, true, true, ix86_handle_cconv_attribute }, 2563 { "sseregparm", 0, 0, false, true, true, ix86_handle_cconv_attribute }, 2566 false, true, true, ix86_handle_cconv_attribute }, 2668 ix86_handle_cconv_attribute (tree *node, tree name, in ix86_handle_cconv_attribute() function
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog-2006 | 5642 (ix86_handle_cconv_attribute): Emit error when
|
| D | ChangeLog-2005 | 14750 (ix86_handle_cconv_attribute): ... here. Also handle
|