Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c4891 ix86_handle_cconv_attribute (tree *node, tree name, in ix86_handle_cconv_attribute() function
35634 { "stdcall", 0, 0, false, true, true, ix86_handle_cconv_attribute,
35638 { "fastcall", 0, 0, false, true, true, ix86_handle_cconv_attribute,
35642 { "thiscall", 0, 0, false, true, true, ix86_handle_cconv_attribute,
35645 { "cdecl", 0, 0, false, true, true, ix86_handle_cconv_attribute,
35649 { "regparm", 1, 1, false, true, true, ix86_handle_cconv_attribute,
35653 { "sseregparm", 0, 0, false, true, true, ix86_handle_cconv_attribute,
35662 false, true, true, ix86_handle_cconv_attribute, false },
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c6359 ix86_handle_cconv_attribute (tree *node, tree name, tree args, int, in ix86_handle_cconv_attribute() function
46015 { "stdcall", 0, 0, false, true, true, true, ix86_handle_cconv_attribute,
46019 { "fastcall", 0, 0, false, true, true, true, ix86_handle_cconv_attribute,
46023 { "thiscall", 0, 0, false, true, true, true, ix86_handle_cconv_attribute,
46026 { "cdecl", 0, 0, false, true, true, true, ix86_handle_cconv_attribute,
46030 { "regparm", 1, 1, false, true, true, true, ix86_handle_cconv_attribute,
46034 { "sseregparm", 0, 0, false, true, true, true, ix86_handle_cconv_attribute,