Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c1489 const char *const rtdstr = TARGET_RTD ? "cdecl" : "stdcall"; local
1495 if (!lookup_attribute (rtdstr, TYPE_ATTRIBUTES (type1))
1496 != !lookup_attribute (rtdstr, TYPE_ATTRIBUTES (type2)))
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c2456 const char *const rtdstr = TARGET_RTD ? "cdecl" : "stdcall"; in ix86_comp_type_attributes() local
2474 if (!lookup_attribute (rtdstr, TYPE_ATTRIBUTES (type1)) in ix86_comp_type_attributes()
2475 != !lookup_attribute (rtdstr, TYPE_ATTRIBUTES (type2))) in ix86_comp_type_attributes()